JDK-6621655 : Remove Glazed Lists dependecy from Nimbus build process
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u5
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-10-25
  • Updated: 2011-02-16
  • Resolved: 2007-11-07
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.
JDK 6
6u10 b07Fixed
Description
Nimbus compiler uses the Glazed Lists library for its model, this depenency needs to be removed due to licencing issues.

Comments
EVALUATION Glazed lists is needed by the model when it is used in the designer tool but not at compile time. So all glazed lists collections classes can be replaced with the standard java.util implementations.
25-10-2007