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 23332

Summary: Add Breakpoint dialog causes memory leaks - breakpoints not disposed
Product: debugger Reporter: Marian Petras <mpetras>
Component: CodeAssignee: Marian Petras <mpetras>
Status: CLOSED WORKSFORME    
Severity: blocker CC: issues
Priority: P4 Keywords: PERFORMANCE
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Marian Petras 2002-05-10 11:05:24 UTC
Whenever a breakpoint type combo-box is switched
in the Add Breakpoint dialog, a new breakpoint is
created in memory. These breakpoints are not
disposed even if a user cancels creation of a
breakpoint.
Comment 1 Jan Jancura 2002-05-10 13:36:09 UTC
dispoce method is not calles - thats true,
But I am not sure if it means that there is memory leak...
Comment 2 Marek Grummich 2002-07-22 08:59:02 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 Marek Grummich 2002-07-22 09:01:54 UTC
Target milestone was changed from '3.4' to TBD.
Comment 4 _ rkubacki 2004-11-11 14:01:15 UTC
It is right that breakpoints are created when the type is switched but
they will be GC'ed. I tried this on trunk sources from Nov 11, 2004
Comment 5 Quality Engineering 2010-04-29 09:10:14 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.