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

Summary: the string "<init>" instead the name of the class
Product: debugger Reporter: martin_hasaj <martin_hasaj>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.