Skip to content

Commit da87d82

Browse files
author
Stephan Brandauer
committed
Java: fix a comment
1 parent be629b2 commit da87d82

File tree

1 file changed

+6
-1
lines changed
  • java/ql/test/query-tests/Telemetry/AutomodelFrameworkModeExtraction/java/nio/file

1 file changed

+6
-1
lines changed

java/ql/test/query-tests/Telemetry/AutomodelFrameworkModeExtraction/java/nio/file/Files.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
public class Files {
88
public static void copy(
99
Path source, // a positive example because a manual model exists
10-
OutputStream out // a candidate. NB: may be worthwhile to implement the same behavior as in application mode where out
10+
OutputStream out /* a candidate. NB: may be worthwhile to implement the
11+
same behavior as in application mode where out would not be a
12+
candidate because there already is a model for another parameter of
13+
the same method and we assume that methods are always modeled
14+
completely.
15+
*/
1116
) throws IOException {
1217
// ...
1318
}

0 commit comments

Comments
 (0)