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 - NbPlatformCustomizer.showCustomizer calls NbPlatform.getPlatforms in EQ
Summary: NbPlatformCustomizer.showCustomizer calls NbPlatform.getPlatforms in EQ
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-18 14:40 UTC by Tomas Hurka
Modified: 2012-04-18 21:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184524


Attachments
stacktrace (4.05 KB, text/plain)
2012-01-18 14:40 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
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