From b202110285d60a1793161b326284c83f2b1975cf Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Tue, 29 Jun 2021 11:47:22 +0100 Subject: [PATCH] Drop redundant model that can be inherited from java.util.Iterator --- java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll | 1 - 1 file changed, 1 deletion(-) diff --git a/java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll b/java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll index 86031eeb357..bdd4006253c 100644 --- a/java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll +++ b/java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll @@ -40,7 +40,6 @@ private class FlowSummaries extends SummaryModelCsv { "org.springframework.util;CollectionUtils;false;unmodifiableMultiValueMap;;;MapKey of Argument[0];MapKey of ReturnValue;value", "org.springframework.util;CollectionUtils;false;unmodifiableMultiValueMap;;;MapValue of Argument[0];MapValue of ReturnValue;value", "org.springframework.util;CompositeIterator;false;add;;;Element of Argument[0];Element of Argument[-1];value", - "org.springframework.util;CompositeIterator;false;next;;;Element of Argument[-1];ReturnValue;value", "org.springframework.util;ConcurrentReferenceHashMap;false;getReference;;;MapKey of Argument[-1];MapKey of ReturnValue;value", "org.springframework.util;ConcurrentReferenceHashMap;false;getReference;;;MapValue of Argument[-1];MapValue of ReturnValue;value", "org.springframework.util;ConcurrentReferenceHashMap;false;getSegment;;;MapKey of Argument[-1];MapKey of ReturnValue;value",