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 241799 - org.netbeans.core.multiview.MultiViewCloneableTopComponent.getEditorPane: LowPerformance took 6984 ms.
Summary: org.netbeans.core.multiview.MultiViewCloneableTopComponent.getEditorPane: Low...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-02-13 08:37 UTC by Exceptions Reporter
Modified: 2017-07-28 12:49 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207558


Attachments
nps snapshot (145.48 KB, application/nps)
2014-02-13 08:37 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-02-13 08:37:40 UTC
This bug was originally marked as duplicate of bug 232264, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
GUEST: Editing xml file.



Maximum slowness yet reported was 6984 ms, average is 6984
Comment 1 Exceptions Reporter 2014-02-13 08:37:42 UTC
Created attachment 145120 [details]
nps snapshot
Comment 2 Svata Dedic 2015-09-29 11:04:18 UTC
openide-text issue. getOpenedPanes() must be called from EDT according to the spec. Yet this report indicates that openide.text fails to provide the result in a reasonable time.
If the operation could be somehow postponed or avoided by checking the editor's status, please advise & reassign back.