JDK-4663120 : com.sun.corba.se.internal.util.PackagePrefixChecker imports sun.tools.java.Ident
  • Type: Bug
  • Component: other-libs
  • Sub-Component: corba:orb
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2002-04-04
  • Updated: 2003-08-13
  • Resolved: 2003-08-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Relates :  
Description
In the file
src/share/classes/com/sun/corba/se/internal/util/PackagePrefixChecker.java
which implements the class
com.sun.corba.se.internal.util.PackagePrefixChecker
there is an import statement naming
sun.tools.java.Identifier
which is internal to the old compiler.  The old compiler will be removed
from the J2SE source base for Tiger, so this import must be removed.

Fortunately, the imported name is not used anywhere in the code.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b15
14-06-2004

EVALUATION Quite a simple fix, will fix it in the rip-int WS. It can go to Tiger, as this is not a pressing issue for Hopper or Mantis. ###@###.### 2002-04-23 Fixed along with 4633413 and other friends (will be integrated through the RMI workspace). ###@###.### 2003-08-05
23-04-2002