File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/ql/test/utils/modelgenerator/dataflow
java/ql/test/utils/modelgenerator/dataflow/p Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class NewSinks
21
21
public static void Sink2 ( object o ) => throw null ;
22
22
23
23
// Defined as sink neutral in the file next to the neutral summary test.
24
- // MISSING NEUTRAL
24
+ // neutral=Sinks;NewSinks;NoSink;(System.Object);summary;df-generated
25
25
public static void NoSink ( object o ) => throw null ;
26
26
27
27
// New sink
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public void sink2(Object o) {}
23
23
24
24
// Defined as sink neutral file in the model file next to the
25
25
// neutral test.
26
- // MISSING NEUTRAL.
26
+ // neutral=p;Sinks;nosink;(Object);summary;df-generated
27
27
public void nosink (Object o ) {}
28
28
29
29
// sink=p;Sinks;true;copyFileToDirectory;(Path,Path,CopyOption[]);;Argument[0];path-injection;df-generated
You can’t perform that action at this time.
0 commit comments