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 29927 - Massive performance problem in PasteAction.ActSubMenuModel
Summary: Massive performance problem in PasteAction.ActSubMenuModel
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 27868
  Show dependency tree
 
Reported: 2003-01-10 00:28 UTC by Jesse Glick
Modified: 2008-12-22 21:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dumps (117.37 KB, text/plain)
2003-01-10 01:04 UTC, Jesse Glick
Details
Proposed patch, please check (948 bytes, patch)
2003-01-10 07:41 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-01-10 00:28:54 UTC
This class appears to attach itself as a listener
to other actions over and over, and as you use the
IDE any switches between Explorer, Editor, and
Output Window become increasingly slow until it is
almost hung. Appears to be adding PCL's but not
removing them; see thread dumps.
Comment 1 Jesse Glick 2003-01-10 01:04:45 UTC
Created attachment 8511 [details]
Thread dumps
Comment 2 Jesse Glick 2003-01-10 07:41:01 UTC
Created attachment 8515 [details]
Proposed patch, please check
Comment 3 Jesse Glick 2003-01-10 08:05:38 UTC
committed     Up-To-Date  1.39       
openide/src/org/openide/actions/PasteAction.java
Comment 4 Marian Mirilovic 2003-01-10 09:05:44 UTC
verified source