RFR: 8154283: Check for clash between package and class not working when package in a different module

Jonathan Gibbons jonathan.gibbons at oracle.com
Mon Apr 25 20:10:03 UTC 2016


In test, line 273, suggest capitalize "package" embedded in method name.
Strange indentation on line 290

Otherwise OK.

-- Jon

On 04/15/2016 02:47 AM, Jan Lahoda wrote:
> Hi,
>
> Please review the following fix. When checking for package-class 
> clash, all packages visible from the given module should be checked, 
> not only packages in the given module. Also, cleaning up a forgotten 
> related field in MemberEnter.
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8154283
>
> Webrev:
> http://cr.openjdk.java.net/~jlahoda/8154283/webrev.00/
>
> Thanks,
>    Jan



More information about the compiler-dev mailing list