This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Dealing with case insensitivity
Eric Blake wrote:
>The JLS forbids having a class named java/awt/image if there is a
>subpackage by that name.
>
>When it comes to deciding between subpackages vs. inner classes, you can
>once again use the rule that no class can have the same name as a
>package to help make the decision.
>
Hmm, interesting. I suspect that gcj is getting this wrong. Implementing
this rule may go a long way towards solving the problem.
regards
Bryce.