mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Remove duplicate test
This commit is contained in:
@@ -238,13 +238,6 @@ public class Test {
|
||||
out = in.mySetKey(null);
|
||||
sink(out); // $ hasValueFlow
|
||||
}
|
||||
{
|
||||
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setKey;;;MapValue of Argument[-1];ReturnValue;value"
|
||||
Object out = null;
|
||||
MyAbstractKeyValue in = newMAKVWithMapValue((String)source());
|
||||
out = in.mySetKey((Object)null);
|
||||
sink(out); // $ hasValueFlow
|
||||
}
|
||||
{
|
||||
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setValue;;;Argument[0];MapValue of Argument[-1];value"
|
||||
UnmodifiableMapEntry out = null;
|
||||
|
||||
Reference in New Issue
Block a user