author | peterz |
Fri, 28 May 2010 13:32:40 +0400 | |
changeset 5594 | 3db39773da2e |
parent 863 | 3113c955a388 |
child 6711 | fc9732adc790 |
permissions | -rw-r--r-- |
863
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
1 |
CyclicInheritance.java:15:1: compiler.err.cyclic.inheritance: C1 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
2 |
CyclicInheritance.java:17:1: compiler.err.cyclic.inheritance: C11 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
3 |
CyclicInheritance.java:20:1: compiler.err.cyclic.inheritance: I1 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
4 |
CyclicInheritance.java:22:1: compiler.err.cyclic.inheritance: I11 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
5 |
CyclicInheritance.java:27:1: compiler.err.cyclic.inheritance: C211 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
6 |
CyclicInheritance.java:31:1: compiler.err.cyclic.inheritance: C212 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
7 |
CyclicInheritance.java:36:27: compiler.err.report.access: C221.I, private, C221 |
3113c955a388
6724327: eliminate use of shell tests for simple golden file tests
jjg
parents:
10
diff
changeset
|
8 |
CyclicInheritance.java:40:24: compiler.err.report.access: C222.C, private, C222 |
10 | 9 |
8 errors |