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 207451

Summary: NbPlatformCustomizer.showCustomizer calls NbPlatform.getPlatforms in EQ
Product: apisupport Reporter: Tomas Hurka <thurka>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: cyhelsky
Priority: P2 Keywords: PERFORMANCE
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184524
Bug Depends on:    
Bug Blocks: 206311    
Attachments: stacktrace

Description Tomas Hurka 2012-01-18 14:40:24 UTC
Build: NetBeans IDE Dev (Build 20120118-ab16ccd545a5)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3610
OS: Mac OS X

User Comments:
cyhelsky: in add libraries dialog




Stacktrace: 
java.lang.IllegalStateException: getOutputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:157)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:99)
   at org.openide.filesystems.FileObject.getOutputStream(FileObject.java:733)
   at org.netbeans.spi.project.support.ant.PropertyUtils$2.run(PropertyUtils.java:198)
   at org.netbeans.spi.project.support.ant.PropertyUtils$2.run(PropertyUtils.java:166)
   at org.openide.util.Mutex.writeAccess(Mutex.java:436)
Comment 1 Tomas Hurka 2012-01-18 14:40:27 UTC
Created attachment 115016 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-16 13:04:14 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-17 23:06:49 UTC
core-main #09c5e97c3f26
Comment 4 Quality Engineering 2012-04-18 21:27:19 UTC
Integrated into 'main-golden', will be available in build *201204181547* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/09c5e97c3f26
User: Jesse Glick <jglick@netbeans.org>
Log: #207451: NbPlatformCustomizer.showCustomizer calls NbPlatform.getPlatforms in EQ