https://issues.apache.org/bugzilla/show_bug.cgi?id=46859

           Summary: [Patch] rename org.apache.poi.openxml4j.opc.Package
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Since the class java.lang.Package is available without import, failing to
explicitly import org.apache.poi.openxml4j.opc.Package may cause confusing
compiler errors.

As a general rule, POI classes should not have names that clash with any
jdk-public (or other well known) class.

This is a change which would be good to get done before the 3.5-final release.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to