test/tools/javac/warnings/Deprecation.lintAll.out

Thu, 23 Oct 2008 17:59:43 +0100

author
mcimadamore
date
Thu, 23 Oct 2008 17:59:43 +0100
changeset 155
4d2d8b6459e1
parent 1
9a66ca7c79fa
child 238
86b60aa941c6
permissions
-rw-r--r--

6711619: javac doesn't allow access to protected members in intersection types
Summary: Accordingly to new accessibility rules all members of intersection types (but private ones) should be accessible
Reviewed-by: jjg

     1 Deprecation.java:18:24: compiler.warn.has.been.deprecated: Deprecation, unnamed package
     2 Deprecation.java:55:24: compiler.warn.has.been.deprecated: Deprecation, unnamed package
     3 2 warnings

mercurial