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 be629b2 commit da87d82Copy full SHA for da87d82
java/ql/test/query-tests/Telemetry/AutomodelFrameworkModeExtraction/java/nio/file/Files.java
@@ -7,7 +7,12 @@
7
public class Files {
8
public static void copy(
9
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
+ 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
+ */
16
) throws IOException {
17
// ...
18
}
0 commit comments