Skip to content

Commit 2000985

Browse files
committed
Remove duplicate test
1 parent a55a32f commit 2000985

File tree

1 file changed

+0
-7
lines changed
  • java/ql/test/library-tests/frameworks/apache-collections

1 file changed

+0
-7
lines changed

java/ql/test/library-tests/frameworks/apache-collections/Test.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,6 @@ public void test() {
238238
out = in.mySetKey(null);
239239
sink(out); // $ hasValueFlow
240240
}
241-
{
242-
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setKey;;;MapValue of Argument[-1];ReturnValue;value"
243-
Object out = null;
244-
MyAbstractKeyValue in = newMAKVWithMapValue((String)source());
245-
out = in.mySetKey((Object)null);
246-
sink(out); // $ hasValueFlow
247-
}
248241
{
249242
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setValue;;;Argument[0];MapValue of Argument[-1];value"
250243
UnmodifiableMapEntry out = null;

0 commit comments

Comments
 (0)