langtools/test/tools/javac/CyclicInheritance.out
author jlahoda
Tue, 16 Aug 2016 16:43:00 +0200
changeset 40504 0a01f6710c84
parent 6711 fc9732adc790
permissions -rw-r--r--
8078561: Error message should be generated once when -source 6 is specified Summary: Code to avoid duplicated errors about features not supported in the current source level moved to Log Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
6711
fc9732adc790 6863465: javac doesn't detect circular subclass dependencies via qualified names
mcimadamore
parents: 863
diff changeset
     7
CyclicInheritance.java:36:1: compiler.err.cyclic.inheritance: C221
fc9732adc790 6863465: javac doesn't detect circular subclass dependencies via qualified names
mcimadamore
parents: 863
diff changeset
     8
CyclicInheritance.java:40:1: compiler.err.cyclic.inheritance: C222
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
8 errors