File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
java/ql/test/utils/modelgenerator/dataflow/p Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
public class ImplOfExternalSPI extends AbstractImplOfExternalSPI {
8
8
9
9
// sink=p;AbstractImplOfExternalSPI;true;accept;(File);;Argument[0];path-injection;df-generated
10
- // neutral=p;AbstractImplOfExternalSPI ;accept;(File);summary;df-generated
10
+ // neutral=p;ImplOfExternalSPI ;accept;(File);summary;df-generated
11
11
@ Override
12
12
public boolean accept (File pathname ) {
13
13
try {
Original file line number Diff line number Diff line change @@ -94,21 +94,20 @@ public interface INeutral {
94
94
}
95
95
96
96
public class F implements INeutral {
97
- // SPURIOUS- neutral=p;Inheritance$INeutral ;id;(String);summary;df-generated
97
+ // neutral=p;Inheritance$F ;id;(String);summary;df-generated
98
98
public String id (String s ) {
99
99
return "" ;
100
100
}
101
101
}
102
102
103
103
public class G implements INeutral {
104
- // SPURIOUS- neutral=p;Inheritance$INeutral ;id;(String);summary;df-generated
104
+ // neutral=p;Inheritance$G ;id;(String);summary;df-generated
105
105
public String id (String s ) {
106
106
return "" ;
107
107
}
108
108
}
109
109
110
110
private class H implements INeutral {
111
- // SPURIOUS-neutral=p;Inheritance$INeutral;id;(String);summary;df-generated
112
111
public String id (String s ) {
113
112
return "" ;
114
113
}
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ public OutputStream openStream() throws IOException {
45
45
return null ;
46
46
}
47
47
48
- // neutral=p;PrivateFlowViaPublicInterface$SPI;openStreamNone;();summary;df-generated
49
48
@ Override
50
49
public OutputStream openStreamNone () throws IOException {
51
50
return new FileOutputStream (new RandomPojo ().someFile );
You can’t perform that action at this time.
0 commit comments