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 32ebd4e commit deb78b2Copy full SHA for deb78b2
java/ql/automodel/test/AutomodelApplicationModeExtraction/Test.java
@@ -103,10 +103,10 @@ public static void FilesListExample(Path p) throws Exception {
103
104
Files.delete(
105
p // $ sinkModelCandidate=delete(Path):Argument[0] positiveSinkExample=delete(Path):Argument[0](path-injection)
106
- ); // $ not a source candidate (return type is void)
+ ); // not a source candidate (return type is void)
107
108
Files.deleteIfExists(
109
p // $ sinkModelCandidate=deleteIfExists(Path):Argument[0] positiveSinkExample=deleteIfExists(Path):Argument[0](path-injection)
110
- ); // $ not a source candidate (return type is boolean)
+ ); // not a source candidate (return type is boolean)
111
}
112
0 commit comments