This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207454

Summary: CustomizerComponentFactory.DependencyListModel sorts by localized metadata in EQ
Product: apisupport Reporter: Petr Cyhelsky <cyhelsky>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184526
Bug Depends on: 211542    
Bug Blocks: 206311    
Attachments: stacktrace

Description Petr Cyhelsky 2012-01-18 14:46:56 UTC
Build: NetBeans IDE Dev (Build 20120118-ab16ccd545a5)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: getInputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:219)
   at org.netbeans.modules.apisupport.project.universe.LocalizedBundleInfo.<init>(LocalizedBundleInfo.java:139)
   at org.netbeans.modules.apisupport.project.universe.LocalizedBundleInfo.load(LocalizedBundleInfo.java:104)
   at org.netbeans.modules.apisupport.project.ApisupportAntUtils.findLocalizedBundleInfo(ApisupportAntUtils.java:178)
   at org.netbeans.modules.apisupport.project.ApisupportAntUtils.findLocalizedBundleInfo(ApisupportAntUtils.java:213)
   at org.netbeans.modules.apisupport.project.universe.ModuleList.loadBundleInfo(ModuleList.java:1435)
Comment 1 Petr Cyhelsky 2012-01-18 14:46:58 UTC
Created attachment 115018 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-16 13:04:13 UTC
Increasing priority to P2 - after discussion with performance team and based on the goal for NB 7.2 (performance improvements) especially for remote filesystems.
Comment 3 Jesse Glick 2012-04-18 20:22:04 UTC
core-main #194a272b7b72
Comment 4 Quality Engineering 2012-04-20 10:11:24 UTC
Integrated into 'main-golden', will be available in build *201204200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/194a272b7b72
User: Jesse Glick <jglick@netbeans.org>
Log: #207454: CustomizerComponentFactory.DependencyListModel sorts by localized metadata in EQ
Comment 5 Quality Engineering 2012-04-22 09:49:17 UTC
Integrated into 'main-golden', will be available in build *201204220400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d4319335220c
User: Jesse Glick <jglick@netbeans.org>
Log: #211542: UnsupportedOperationException at java.util.Collections$UnmodifiableCollection.remove
Backing out half the fix of #207454, since the other half (written later) seems to suffice on its own.