@@ -88,7 +88,6 @@ private class ApacheCollectionsModel extends SummaryModelCsv {
88
88
// In order for the models of Iterator to work we have to use Element instead of MapKey for key data.
89
89
"org.apache.commons.collections4;MapIterator;true;getKey;;;Element of Argument[-1];ReturnValue;value" ,
90
90
"org.apache.commons.collections4;MapIterator;true;getValue;;;MapValue of Argument[-1];ReturnValue;value" ,
91
- "org.apache.commons.collections4;MapIterator;true;next;;;Element of Argument[-1];ReturnValue;value" ,
92
91
"org.apache.commons.collections4;MapIterator;true;setValue;;;MapValue of Argument[-1];ReturnValue;value" ,
93
92
"org.apache.commons.collections4;MapIterator;true;setValue;;;Argument[0];MapValue of Argument[-1];value" ,
94
93
"org.apache.commons.collections4;MultiMap;true;get;;;Element of MapValue of Argument[-1];Element of ReturnValue;value" ,
@@ -177,7 +176,6 @@ private class ApacheCollectionsModel extends SummaryModelCsv {
177
176
"org.apache.commons.collections;KeyValue;true;getValue;;;MapValue of Argument[-1];ReturnValue;value" ,
178
177
"org.apache.commons.collections;MapIterator;true;getKey;;;Element of Argument[-1];ReturnValue;value" ,
179
178
"org.apache.commons.collections;MapIterator;true;getValue;;;MapValue of Argument[-1];ReturnValue;value" ,
180
- "org.apache.commons.collections;MapIterator;true;next;;;Element of Argument[-1];ReturnValue;value" ,
181
179
"org.apache.commons.collections;MapIterator;true;setValue;;;MapValue of Argument[-1];ReturnValue;value" ,
182
180
"org.apache.commons.collections;MapIterator;true;setValue;;;Argument[0];MapValue of Argument[-1];value" ,
183
181
"org.apache.commons.collections;MultiMap;true;get;;;Element of MapValue of Argument[-1];Element of ReturnValue;value" ,
0 commit comments