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 a68b61f commit 16836deCopy full SHA for 16836de
java/ql/integration-tests/posix-only/kotlin/compiler_arguments/compArgs.ql
@@ -5,7 +5,7 @@ private string getArgument(Compilation c, int i) {
5
if exists(arg.indexOf("-Xplugin="))
6
then result = "<PLUGINS>"
7
else
8
- if exists(string arg0 | arg0 = c.getArgument(i - 1) | arg0 = ["-classpath", "-jdk-home"])
+ if c.getArgument(i - 1) = ["-classpath", "-jdk-home"]
9
then result = "<PATH>"
10
else result = arg
11
)
0 commit comments