test/tools/javac/lambda/EffectivelyFinalTest01.out

Fri, 07 Sep 2012 11:24:00 -0700

author
jjg
date
Fri, 07 Sep 2012 11:24:00 -0700
changeset 1322
324b98626f58
parent 1297
e5cf1569d3a4
child 1415
01c9d4161882
permissions
-rw-r--r--

7196774: javac cannot be built with JDK 6 after 7151010
Reviewed-by: mcimadamore

mcimadamore@1297 1 EffectivelyFinalTest.java:46:47: compiler.err.var.might.not.have.been.initialized: y
mcimadamore@1297 2 EffectivelyFinalTest.java:60:47: compiler.err.cant.ref.non.effectively.final.var: y, (compiler.misc.inner.cls)
mcimadamore@1297 3 EffectivelyFinalTest.java:64:45: compiler.err.cant.ref.non.effectively.final.var: x, (compiler.misc.inner.cls)
mcimadamore@1297 4 EffectivelyFinalTest.java:69:45: compiler.err.cant.ref.non.effectively.final.var: x, (compiler.misc.inner.cls)
mcimadamore@1297 5 EffectivelyFinalTest.java:74:45: compiler.err.cant.ref.non.effectively.final.var: y, (compiler.misc.inner.cls)
mcimadamore@1297 6 5 errors

mercurial