mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Do not model some protected methods
This commit is contained in:
@@ -250,16 +250,6 @@ private class ApacheBidiMapModel extends SummaryModelCsv {
|
||||
".bidimap;AbstractDualBidiMap;true;AbstractDualBidiMap;;;MapValue of Argument[1];MapKey of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;AbstractDualBidiMap;;;MapKey of Argument[2];MapValue of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;AbstractDualBidiMap;;;MapValue of Argument[2];MapKey of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createBidiMap;;;MapKey of Argument[0];MapKey of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createBidiMap;;;MapValue of Argument[0];MapValue of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createBidiMap;;;MapKey of Argument[1];MapValue of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createBidiMap;;;MapValue of Argument[1];MapKey of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createBidiMap;;;MapKey of Argument[2];MapValue of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createBidiMap;;;MapValue of Argument[2];MapKey of Argument[-1];value",
|
||||
".bidimap;AbstractDualBidiMap;true;createKeySetIterator;;;MapKey of Argument[-1];Element of ReturnValue;value",
|
||||
".bidimap;AbstractDualBidiMap;true;createValuesIterator;;;MapValue of Argument[-1];Element of ReturnValue;value",
|
||||
".bidimap;AbstractDualBidiMap;true;createEntrySetIterator;;;MapKey of Argument[-1];MapKey of Element of ReturnValue;value",
|
||||
".bidimap;AbstractDualBidiMap;true;createEntrySetIterator;;;MapValue of Argument[-1];MapValue of Element of ReturnValue;value",
|
||||
".bidimap;AbstractOrderedBidiMapDecorator;true;AbstractOrderedBidiMapDecorator;;;MapKey of Argument[0];MapKey of Argument[-1];value",
|
||||
".bidimap;AbstractOrderedBidiMapDecorator;true;AbstractOrderedBidiMapDecorator;;;MapValue of Argument[0];MapValue of Argument[-1];value",
|
||||
".bidimap;AbstractSortedBidiMapDecorator;true;AbstractSortedBidiMapDecorator;;;MapKey of Argument[0];MapKey of Argument[-1];value",
|
||||
@@ -446,20 +436,6 @@ private class ApacheListModel extends SummaryModelCsv {
|
||||
".list;AbstractLinkedList;true;addLast;;;Argument[0];Element of Argument[-1];value",
|
||||
".list;AbstractLinkedList;true;removeFirst;;;Element of Argument[-1];ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;removeLast;;;Element of Argument[-1];ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;updateNode;;;Argument[1];Element of Argument[-1];value",
|
||||
".list;AbstractLinkedList;true;updateNode;;;Argument[1];Element of Argument[0];value",
|
||||
".list;AbstractLinkedList;true;createNode;;;Argument[0];Element of ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;addNodeBefore;;;Argument[1];Element of Argument[-1];value",
|
||||
".list;AbstractLinkedList;true;addNodeBefore;;;Argument[1];Element of Argument[0];value",
|
||||
".list;AbstractLinkedList;true;addNodeAfter;;;Argument[1];Element of Argument[-1];value",
|
||||
".list;AbstractLinkedList;true;addNodeAfter;;;Argument[1];Element of Argument[0];value",
|
||||
".list;AbstractLinkedList;true;addNode;;;Element of Argument[0];Element of Argument[-1];value",
|
||||
".list;AbstractLinkedList;true;addNode;;;Element of Argument[0];Element of Argument[1];value",
|
||||
".list;AbstractLinkedList;true;getNode;;;Element of Argument[-1];Element of ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;createSubListIterator;;;Element of Argument[-1];Element of ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;createSubListIterator;;;Element of Argument[0];Element of ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;createSubListListIterator;;;Element of Argument[-1];Element of ReturnValue;value",
|
||||
".list;AbstractLinkedList;true;createSubListListIterator;;;Element of Argument[0];Element of ReturnValue;value",
|
||||
".list;AbstractListDecorator;true;AbstractListDecorator;;;Element of Argument[0];Element of Argument[-1];value",
|
||||
".list;AbstractSerializableListDecorator;true;AbstractSerializableListDecorator;;;Element of Argument[0];Element of Argument[-1];value",
|
||||
".list;CursorableLinkedList;true;CursorableLinkedList;;;Element of Argument[0];Element of Argument[-1];value",
|
||||
@@ -490,15 +466,6 @@ private class ApacheMapModel extends SummaryModelCsv {
|
||||
// Note that when lambdas are supported we should have more models for DefaultedMap, LazyMap, TransformedMap, TransformedSortedMap
|
||||
".map;AbstractHashedMap;true;AbstractHashedMap;(Map);;MapKey of Argument[0];MapKey of Argument[-1];value",
|
||||
".map;AbstractHashedMap;true;AbstractHashedMap;(Map);;MapValue of Argument[0];MapValue of Argument[-1];value",
|
||||
".map;AbstractHashedMap;false;convertKey;;;Argument[0];ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;entryKey;;;MapKey of Argument[-1];ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;entryKey;;;MapKey of Argument[0];ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;entryValue;;;MapValue of Argument[-1];ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;entryValue;;;MapValue of Argument[0];ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;createEntrySetIterator;;;MapKey of Argument[-1];MapKey of Element of ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;createEntrySetIterator;;;MapValue of Argument[-1];MapValue of Element of ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;createKeySetIterator;;;MapKey of Argument[-1];Element of ReturnValue;value",
|
||||
".map;AbstractHashedMap;true;createValuesIterator;;;MapValue of Argument[-1];Element of ReturnValue;value",
|
||||
".map;AbstractLinkedMap;true;AbstractLinkedMap;(Map);;MapKey of Argument[0];MapKey of Argument[-1];value",
|
||||
".map;AbstractLinkedMap;true;AbstractLinkedMap;(Map);;MapValue of Argument[0];MapValue of Argument[-1];value",
|
||||
".map;AbstractMapDecorator;true;AbstractMapDecorator;(Map);;MapKey of Argument[0];MapKey of Argument[-1];value",
|
||||
|
||||
Reference in New Issue
Block a user