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

Summary: Invoking Design This Container took 154297 ms.
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED INVALID    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164784
Attachments: nps snapshot

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.