-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathjava-diff-utils.yaml
57 lines (57 loc) · 2.33 KB
/
java-diff-utils.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
"functions":
- "name": "[com.github.difflib.algorithm.myers.MyersDiffWithLinearSpace].computeDiff(java.util.List<T>,java.util.List<T>,com.github.difflib.algorithm.DiffAlgorithmListener)"
"params":
- "name": "arg0"
"type": "java.util.List<T>"
- "name": "arg1"
"type": "java.util.List<T>"
- "name": "arg2"
"type": "com.github.difflib.algorithm.DiffAlgorithmListener"
"return_type": "java.util.List<Change>"
"signature": "[com.github.difflib.algorithm.myers.MyersDiffWithLinearSpace].computeDiff(java.util.List<T>,java.util.List<T>,com.github.difflib.algorithm.DiffAlgorithmListener)"
- "name": "[com.github.difflib.algorithm.myers.PathNode].<init>(int,int,boolean,boolean,com.github.difflib.algorithm.myers.PathNode)"
"params":
- "name": "arg0"
"type": "int"
- "name": "arg1"
"type": "int"
- "name": "arg2"
"type": "boolean"
- "name": "arg3"
"type": "boolean"
- "name": "arg4"
"type": "com.github.difflib.algorithm.myers.PathNode"
"return_type": "com.github.difflib.algorithm.myers.PathNode"
"signature": "[com.github.difflib.algorithm.myers.PathNode].<init>(int,int,boolean,boolean,com.github.difflib.algorithm.myers.PathNode)"
- "name": "[com.github.difflib.text.DiffRow].equals(java.lang.Object)"
"params":
- "name": "arg0"
"type": "java.lang.Object"
"return_type": "boolean"
"signature": "[com.github.difflib.text.DiffRow].equals(java.lang.Object)"
- "name": "[com.github.difflib.patch.Chunk].<init>(int,java.util.List)"
"params":
- "name": "arg0"
"type": "int"
- "name": "arg1"
"type": "java.util.List"
"return_type": "com.github.difflib.patch.Chunk"
"signature": "[com.github.difflib.patch.Chunk].<init>(int,java.util.List)"
- "name": "[com.github.difflib.patch.Chunk].<init>(int,java.lang.Object[])"
"params":
- "name": "arg0"
"type": "int"
- "name": "arg1"
"type": "java.lang.Object[]"
"return_type": "com.github.difflib.patch.Chunk"
"signature": "[com.github.difflib.patch.Chunk].<init>(int,java.lang.Object[])"
- "name": "[com.github.difflib.patch.Chunk].equals(java.lang.Object)"
"params":
- "name": "arg0"
"type": "java.lang.Object"
"return_type": "boolean"
"signature": "[com.github.difflib.patch.Chunk].equals(java.lang.Object)"
"language": "jvm"
"project": "java-diff-utils"
"target_name": "DiffUtilsFuzzer"
"target_path": "/src/DiffUtilsFuzzer.java"