@@ -315,20 +315,6 @@ public void test() {
315
315
out = in .mySetValue ((Object )null );
316
316
sink (out ); // $ hasValueFlow
317
317
}
318
- {
319
- // "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;toString;;;MapKey of Argument[-1];ReturnValue;taint"
320
- String out = null ;
321
- AbstractKeyValue in = newMAKVWithMapKey ((String )source ());
322
- out = in .toString ();
323
- sink (out ); // $ hasTaintFlow
324
- }
325
- {
326
- // "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;toString;;;MapValue of Argument[-1];ReturnValue;taint"
327
- String out = null ;
328
- AbstractKeyValue in = newMAKVWithMapValue ((String )source ());
329
- out = in .toString ();
330
- sink (out ); // $ hasTaintFlow
331
- }
332
318
{
333
319
// "org.apache.commons.collections4.keyvalue;AbstractMapEntry;true;AbstractMapEntry;;;Argument[0];MapKey of Argument[-1];value"
334
320
AbstractMapEntry out = null ;
@@ -371,20 +357,6 @@ public void test() {
371
357
out = in .myGetMapEntry ();
372
358
sink (getMapValueFromEntry (out )); // $ hasValueFlow
373
359
}
374
- {
375
- // "org.apache.commons.collections4.keyvalue;AbstractMapEntryDecorator;true;toString;;;MapKey of Argument[-1];ReturnValue;taint"
376
- String out = null ;
377
- AbstractMapEntryDecorator in = newMAMEDWithMapKey ((String )source ());
378
- out = in .toString ();
379
- sink (out ); // $ hasTaintFlow
380
- }
381
- {
382
- // "org.apache.commons.collections4.keyvalue;AbstractMapEntryDecorator;true;toString;;;MapValue of Argument[-1];ReturnValue;taint"
383
- String out = null ;
384
- AbstractMapEntryDecorator in = newMAMEDWithMapValue ((String )source ());
385
- out = in .toString ();
386
- sink (out ); // $ hasTaintFlow
387
- }
388
360
{
389
361
// "org.apache.commons.collections4.keyvalue;DefaultKeyValue;true;DefaultKeyValue;(Entry);;MapKey of Argument[0];MapKey of Argument[-1];value"
390
362
DefaultKeyValue out = null ;
@@ -1763,13 +1735,6 @@ public void test() {
1763
1735
out = in .toList ();
1764
1736
sink (getElement (out )); // $ hasValueFlow
1765
1737
}
1766
- {
1767
- // "org.apache.commons.collections4;FluentIterable;true;toString;;;Element of Argument[-1];ReturnValue;taint"
1768
- String out = null ;
1769
- FluentIterable in = newFluentIterableWithElement ((String )source ());
1770
- out = in .toString ();
1771
- sink (out ); // $ hasTaintFlow
1772
- }
1773
1738
{
1774
1739
// "org.apache.commons.collections4;FluentIterable;true;unique;;;Element of Argument[-1];Element of ReturnValue;value"
1775
1740
FluentIterable out = null ;
@@ -2178,27 +2143,6 @@ public void test() {
2178
2143
out = IterableUtils .toList (in );
2179
2144
sink (getElement (out )); // $ hasValueFlow
2180
2145
}
2181
- {
2182
- // "org.apache.commons.collections4;IterableUtils;true;toString;;;Element of Argument[0];ReturnValue;taint"
2183
- String out = null ;
2184
- Iterable in = newVectorWithElement ((String )source ());
2185
- out = IterableUtils .toString (in , null , null , null , null );
2186
- sink (out ); // $ hasTaintFlow
2187
- }
2188
- {
2189
- // "org.apache.commons.collections4;IterableUtils;true;toString;;;Element of Argument[0];ReturnValue;taint"
2190
- String out = null ;
2191
- Iterable in = newVectorWithElement ((String )source ());
2192
- out = IterableUtils .toString (in , null );
2193
- sink (out ); // $ hasTaintFlow
2194
- }
2195
- {
2196
- // "org.apache.commons.collections4;IterableUtils;true;toString;;;Element of Argument[0];ReturnValue;taint"
2197
- String out = null ;
2198
- Iterable in = newVectorWithElement ((String )source ());
2199
- out = IterableUtils .toString (in );
2200
- sink (out ); // $ hasTaintFlow
2201
- }
2202
2146
{
2203
2147
// "org.apache.commons.collections4;IterableUtils;true;toString;;;Argument[2];ReturnValue;taint"
2204
2148
String out = null ;
@@ -2598,27 +2542,6 @@ public void test() {
2598
2542
out = IteratorUtils .toListIterator (in );
2599
2543
sink (getElement (out )); // $ hasValueFlow
2600
2544
}
2601
- {
2602
- // "org.apache.commons.collections4;IteratorUtils;true;toString;;;Element of Argument[0];ReturnValue;taint"
2603
- String out = null ;
2604
- Iterator in = newListIteratorWithElement ((String )source ());
2605
- out = IteratorUtils .toString (in , null , null , null , null );
2606
- sink (out ); // $ hasTaintFlow
2607
- }
2608
- {
2609
- // "org.apache.commons.collections4;IteratorUtils;true;toString;;;Element of Argument[0];ReturnValue;taint"
2610
- String out = null ;
2611
- Iterator in = newListIteratorWithElement ((String )source ());
2612
- out = IteratorUtils .toString (in , null );
2613
- sink (out ); // $ hasTaintFlow
2614
- }
2615
- {
2616
- // "org.apache.commons.collections4;IteratorUtils;true;toString;;;Element of Argument[0];ReturnValue;taint"
2617
- String out = null ;
2618
- Iterator in = newListIteratorWithElement ((String )source ());
2619
- out = IteratorUtils .toString (in );
2620
- sink (out ); // $ hasTaintFlow
2621
- }
2622
2545
{
2623
2546
// "org.apache.commons.collections4;IteratorUtils;true;toString;;;Argument[2];ReturnValue;taint"
2624
2547
String out = null ;
0 commit comments