mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
15 lines
1.5 KiB
YAML
15 lines
1.5 KiB
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/java-all
|
|
extensible: summaryModel
|
|
data:
|
|
# Note that when lambdas are supported we should have more models for TransformedSplitMap
|
|
- ["org.apache.commons.collections4.trie", "AbstractPatriciaTrie", True, "select", "", "", "Argument[this].MapKey", "ReturnValue.MapKey", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "AbstractPatriciaTrie", True, "select", "", "", "Argument[this].MapValue", "ReturnValue.MapValue", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "AbstractPatriciaTrie", True, "selectKey", "", "", "Argument[this].MapKey", "ReturnValue", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "AbstractPatriciaTrie", True, "selectValue", "", "", "Argument[this].MapValue", "ReturnValue", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "PatriciaTrie", True, "PatriciaTrie", "", "", "Argument[0].MapKey", "Argument[this].MapKey", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "PatriciaTrie", True, "PatriciaTrie", "", "", "Argument[0].MapValue", "Argument[this].MapValue", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "UnmodifiableTrie", True, "unmodifiableTrie", "", "", "Argument[0].MapKey", "ReturnValue.MapKey", "value", "manual"]
|
|
- ["org.apache.commons.collections4.trie", "UnmodifiableTrie", True, "unmodifiableTrie", "", "", "Argument[0].MapValue", "ReturnValue.MapValue", "value", "manual"]
|