< prev index next >

test/langtools/tools/javac/SuperInit/SuperInitFails.out

Print this page
*** 1,11 ***
  SuperInitFails.java:57:9: compiler.err.cant.ref.before.ctor.called: hashCode()
  SuperInitFails.java:62:9: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:67:9: compiler.err.cant.ref.before.ctor.called: super
  SuperInitFails.java:72:23: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:77:23: compiler.err.cant.ref.before.ctor.called: super
- SuperInitFails.java:94:9: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:99:33: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:104:14: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:108:20: compiler.err.not.encl.class: java.lang.Object
  SuperInitFails.java:112:17: compiler.err.cant.ref.before.ctor.called: super
  SuperInitFails.java:119:22: compiler.err.call.must.only.appear.in.ctor
--- 1,10 ---

*** 22,8 ***
  SuperInitFails.java:49:33: compiler.err.call.must.only.appear.in.ctor
  SuperInitFails.java:53:32: compiler.err.call.must.only.appear.in.ctor
  SuperInitFails.java:83:18: compiler.err.ctor.calls.not.allowed.here
  SuperInitFails.java:89:13: compiler.err.return.before.superclass.initialized
  SuperInitFails.java:160:18: compiler.err.ctor.calls.not.allowed.here
! - compiler.note.preview.filename: SuperInitFails.java, DEFAULT
- - compiler.note.preview.recompile
- 26 errors
--- 21,6 ---
  SuperInitFails.java:49:33: compiler.err.call.must.only.appear.in.ctor
  SuperInitFails.java:53:32: compiler.err.call.must.only.appear.in.ctor
  SuperInitFails.java:83:18: compiler.err.ctor.calls.not.allowed.here
  SuperInitFails.java:89:13: compiler.err.return.before.superclass.initialized
  SuperInitFails.java:160:18: compiler.err.ctor.calls.not.allowed.here
! 25 errors
< prev index next >