test/tools/javac/lambda/EffectivelyFinalTest01.out

Thu, 28 Feb 2013 14:05:52 +0000

author
mcimadamore
date
Thu, 28 Feb 2013 14:05:52 +0000
changeset 1610
08782b8b03ce
parent 1415
01c9d4161882
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8008537: Missing method reference lookup error when unbound search finds a static method
Summary: Static-ness check should be applied after member reference resolution
Reviewed-by: jjg

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