Skip to content

Commit 4e88f0d

Browse files
Added more facets to interior scope
1 parent 7ac3d44 commit 4e88f0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+949
-195
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
switch (value) { }
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:16-0:17
6+
>-<
7+
0| switch (value) { }
8+
9+
[#1 Domain] = 0:0-0:18
10+
>------------------<
11+
0| switch (value) { }
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:8-0:13
18+
>-----<
19+
0| switch (value) { }
20+
21+
[#2 Domain] = 0:7-0:14
22+
>-------<
23+
0| switch (value) { }
24+
25+
[#2 Insertion delimiter] = " "
26+
27+
28+
[#3 Content] =
29+
[#3 Removal] = 0:16-0:17
30+
>-<
31+
0| switch (value) { }
32+
33+
[#3 Domain] = 0:15-0:18
34+
>---<
35+
0| switch (value) { }
36+
37+
[#3 Insertion delimiter] = " "
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
class MyClass { }
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:15-0:16
6+
>-<
7+
0| class MyClass { }
8+
9+
[#1 Domain] = 0:0-0:17
10+
>-----------------<
11+
0| class MyClass { }
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:15-0:16
18+
>-<
19+
0| class MyClass { }
20+
21+
[#2 Domain] = 0:14-0:17
22+
>---<
23+
0| class MyClass { }
24+
25+
[#2 Insertion delimiter] = " "
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
class MyClass {
2+
MyClass() { }
3+
}
4+
---
5+
6+
[#1 Content] = 1:4-1:17
7+
>-------------<
8+
1| MyClass() { }
9+
10+
[#1 Removal] = 0:15-2:0
11+
>
12+
0| class MyClass {
13+
1| MyClass() { }
14+
2| }
15+
<
16+
17+
[#1 Domain] = 0:0-2:1
18+
>---------------
19+
0| class MyClass {
20+
1| MyClass() { }
21+
2| }
22+
-<
23+
24+
[#1 Insertion delimiter] = " "
25+
26+
27+
[#2 Content] = 1:4-1:17
28+
>-------------<
29+
1| MyClass() { }
30+
31+
[#2 Removal] = 0:15-2:0
32+
>
33+
0| class MyClass {
34+
1| MyClass() { }
35+
2| }
36+
<
37+
38+
[#2 Domain] = 0:14-2:1
39+
>-
40+
0| class MyClass {
41+
1| MyClass() { }
42+
2| }
43+
-<
44+
45+
[#2 Insertion delimiter] = " "
46+
47+
48+
[#3 Content] =
49+
[#3 Removal] = 1:15-1:16
50+
>-<
51+
1| MyClass() { }
52+
53+
[#3 Domain] = 1:4-1:17
54+
>-------------<
55+
1| MyClass() { }
56+
57+
[#3 Insertion delimiter] = " "
58+
59+
60+
[#4 Content] =
61+
[#4 Removal] = 1:12-1:12
62+
><
63+
1| MyClass() { }
64+
65+
[#4 Domain] = 1:11-1:13
66+
>--<
67+
1| MyClass() { }
68+
69+
[#4 Insertion delimiter] = " "
70+
71+
72+
[#5 Content] =
73+
[#5 Removal] = 1:15-1:16
74+
>-<
75+
1| MyClass() { }
76+
77+
[#5 Domain] = 1:14-1:17
78+
>---<
79+
1| MyClass() { }
80+
81+
[#5 Insertion delimiter] = " "
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
for (int value : values) { }
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:26-0:27
6+
>-<
7+
0| for (int value : values) { }
8+
9+
[#1 Domain] = 0:0-0:28
10+
>----------------------------<
11+
0| for (int value : values) { }
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:5-0:23
18+
>------------------<
19+
0| for (int value : values) { }
20+
21+
[#2 Domain] = 0:4-0:24
22+
>--------------------<
23+
0| for (int value : values) { }
24+
25+
[#2 Insertion delimiter] = " "
26+
27+
28+
[#3 Content] =
29+
[#3 Removal] = 0:26-0:27
30+
>-<
31+
0| for (int value : values) { }
32+
33+
[#3 Domain] = 0:25-0:28
34+
>---<
35+
0| for (int value : values) { }
36+
37+
[#3 Insertion delimiter] = " "
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
class Foo {
2-
void bar() { }
1+
class MyClass {
2+
void foo() { }
33
}
44
---
55

66
[#1 Content] = 1:4-1:18
77
>--------------<
8-
1| void bar() { }
8+
1| void foo() { }
99

10-
[#1 Removal] = 0:11-2:0
11-
>
12-
0| class Foo {
13-
1| void bar() { }
10+
[#1 Removal] = 0:15-2:0
11+
>
12+
0| class MyClass {
13+
1| void foo() { }
1414
2| }
1515
<
1616

1717
[#1 Domain] = 0:0-2:1
18-
>-----------
19-
0| class Foo {
20-
1| void bar() { }
18+
>---------------
19+
0| class MyClass {
20+
1| void foo() { }
2121
2| }
2222
-<
2323

@@ -26,19 +26,19 @@ class Foo {
2626

2727
[#2 Content] = 1:4-1:18
2828
>--------------<
29-
1| void bar() { }
29+
1| void foo() { }
3030

31-
[#2 Removal] = 0:11-2:0
32-
>
33-
0| class Foo {
34-
1| void bar() { }
31+
[#2 Removal] = 0:15-2:0
32+
>
33+
0| class MyClass {
34+
1| void foo() { }
3535
2| }
3636
<
3737

38-
[#2 Domain] = 0:10-2:1
39-
>-
40-
0| class Foo {
41-
1| void bar() { }
38+
[#2 Domain] = 0:14-2:1
39+
>-
40+
0| class MyClass {
41+
1| void foo() { }
4242
2| }
4343
-<
4444

@@ -48,34 +48,34 @@ class Foo {
4848
[#3 Content] =
4949
[#3 Removal] = 1:16-1:17
5050
>-<
51-
1| void bar() { }
51+
1| void foo() { }
5252

5353
[#3 Domain] = 1:4-1:18
5454
>--------------<
55-
1| void bar() { }
55+
1| void foo() { }
5656

5757
[#3 Insertion delimiter] = " "
5858

5959

6060
[#4 Content] =
6161
[#4 Removal] = 1:13-1:13
6262
><
63-
1| void bar() { }
63+
1| void foo() { }
6464

6565
[#4 Domain] = 1:12-1:14
6666
>--<
67-
1| void bar() { }
67+
1| void foo() { }
6868

6969
[#4 Insertion delimiter] = " "
7070

7171

7272
[#5 Content] =
7373
[#5 Removal] = 1:16-1:17
7474
>-<
75-
1| void bar() { }
75+
1| void foo() { }
7676

7777
[#5 Domain] = 1:15-1:18
7878
>---<
79-
1| void bar() { }
79+
1| void foo() { }
8080

8181
[#5 Insertion delimiter] = " "
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
namespace NS { }
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:14-0:15
6+
>-<
7+
0| namespace NS { }
8+
9+
[#1 Domain] = 0:0-0:16
10+
>----------------<
11+
0| namespace NS { }
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:14-0:15
18+
>-<
19+
0| namespace NS { }
20+
21+
[#2 Domain] = 0:13-0:16
22+
>---<
23+
0| namespace NS { }
24+
25+
[#2 Insertion delimiter] = " "

0 commit comments

Comments
 (0)