@@ -133,35 +133,35 @@ public List<string> ReturnFieldInAList()
133133 return new List < string > { tainted } ;
134134 }
135135
136- // SPURIOUS- heuristic-summary=Models;CollectionFlow;false;ReturnComplexTypeArray;(System.String[]);;Argument[0].Element ;ReturnValue;value;df-generated
136+ // heuristic-summary=Models;CollectionFlow;false;ReturnComplexTypeArray;(System.String[]);;Argument[0];ReturnValue;value;df-generated
137137 // contentbased-summary=Models;CollectionFlow;false;ReturnComplexTypeArray;(System.String[]);;Argument[0];ReturnValue;value;dfc-generated
138138 public string [ ] ReturnComplexTypeArray ( string [ ] a )
139139 {
140140 return a ;
141141 }
142142
143- // SPURIOUS- heuristic-summary=Models;CollectionFlow;false;ReturnBulkTypeList;(System.Collections.Generic.List<System.Byte>);;Argument[0].Element ;ReturnValue;value;df-generated
143+ // heuristic-summary=Models;CollectionFlow;false;ReturnBulkTypeList;(System.Collections.Generic.List<System.Byte>);;Argument[0];ReturnValue;value;df-generated
144144 // contentbased-summary=Models;CollectionFlow;false;ReturnBulkTypeList;(System.Collections.Generic.List<System.Byte>);;Argument[0];ReturnValue;value;dfc-generated
145145 public List < byte > ReturnBulkTypeList ( List < byte > a )
146146 {
147147 return a ;
148148 }
149149
150- // SPURIOUS- heuristic-summary=Models;CollectionFlow;false;ReturnComplexTypeDictionary;(System.Collections.Generic.Dictionary<System.Int32,System.String>);;Argument[0].Element ;ReturnValue;value;df-generated
150+ // heuristic-summary=Models;CollectionFlow;false;ReturnComplexTypeDictionary;(System.Collections.Generic.Dictionary<System.Int32,System.String>);;Argument[0];ReturnValue;value;df-generated
151151 // contentbased-summary=Models;CollectionFlow;false;ReturnComplexTypeDictionary;(System.Collections.Generic.Dictionary<System.Int32,System.String>);;Argument[0];ReturnValue;value;dfc-generated
152152 public Dictionary < int , string > ReturnComplexTypeDictionary ( Dictionary < int , string > a )
153153 {
154154 return a ;
155155 }
156156
157- // SPURIOUS- heuristic-summary=Models;CollectionFlow;false;ReturnUntypedArray;(System.Array);;Argument[0].Element ;ReturnValue;value;df-generated
157+ // heuristic-summary=Models;CollectionFlow;false;ReturnUntypedArray;(System.Array);;Argument[0];ReturnValue;value;df-generated
158158 // contentbased-summary=Models;CollectionFlow;false;ReturnUntypedArray;(System.Array);;Argument[0];ReturnValue;value;dfc-generated
159159 public Array ReturnUntypedArray ( Array a )
160160 {
161161 return a ;
162162 }
163163
164- // SPURIOUS- heuristic-summary=Models;CollectionFlow;false;ReturnUntypedList;(System.Collections.IList);;Argument[0].Element ;ReturnValue;value;df-generated
164+ // heuristic-summary=Models;CollectionFlow;false;ReturnUntypedList;(System.Collections.IList);;Argument[0];ReturnValue;value;df-generated
165165 // contentbased-summary=Models;CollectionFlow;false;ReturnUntypedList;(System.Collections.IList);;Argument[0];ReturnValue;value;dfc-generated
166166 public IList ReturnUntypedList ( IList a )
167167 {
@@ -202,7 +202,7 @@ public IEnumerableFlow(string s)
202202 tainted = s ;
203203 }
204204
205- // SPURIOUS- heuristic-summary=Models;IEnumerableFlow;false;ReturnIEnumerable;(System.Collections.Generic.IEnumerable<System.String>);;Argument[0].Element ;ReturnValue;value;df-generated
205+ // heuristic-summary=Models;IEnumerableFlow;false;ReturnIEnumerable;(System.Collections.Generic.IEnumerable<System.String>);;Argument[0];ReturnValue;value;df-generated
206206 // contentbased-summary=Models;IEnumerableFlow;false;ReturnIEnumerable;(System.Collections.Generic.IEnumerable<System.String>);;Argument[0];ReturnValue;value;dfc-generated
207207 public IEnumerable < string > ReturnIEnumerable ( IEnumerable < string > input )
208208 {
0 commit comments