test/tools/javac/lambda/EffectivelyFinalTest01.out

Thu, 30 Jan 2014 11:09:01 -0800

author
sogoel
date
Thu, 30 Jan 2014 11:09:01 -0800
changeset 2255
b2e4c5ca111f
parent 1415
01c9d4161882
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
Contributed-by: matherey.nunez@oracle.com

mcimadamore@1415 1 EffectivelyFinalTest.java:25:47: compiler.err.var.might.not.have.been.initialized: y
mcimadamore@1415 2 EffectivelyFinalTest.java:39:47: compiler.err.cant.ref.non.effectively.final.var: y, (compiler.misc.inner.cls)
mcimadamore@1415 3 EffectivelyFinalTest.java:43:45: compiler.err.cant.ref.non.effectively.final.var: x, (compiler.misc.inner.cls)
mcimadamore@1415 4 EffectivelyFinalTest.java:48:45: compiler.err.cant.ref.non.effectively.final.var: x, (compiler.misc.inner.cls)
mcimadamore@1415 5 EffectivelyFinalTest.java:53:45: compiler.err.cant.ref.non.effectively.final.var: y, (compiler.misc.inner.cls)
mcimadamore@1297 6 5 errors

mercurial