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 207920

Summary: 4s in windows.actions.CloseAllDocumentsAction.actionPerformed
Product: platform Reporter: Egor Ushakov <gorrus>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184911
Attachments: nps snapshot

Description Egor Ushakov 2012-01-30 15:43:05 UTC
This bug was originally marked as duplicate of bug 137829, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20120130-2e314e6245bf)
VM: Java HotSpot(TM) Client VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Linux
Maximum slowness yet reported was 3825 ms, average is 3825
Comment 1 Egor Ushakov 2012-01-30 15:43:12 UTC
Created attachment 115395 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-02-01 15:49:30 UTC
One invocation of 
  org.netbeans.core.windows.actions.CloseAllDocumentsAction.actionPerformed()	goes to 40 invocations of TopComponent.close().
Comment 3 Stanislav Aubrecht 2012-04-03 14:16:06 UTC
Cannot reproduce.
Perhaps the snapshot is invalid - the method invocations counts don't seem correct...