File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/ql/test/library-tests/frameworks/apache-collections Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -721,14 +721,14 @@ public void test() throws Exception {
721
721
{
722
722
// "org.apache.commons.collections4;MapUtils;true;getMap;;;MapValue of Argument[0];ReturnValue;value;manual"
723
723
Map out = null ;
724
- Map in = newTreeMapWithMapValue ((String )source ());
724
+ Map in = newTreeMapWithMapValue ((Map )source ());
725
725
out = MapUtils .getMap (in , null , null );
726
726
sink (out ); // $ hasValueFlow
727
727
}
728
728
{
729
729
// "org.apache.commons.collections4;MapUtils;true;getMap;;;MapValue of Argument[0];ReturnValue;value;manual"
730
730
Map out = null ;
731
- Map in = newTreeMapWithMapValue ((String )source ());
731
+ Map in = newTreeMapWithMapValue ((Map )source ());
732
732
out = MapUtils .getMap (in , null );
733
733
sink (out ); // $ hasValueFlow
734
734
}
@@ -7257,4 +7257,4 @@ public MyAbstractSortedSetDecorator(final Set<E> set) {
7257
7257
}
7258
7258
}
7259
7259
7260
- }
7260
+ }
You can’t perform that action at this time.
0 commit comments