NB 7.2 HR integration review request: 212953
Tomas Pavek <[email protected]> Thu, 21 Jun 2012 11:20:42 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Description: http://netbeans.org/bugzilla/show_bug.cgi?id=212953 A memory leak fix caused that classloader used for loading custom user components in GUI builder sometimes expired too soon and the new instance caused mismatch in the complicated UI defaults swapping machinery. This made the use of SwingX components often fail to instantiate and so difficult to use in the GUI Builder. The fix is easy: making sure the classloader instance remain the same while the form is opened, as it used to be in previous releases. Fix verified by the reporter, changeset reviewed by Jan Stola. Risk assessment: low risk Changeset: http://hg.netbeans.org/main-golden/rev/a2f8994a7d18 Thanks for the review, Tomas