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 85761 - Duplicated fields in breakpoint impls
Summary: Duplicated fields in breakpoint impls
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-09-26 12:18 UTC by _ rkubacki
Modified: 2010-04-29 09:30 UTC (History)
0 users

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 _ rkubacki 2006-09-26 12:18:12 UTC
For example LineBreakpointImpl stores BreakpointsReader and Breakpoint in its
field as well as its super(.super) class BreakpointImpl. And for example
breakpoint is accessible through protected method so it not neceseary to keep
another copy of this reference again (might be even easier to use if sources get
generified).
Comment 1 Martin Entlicher 2006-09-26 13:37:45 UTC
Right, it's not necessary.
Comment 2 Martin Entlicher 2006-09-26 13:58:37 UTC
Easy to fix, it's fixed in trunk:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/LineBreakpointImpl.java,v
 <--  LineBreakpointImpl.java
new revision: 1.33; previous revision: 1.32
Comment 3 Quality Engineering 2010-04-29 09:30:22 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.