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 81994 - Inappropriate references to ClassBreakpointType
Summary: Inappropriate references to ClassBreakpointType
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 04:01 UTC by ivan
Modified: 2010-04-29 09:29 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 ivan 2006-08-05 04:01:45 UTC
Copy-paste-forget-to-edit strikes again :-)

MethodBreakpointType.getCategoryDisplayName() and
ThreadBreakpointType.getCategoryDisplayName()

incorrectly refer to ClassBreakpointType.
Comment 1 Martin Entlicher 2006-08-07 13:37:27 UTC
O.K., it has no effect, unless they are moved to a different folder...
Comment 2 Martin Entlicher 2006-08-07 13:38:48 UTC
Fixed in trunk:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointType.java,v
 <--  MethodBreakpointType.java
new revision: 1.6; previous revision: 1.5

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