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 244951 - Cache org.netbeans.modules.swingapp.AppFrameworkSupport.getApplicationClassName()?
Summary: Cache org.netbeans.modules.swingapp.AppFrameworkSupport.getApplicationClassNa...
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-06-09 07:44 UTC by Exceptions Reporter
Modified: 2014-07-15 11:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210161


Attachments
nps snapshot (615.51 KB, application/nps)
2014-06-09 07:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-06-09 07:44:00 UTC
This bug was originally marked as duplicate of bug 210435, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Everyday it goes slower and slower working with Swing applications



Maximum slowness yet reported was 77730 ms, average is 77730
Comment 1 Exceptions Reporter 2014-06-09 07:44:07 UTC
Created attachment 147614 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2014-07-15 10:12:01 UTC
I guess caching 

org.netbeans.modules.swingapp.AppFrameworkSupport.getApplicationClassName()	19.618101	13 272 ms (19,6%)	13 262 ms	53

to not touch the disk would help significantly.
Comment 3 Tomas Pavek 2014-07-15 11:52:03 UTC
I'm sorry but the Swing App Framework is not supported by NetBeans anymore.