Skip to content

Commit 32b11d0

Browse files
Added function call chain facet (#3047)
1 parent 6e63ed5 commit 32b11d0

39 files changed

+484
-28
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
foo().bar();
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] =
6+
[#1 Domain] = 0:0-0:5
7+
>-----<
8+
0| foo().bar();
9+
10+
[#1 Insertion delimiter] = " "
11+
12+
13+
[#2 Content] =
14+
[#2 Removal] =
15+
[#2 Domain] = 0:0-0:11
16+
>-----------<
17+
0| foo().bar();
18+
19+
[#2 Insertion delimiter] = " "
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
foo().bar();
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:0-0:3
6+
>---<
7+
0| foo().bar();
8+
9+
[#1 Domain] = 0:0-0:5
10+
>-----<
11+
0| foo().bar();
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:0-0:9
18+
>---------<
19+
0| foo().bar();
20+
21+
[#2 Domain] = 0:0-0:11
22+
>-----------<
23+
0| foo().bar();
24+
25+
[#2 Insertion delimiter] = " "
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Foo().Bar();
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] =
6+
[#1 Domain] = 0:0-0:5
7+
>-----<
8+
0| Foo().Bar();
9+
10+
[#1 Insertion delimiter] = " "
11+
12+
13+
[#2 Content] =
14+
[#2 Removal] =
15+
[#2 Domain] = 0:0-0:11
16+
>-----------<
17+
0| Foo().Bar();
18+
19+
[#2 Insertion delimiter] = " "
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Foo().Bar();
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:0-0:3
6+
>---<
7+
0| Foo().Bar();
8+
9+
[#1 Domain] = 0:0-0:5
10+
>-----<
11+
0| Foo().Bar();
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:0-0:9
18+
>---------<
19+
0| Foo().Bar();
20+
21+
[#2 Domain] = 0:0-0:11
22+
>-----------<
23+
0| Foo().Bar();
24+
25+
[#2 Insertion delimiter] = " "
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
foo.bar();
1+
Foo.Bar();
22
---
33

44
[Content] =
55
[Removal] = 0:0-0:7
66
>-------<
7-
0| foo.bar();
7+
0| Foo.Bar();
88

99
[Domain] = 0:0-0:9
1010
>---------<
11-
0| foo.bar();
11+
0| Foo.Bar();
1212

1313
[Insertion delimiter] = " "
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
foo();
1+
Foo();
22
---
33

44
[Content] =
55
[Removal] = 0:0-0:3
66
>---<
7-
0| foo();
7+
0| Foo();
88

99
[Domain] = 0:0-0:5
1010
>-----<
11-
0| foo();
11+
0| Foo();
1212

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

0 commit comments

Comments
 (0)