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

Summary: Massive performance problem in PasteAction.ActSubMenuModel
Product: platform Reporter: Jesse Glick <jglick>
Component: ActionsAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: pzavadsky
Priority: P1 Keywords: PERFORMANCE
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 27868    
Attachments: Thread dumps
Proposed patch, please check

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