File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
java/ql/test/utils/modelgenerator/dataflow Expand file tree Collapse file tree 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
33import utils.test.InlineMadTest
44
55module InlineMadTestConfig implements InlineMadTestConfigSig {
6- string getCapturedModel ( Callable c ) { result = Heuristic :: captureNoFlow ( c ) }
6+ string getCapturedModel ( Callable c ) { result = captureNeutral ( c ) }
77
88 string getKind ( ) { result = "neutral" }
99}
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ public void setStringValue1(String value) {
141141 this .stringValue1 = value ;
142142 }
143143
144- // neutral=p;Pojo;copyStringValue;();summary;df-generated
145144 // contentbased-summary=p;Pojo;false;copyStringValue;();;Argument[this].SyntheticField[p.Pojo.stringValue1];Argument[this].SyntheticField[p.Pojo.stringValue2];value;dfc-generated
146145 public void copyStringValue () {
147146 this .stringValue2 = this .stringValue1 ;
You can’t perform that action at this time.
0 commit comments