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 - NewFile action keeps hanging around listening on OpenProjectList
Summary: NewFile action keeps hanging around listening on OpenProjectList
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 41535 49247
  Show dependency tree
 
Reported: 2004-10-18 16:22 UTC by Antonin Nebuzelsky
Modified: 2006-03-24 10:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.