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
2121 public static void Sink2 ( object o ) => throw null ;
2222
2323 // 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
2525 public static void NoSink ( object o ) => throw null ;
2626
2727 // New sink
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public void sink2(Object o) {}
2323
2424 // Defined as sink neutral file in the model file next to the
2525 // neutral test.
26- // MISSING NEUTRAL.
26+ // neutral=p;Sinks;nosink;(Object);summary;df-generated
2727 public void nosink (Object o ) {}
2828
2929 // 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