File tree 2 files changed +1
-2
lines changed
java/ql/test/utils/modelgenerator/dataflow 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import utils.modelgenerator.internal.CaptureModels
3
3
import utils.test.InlineMadTest
4
4
5
5
module InlineMadTestConfig implements InlineMadTestConfigSig {
6
- string getCapturedModel ( Callable c ) { result = Heuristic :: captureNoFlow ( c ) }
6
+ string getCapturedModel ( Callable c ) { result = captureNeutral ( c ) }
7
7
8
8
string getKind ( ) { result = "neutral" }
9
9
}
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ public void setStringValue1(String value) {
141
141
this .stringValue1 = value ;
142
142
}
143
143
144
- // neutral=p;Pojo;copyStringValue;();summary;df-generated
145
144
// contentbased-summary=p;Pojo;false;copyStringValue;();;Argument[this].SyntheticField[p.Pojo.stringValue1];Argument[this].SyntheticField[p.Pojo.stringValue2];value;dfc-generated
146
145
public void copyStringValue () {
147
146
this .stringValue2 = this .stringValue1 ;
You can’t perform that action at this time.
0 commit comments