test/tools/javac/completion/C.out

Thu, 19 Aug 2010 11:52:58 +0100

author
mcimadamore
date
Thu, 19 Aug 2010 11:52:58 +0100
changeset 638
d6fe0ea070aa
parent 0
959103a6100f
permissions
-rw-r--r--

6885255: Improve usability of raw warnings
Summary: raw warnings should be disabled in (i) instanceof expressions and (ii) when java.lang.Class is not parameterized
Reviewed-by: jjg

     1 C.java:11: cannot access example.a.A
     2 file example/a/A.class not found
     3     class CInner extends example.B {
     4     ^
     5 1 error

mercurial