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 214571 - 10s in ToggleBookmarkAction
Summary: 10s in ToggleBookmarkAction
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-21 11:41 UTC by Exceptions Reporter
Modified: 2012-11-15 12:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180938


Attachments
nps snapshot (219.87 KB, application/nps)
2012-06-21 11:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-21 11:41:36 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: I had 1 git Diff tab and 104 file tabs open and selected "Close other" on the git Diff tab.



Maximum slowness yet reported was 24421 ms, average is 13833
Comment 1 Exceptions Reporter 2012-06-21 11:41:47 UTC
Created attachment 121165 [details]
nps snapshot
Comment 2 Milutin Kristofic 2012-06-21 14:27:41 UTC
There is maybe too many unnecessary calls to lookup. Maybe we don't need to check after every editor register property change.
Comment 3 David Strupl 2012-11-15 12:42:30 UTC
Closing 100 opened editors took roughly 10s. Not so bad. The user action was a bit extreme IMHO. Closing as works for me.