@@ -133,35 +133,35 @@ public List<string> ReturnFieldInAList()
133
133
return new List < string > { tainted } ;
134
134
}
135
135
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
137
137
// contentbased-summary=Models;CollectionFlow;false;ReturnComplexTypeArray;(System.String[]);;Argument[0];ReturnValue;value;dfc-generated
138
138
public string [ ] ReturnComplexTypeArray ( string [ ] a )
139
139
{
140
140
return a ;
141
141
}
142
142
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
144
144
// contentbased-summary=Models;CollectionFlow;false;ReturnBulkTypeList;(System.Collections.Generic.List<System.Byte>);;Argument[0];ReturnValue;value;dfc-generated
145
145
public List < byte > ReturnBulkTypeList ( List < byte > a )
146
146
{
147
147
return a ;
148
148
}
149
149
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
151
151
// contentbased-summary=Models;CollectionFlow;false;ReturnComplexTypeDictionary;(System.Collections.Generic.Dictionary<System.Int32,System.String>);;Argument[0];ReturnValue;value;dfc-generated
152
152
public Dictionary < int , string > ReturnComplexTypeDictionary ( Dictionary < int , string > a )
153
153
{
154
154
return a ;
155
155
}
156
156
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
158
158
// contentbased-summary=Models;CollectionFlow;false;ReturnUntypedArray;(System.Array);;Argument[0];ReturnValue;value;dfc-generated
159
159
public Array ReturnUntypedArray ( Array a )
160
160
{
161
161
return a ;
162
162
}
163
163
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
165
165
// contentbased-summary=Models;CollectionFlow;false;ReturnUntypedList;(System.Collections.IList);;Argument[0];ReturnValue;value;dfc-generated
166
166
public IList ReturnUntypedList ( IList a )
167
167
{
@@ -202,7 +202,7 @@ public IEnumerableFlow(string s)
202
202
tainted = s ;
203
203
}
204
204
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
206
206
// contentbased-summary=Models;IEnumerableFlow;false;ReturnIEnumerable;(System.Collections.Generic.IEnumerable<System.String>);;Argument[0];ReturnValue;value;dfc-generated
207
207
public IEnumerable < string > ReturnIEnumerable ( IEnumerable < string > input )
208
208
{
0 commit comments