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 11083 - Wrong classname of breakpoint added from class view.
Summary: Wrong classname of breakpoint added from class view.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-05 10:47 UTC by Jan Stola
Modified: 2003-06-30 17:36 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-04-05 10:47:43 UTC
Netbeans release 3.2 build 21
=============================

Steps to reproduce:
-------------------
1. Start some debuggee.
2. From the classes tab add method breakpoint on some method
   of innner class.
3. The added breakpoint will have bad classname.
   E.g. <outerclass>.<outerclass>$<innerclass>.<method>
   insted of <outerclass>$<innerclass>.<method>.
Comment 1 Daniel Prusa 2001-04-05 16:02:36 UTC
fixed in main trunk and release32
Comment 2 Jan Stola 2001-04-26 14:53:51 UTC
Verified in Netbeans release 3.2 build 38.
Comment 3 Jan Chalupa 2001-05-05 21:35:27 UTC
Target milestone -> 3.2
Comment 4 Quality Engineering 2003-06-30 17:36:37 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.