Uploaded image for project: 'Commons JCI'
  1. Commons JCI
  2. JCI-28

[jci] Eclipse compiler breaks if packages have capital letters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 38284

    Description

      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;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            mproctor@codehaus.org Mark Proctor
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: