File tree Expand file tree Collapse file tree 5 files changed +42
-0
lines changed
regression/goto-diff/syntactic-diff-java1 Expand file tree Collapse file tree 5 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ public class Test {
2+
3+ public int run () {
4+ int x = 42 ;
5+
6+ return x ;
7+ }
8+
9+ public void bar () {
10+ int y = 0 ;
11+ }
12+
13+ public void unchanged () {
14+ int z = 0 ;
15+ }
16+ }
Original file line number Diff line number Diff line change 1+ public class Test {
2+
3+ public int run () {
4+ int x = 0 ;
5+
6+ return x ;
7+ }
8+
9+ public void unchanged () {
10+ int z = 0 ;
11+ }
12+
13+ public void foo () {
14+ int y = 0 ;
15+ }
16+ }
Original file line number Diff line number Diff line change 1+ CORE
2+ old.jar
3+ new.jar
4+ // Enable multi-line checking
5+ activate-multi-line-match
6+ EXIT=0
7+ SIGNAL=0
8+ new functions:\n Test\.java: java::Test\.foo:\(\)V\nmodified functions:\n Test\.java: java::Test\.run:\(\)I\ndeleted functions:\n Test\.java: java::Test\.bar:\(\)V
9+ --
10+ ^warning: ignoring
You can’t perform that action at this time.
0 commit comments