We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd3a30 commit d3f9e43Copy full SHA for d3f9e43
visualvm/gotosource/src/org/graalvm/visualvm/gotosource/arguments/SourceConfigArgument.java
@@ -60,6 +60,7 @@ private static void setValue(String value) throws CommandException {
60
SourceRootsArgument.setValue(null);
61
SourceViewerArgument.setValue(null);
62
} else {
63
+ value = SourceArguments.decode(value);
64
try (InputStreamReader isr = new InputStreamReader(new FileInputStream(value), "UTF-8")) { // NOI18N
65
Properties props = new Properties();
66
props.load(isr);
0 commit comments