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 12850 - Debugger.createBreakpoint(ConstructorElement) doesn't work
Summary: Debugger.createBreakpoint(ConstructorElement) doesn't work
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-14 16:27 UTC by Jan Stola
Modified: 2002-01-04 15:15 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 Jan Stola 2001-06-14 16:27:45 UTC
Netbeans build 210
==================

Debugger.createBreakpoint(ConstructorElement) does not work
for ConstructorElement of an inner class. The created breakpoint
has class name <package>.<outer class>.<inner class>,
but it should have <package>.<outer class>$<inner class>.
Comment 1 Marian Petras 2001-10-13 18:32:44 UTC
Fixed in the main trunk.

The described problem had been probably solved earlier but there was
another problem: If the constructor element was inside a nested class,
the method 'createBreakpoint' create breakpoint with bad class name.
It is now fixed, too.
Comment 2 Jan Stola 2001-10-31 12:11:04 UTC
I am still able to reproduce this issue in build 20011031.
Comment 3 Marian Petras 2001-11-14 23:22:35 UTC
Fixed in the main trunk.