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 180086 - Invoking Design This Container took 154297 ms.
Summary: Invoking Design This Container took 154297 ms.
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-02-01 07:14 UTC by Exceptions Reporter
Modified: 2010-02-02 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164784


Attachments
nps snapshot (256.00 KB, application/nps)
2010-02-01 07:15 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-02-01 07:14:58 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
GUEST: I was designing individual panels within a parent panel using the "Design This Container" context menu option and then using  the Design Parent -> [Top Parent] context menu option. It got progressively slower the more I did it. (Noticeably around 10 times)



Maximum slowness yet reported was 154297 ms, average is 154297
Comment 1 Exceptions Reporter 2010-02-01 07:15:03 UTC
Created attachment 93717 [details]
nps snapshot
Comment 2 Jan Stola 2010-02-02 07:16:26 UTC
The attached snapshot shows 144280ms spent in AWT thread. This time is spent in your custom component:

org.wri.pathologychecklist.model.
ChecklistOverviewModel.setChecklistCategory() 53557ms
ChecklistOverviewModel.setLaterality() 39067 ms
ChecklistOverviewModel.setLocationOfLesion() 51655ms

Closing as invalid. The GUI builder can do nothing in this case. The performance problem is caused by problematic ChecklistOverviewModel component.