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 237230

Summary: org.openide.text.DataEditorSupport.notifyClosed: LowPerformance took 23937 ms.
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201665
Attachments: nps snapshot

Description Exceptions Reporter 2013-10-17 04:46:36 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 2003

User Comments:
GUEST: facing this type of problem every time once system starts



Maximum slowness yet reported was 26416 ms, average is 25176
Comment 1 Exceptions Reporter 2013-10-17 04:46:38 UTC
Created attachment 141186 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-10-18 07:14:04 UTC
The method that caused the slowness, o.o.text.CloneableEditorSupport.closeDocument(), has been modified recently, so this issue is hopefully already fixed. See bug 228991.

Thank you for reporting.