File tree Expand file tree Collapse file tree 17 files changed +997
-81
lines changed
data/fixtures/scopes/java
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 17 files changed +997
-81
lines changed Original file line number Diff line number Diff line change 1+ class Foo { }
2+ ---
3+
4+ [#1 Content] =
5+ [#1 Removal] = 0:11-0:12
6+ >-<
7+ 0| class Foo { }
8+
9+ [#1 Domain] = 0:0-0:13
10+ >-------------<
11+ 0| class Foo { }
12+
13+ [#1 Insertion delimiter] = " "
14+
15+
16+ [#2 Content] =
17+ [#2 Removal] = 0:11-0:12
18+ >-<
19+ 0| class Foo { }
20+
21+ [#2 Domain] = 0:10-0:13
22+ >---<
23+ 0| class Foo { }
24+
25+ [#2 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ public class Foo { }
2+ ---
3+
4+ [#1 Content] =
5+ [#1 Removal] = 0:18-0:19
6+ >-<
7+ 0| public class Foo { }
8+
9+ [#1 Domain] = 0:0-0:20
10+ >--------------------<
11+ 0| public class Foo { }
12+
13+ [#1 Insertion delimiter] = " "
14+
15+
16+ [#2 Content] =
17+ [#2 Removal] = 0:18-0:19
18+ >-<
19+ 0| public class Foo { }
20+
21+ [#2 Domain] = 0:17-0:20
22+ >---<
23+ 0| public class Foo { }
24+
25+ [#2 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ class Foo {
2+ void bar() { }
3+ }
4+ ---
5+
6+ [#1 Content] = 1:4-1:18
7+ >--------------<
8+ 1| void bar() { }
9+
10+ [#1 Removal] = 0:11-2:0
11+ >
12+ 0| class Foo {
13+ 1| void bar() { }
14+ 2| }
15+ <
16+
17+ [#1 Domain] = 0:0-2:1
18+ >-----------
19+ 0| class Foo {
20+ 1| void bar() { }
21+ 2| }
22+ -<
23+
24+ [#1 Insertion delimiter] = " "
25+
26+
27+ [#2 Content] = 1:4-1:18
28+ >--------------<
29+ 1| void bar() { }
30+
31+ [#2 Removal] = 0:11-2:0
32+ >
33+ 0| class Foo {
34+ 1| void bar() { }
35+ 2| }
36+ <
37+
38+ [#2 Domain] = 0:10-2:1
39+ >-
40+ 0| class Foo {
41+ 1| void bar() { }
42+ 2| }
43+ -<
44+
45+ [#2 Insertion delimiter] = " "
46+
47+
48+ [#3 Content] =
49+ [#3 Removal] = 1:16-1:17
50+ >-<
51+ 1| void bar() { }
52+
53+ [#3 Domain] = 1:4-1:18
54+ >--------------<
55+ 1| void bar() { }
56+
57+ [#3 Insertion delimiter] = " "
58+
59+
60+ [#4 Content] =
61+ [#4 Removal] = 1:13-1:13
62+ ><
63+ 1| void bar() { }
64+
65+ [#4 Domain] = 1:12-1:14
66+ >--<
67+ 1| void bar() { }
68+
69+ [#4 Insertion delimiter] = " "
70+
71+
72+ [#5 Content] =
73+ [#5 Removal] = 1:16-1:17
74+ >-<
75+ 1| void bar() { }
76+
77+ [#5 Domain] = 1:15-1:18
78+ >---<
79+ 1| void bar() { }
80+
81+ [#5 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ class Foo {
2+ public void bar() { }
3+ }
4+ ---
5+
6+ [#1 Content] = 1:4-1:25
7+ >---------------------<
8+ 1| public void bar() { }
9+
10+ [#1 Removal] = 0:11-2:0
11+ >
12+ 0| class Foo {
13+ 1| public void bar() { }
14+ 2| }
15+ <
16+
17+ [#1 Domain] = 0:0-2:1
18+ >-----------
19+ 0| class Foo {
20+ 1| public void bar() { }
21+ 2| }
22+ -<
23+
24+ [#1 Insertion delimiter] = " "
25+
26+
27+ [#2 Content] = 1:4-1:25
28+ >---------------------<
29+ 1| public void bar() { }
30+
31+ [#2 Removal] = 0:11-2:0
32+ >
33+ 0| class Foo {
34+ 1| public void bar() { }
35+ 2| }
36+ <
37+
38+ [#2 Domain] = 0:10-2:1
39+ >-
40+ 0| class Foo {
41+ 1| public void bar() { }
42+ 2| }
43+ -<
44+
45+ [#2 Insertion delimiter] = " "
46+
47+
48+ [#3 Content] =
49+ [#3 Removal] = 1:23-1:24
50+ >-<
51+ 1| public void bar() { }
52+
53+ [#3 Domain] = 1:4-1:25
54+ >---------------------<
55+ 1| public void bar() { }
56+
57+ [#3 Insertion delimiter] = " "
58+
59+
60+ [#4 Content] =
61+ [#4 Removal] = 1:20-1:20
62+ ><
63+ 1| public void bar() { }
64+
65+ [#4 Domain] = 1:19-1:21
66+ >--<
67+ 1| public void bar() { }
68+
69+ [#4 Insertion delimiter] = " "
70+
71+
72+ [#5 Content] =
73+ [#5 Removal] = 1:23-1:24
74+ >-<
75+ 1| public void bar() { }
76+
77+ [#5 Domain] = 1:22-1:25
78+ >---<
79+ 1| public void bar() { }
80+
81+ [#5 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ if (true) { }
2+ else if (false) { }
3+ else { }
4+ ---
5+
6+ [#1 Content] =
7+ [#1 Removal] = 0:11-0:12
8+ >-<
9+ 0| if (true) { }
10+
11+ [#1 Domain] = 0:0-0:13
12+ >-------------<
13+ 0| if (true) { }
14+
15+ [#1 Insertion delimiter] = " "
16+
17+
18+ [#2 Content] =
19+ [#2 Removal] = 0:4-0:8
20+ >----<
21+ 0| if (true) { }
22+
23+ [#2 Domain] = 0:3-0:9
24+ >------<
25+ 0| if (true) { }
26+
27+ [#2 Insertion delimiter] = " "
28+
29+
30+ [#3 Content] =
31+ [#3 Removal] = 0:11-0:12
32+ >-<
33+ 0| if (true) { }
34+
35+ [#3 Domain] = 0:10-0:13
36+ >---<
37+ 0| if (true) { }
38+
39+ [#3 Insertion delimiter] = " "
40+
41+
42+ [#4 Content] =
43+ [#4 Removal] = 1:17-1:18
44+ >-<
45+ 1| else if (false) { }
46+
47+ [#4 Domain] = 1:0-1:19
48+ >-------------------<
49+ 1| else if (false) { }
50+
51+ [#4 Insertion delimiter] = " "
52+
53+
54+ [#5 Content] =
55+ [#5 Removal] = 1:9-1:14
56+ >-----<
57+ 1| else if (false) { }
58+
59+ [#5 Domain] = 1:8-1:15
60+ >-------<
61+ 1| else if (false) { }
62+
63+ [#5 Insertion delimiter] = " "
64+
65+
66+ [#6 Content] =
67+ [#6 Removal] = 1:17-1:18
68+ >-<
69+ 1| else if (false) { }
70+
71+ [#6 Domain] = 1:16-1:19
72+ >---<
73+ 1| else if (false) { }
74+
75+ [#6 Insertion delimiter] = " "
76+
77+
78+ [#7 Content] =
79+ [#7 Removal] = 2:6-2:7
80+ >-<
81+ 2| else { }
82+
83+ [#7 Domain] = 2:0-2:8
84+ >--------<
85+ 2| else { }
86+
87+ [#7 Insertion delimiter] = " "
88+
89+
90+ [#8 Content] =
91+ [#8 Removal] = 2:6-2:7
92+ >-<
93+ 2| else { }
94+
95+ [#8 Domain] = 2:5-2:8
96+ >---<
97+ 2| else { }
98+
99+ [#8 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ () -> { }
2+ ---
3+
4+ [#1 Content] =
5+ [#1 Removal] = 0:1-0:1
6+ ><
7+ 0| () -> { }
8+
9+ [#1 Domain] = 0:0-0:2
10+ >--<
11+ 0| () -> { }
12+
13+ [#1 Insertion delimiter] = " "
14+
15+
16+ [#2 Content] =
17+ [#2 Removal] = 0:7-0:8
18+ >-<
19+ 0| () -> { }
20+
21+ [#2 Domain] = 0:0-0:9
22+ >---------<
23+ 0| () -> { }
24+
25+ [#2 Insertion delimiter] = " "
26+
27+
28+ [#3 Content] =
29+ [#3 Removal] = 0:7-0:8
30+ >-<
31+ 0| () -> { }
32+
33+ [#3 Domain] = 0:6-0:9
34+ >---<
35+ 0| () -> { }
36+
37+ [#3 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ () -> 0;
2+ ---
3+
4+ [#1 Content] =
5+ [#1 Removal] = 0:1-0:1
6+ ><
7+ 0| () -> 0;
8+
9+ [#1 Domain] = 0:0-0:2
10+ >--<
11+ 0| () -> 0;
12+
13+ [#1 Insertion delimiter] = " "
14+
15+
16+ [#2 Content] =
17+ [#2 Removal] = 0:6-0:7
18+ >-<
19+ 0| () -> 0;
20+
21+ [#2 Domain] = 0:0-0:7
22+ >-------<
23+ 0| () -> 0;
24+
25+ [#2 Insertion delimiter] = " "
You can’t perform that action at this time.
0 commit comments