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 414be0f commit 134eeb1Copy full SHA for 134eeb1
java/ql/test/query-tests/Telemetry/AutomodelApplicationModeExtractCandidates/Test.java
@@ -33,4 +33,10 @@ public static InputStream getInputStream(Path openPath) throws Exception {
33
openPath // no candidate (known sink)
34
);
35
}
36
+
37
+ public static InputStream getInputStream(String openPath) throws Exception {
38
+ return AutomodelApplicationModeExtractCandidates.getInputStream(
39
+ Paths.get(openPath) // no candidate (argument to local call)
40
+ );
41
+ }
42
0 commit comments