forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapache-commons-collections.yaml
43 lines (43 loc) · 2.52 KB
/
apache-commons-collections.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
"functions":
- "name": "[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor)"
"params":
- "name": "arg0"
"type": "org.apache.commons.collections4.bloomfilter.BitMapExtractor"
"return_type": "boolean"
"signature": "[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor)"
- "name": "[org.apache.commons.collections4.collection.IndexedCollection].removeIf(java.util.function.Predicate<? super C>)"
"params":
- "name": "arg0"
"type": "java.util.function.Predicate<? super C>"
"return_type": "boolean"
"signature": "[org.apache.commons.collections4.collection.IndexedCollection].removeIf(java.util.function.Predicate<? super C>)"
- "name": "[org.apache.commons.collections4.CollectionUtils].getCardinalityMap(java.lang.Iterable<? extends O>)"
"params":
- "name": "arg0"
"type": "java.lang.Iterable<? extends O>"
"return_type": "java.util.Map<O,Integer>"
"signature": "[org.apache.commons.collections4.CollectionUtils].getCardinalityMap(java.lang.Iterable<? extends O>)"
- "name": "[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)"
"params":
- "name": "arg0"
"type": "org.apache.commons.collections4.bloomfilter.IndexExtractor"
"return_type": "boolean"
"signature": "[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)"
- "name": "[org.apache.commons.collections4.CollectionUtils].addAll(java.util.Collection<C>,java.lang.Iterable<? extends C>)"
"params":
- "name": "arg0"
"type": "java.util.Collection<C>"
- "name": "arg1"
"type": "java.lang.Iterable<? extends C>"
"return_type": "boolean"
"signature": "[org.apache.commons.collections4.CollectionUtils].addAll(java.util.Collection<C>,java.lang.Iterable<? extends C>)"
- "name": "[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BloomFilter)"
"params":
- "name": "arg0"
"type": "org.apache.commons.collections4.bloomfilter.BloomFilter"
"return_type": "boolean"
"signature": "[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BloomFilter)"
"language": "jvm"
"project": "apache-commons-collections"
"target_name": "CollectionsBidiMapFuzzer"
"target_path": "/src/CollectionsBidiMapFuzzer.java"