[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]