Conversation
Resolve NPE when clicking on Set File button (Explore Graph Paths menu)
|
I just realized that the PR contains changes for the Config.java file that should not be there. If I revert the commit c99e37c, do you think this fixes the problem ? I would also like to know what the procedure is when merging a PR to ensure that I have an up-to-date version for future changes. Best regards. |
This question is more related on how to use git and GitHub rather to the project. Even if it is possible that your question is not directly answered, I can suggest some links to take a look:
Ibid. but take also a look to the point 9 in the contribution guidelines |
martinec
left a comment
There was a problem hiding this comment.
Avoid refactor spaces in Config.java
…paths Activate Tools > Explore graph paths if at least one graph frame is open.
Change type of inputGraphName to JCheckBox
GraphPathFrame is now an observer of GraphFrame
[feature #124] Allow to select an open graph to explore paths
Description
Tools > Explore graph pathsif at least one graph is openMotivation and Context
issue #124
How Has This Been Tested?
This new feature has been tested with the following scenarios:
Existing graph
FSGraph > Tools > Explore graph pathsNew graph (unsaved)
FSGraph > Tools > Explore graph pathsNew graph (saved)
FSGraph > Tools > Explore graph pathsNew graph
FSGraph > Tools > Explore graph pathsSeveral graphs (same directory)
FSGraph > Tools > Explore graph pathsSeveral graphs (different directory)
FSGraph > Tools > Explore graph pathsReactive frame
FSGraph > Tools > Explore graph pathsAccess to
FSGraph > Tools > Explore graph pathseven if the focused frame is not a graph frameFSGraph > Tools > Explore graph pathsis available (expected)Type of files
bin: Binary filesci: Continuous integration filesdoc: Documentation filesLevel of change
break: Breaking changeexp: Experimental changetmp: Temporal changemajor: Major changeminor: Minor changerevert: Revert a commit changesec: Vulnerability-related changeType of change
deprecat: Deprecation of a once-stable featureenhance: Enhancement in existing functionalityfix: Bug fixfeature: New featurehotfix: Hotfix for bugsrefactor: Improve coding style, commentsremove: Remove a featureChecklist: