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 - org.openide.text.DataEditorSupport.notifyClosed: LowPerformance took 23937 ms.
Summary: org.openide.text.DataEditorSupport.notifyClosed: LowPerformance took 23937 ms.
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-10-17 04:46 UTC by Exceptions Reporter
Modified: 2013-10-18 07:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201665


Attachments
nps snapshot (95.94 KB, application/nps)
2013-10-17 04:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.