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 75233 - the string "<init>" instead the name of the class
Summary: the string "<init>" instead the name of the class
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 13:56 UTC by martin_hasaj
Modified: 2010-04-29 09:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martin_hasaj 2006-04-19 13:56:10 UTC
New Method breakpoint in constructor has Method name set default to <int>
instead the name of class
Comment 1 Martin Entlicher 2006-04-20 16:05:31 UTC
This is because the constructor *is* <init> method. It works this way. We can
try to make the UI to better present constructor methods.
Comment 2 Martin Entlicher 2007-05-23 10:21:58 UTC
Fixed in trunk. The constructor name is used instead of <init> now.

/cvs/debuggerjpda/projects/src/org/netbeans/modules/debugger/jpda/projects/EditorContextImpl.java,v
 <--  EditorContextImpl.java
new revision: 1.20; previous revision: 1.19

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/MethodBreakpointImpl.java,v
 <--  MethodBreakpointImpl.java
new revision: 1.19; previous revision: 1.18

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/SourcePath.java,v
 <--  SourcePath.java
new revision: 1.11; previous revision: 1.10

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