You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Torsten Curdt (JIRA)" <ji...@apache.org> on 2007/02/24 16:43:06 UTC

[jira] Closed: (SANDBOX-26) [jci] Eclipse compiler breaks if packages have capital letters

     [ https://issues.apache.org/jira/browse/SANDBOX-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Torsten Curdt closed SANDBOX-26.
--------------------------------

    Resolution: Fixed

Should be fixed now. Was even able to fix it without a change in the Reader/Store interface.
...but I suppose the EclipseJavaCompiler needs some optimization.

> [jci] Eclipse compiler breaks if packages have capital letters
> --------------------------------------------------------------
>
>                 Key: SANDBOX-26
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-26
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: JCI
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Mark Proctor
>         Assigned To: Torsten Curdt
>
> Although convention says we shouldn't put capitals in package names, this is not
> something that is enforced by the JVM and some users may do this. I don't think
> it should be jci enforcing that naming convention.
> See line 229 of EclipseJavaCompiler.
> if (Character.isUpperCase(packageName[0])) {
>     return false;
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org