We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55a32f commit 2000985Copy full SHA for 2000985
java/ql/test/library-tests/frameworks/apache-collections/Test.java
@@ -238,13 +238,6 @@ public void test() {
238
out = in.mySetKey(null);
239
sink(out); // $ hasValueFlow
240
}
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
- }
248
{
249
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setValue;;;Argument[0];MapValue of Argument[-1];value"
250
UnmodifiableMapEntry out = null;
0 commit comments