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 50569

Summary: NewFile action keeps hanging around listening on OpenProjectList
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: Generic InfrastructureAssignee: Petr Hrebejk <phrebejk>
Status: CLOSED FIXED    
Severity: blocker CC: issues
Priority: P2 Keywords: PERFORMANCE
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535, 49247    

Description Antonin Nebuzelsky 2004-10-18 16:22:17 UTC
Each opening of project popup menu attaches new
instance of o.n.m.project.ui.actions.NewFile
action to the property change support of
OpenProjectList. These instances keep hanging
around (even after project close, thus marking
this issue as blocking for issue 49247) together
with other objects, as the popup itself and other
actions. All these objects seem to be kept in
memory by these NewFile action instances.
Comment 1 Petr Hrebejk 2004-10-19 13:44:22 UTC
Checking in
projects/projectui/src/org/netbeans/modules/project/ui/actions/NewFile.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/NewFile.java,v
 <--  NewFile.java
new revision: 1.17; previous revision: 1.16
done
Comment 2 Antonin Nebuzelsky 2004-10-19 15:57:36 UTC
Verified fixed.