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 167250 - Assure that debugger works with the correct ReferenceType when multiple classes of the same name are loaded in the VM.
Summary: Assure that debugger works with the correct ReferenceType when multiple class...
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 16:23 UTC by Martin Entlicher
Modified: 2010-05-26 11:28 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 Martin Entlicher 2009-06-17 16:23:59 UTC
See issue #163249.
There are other places in JPDA Debugger, which search for ReferenceTypes via VirtualMachine.classesByName(). It needs to
be assured that debugger always work with the active class.
Also, see issue #115033.
Comment 1 Martin Entlicher 2009-06-22 16:06:58 UTC
Fixed in changeset:   135794:7d35d154f837
http://hg.netbeans.org/main/rev/7d35d154f837
Comment 2 Quality Engineering 2009-06-23 07:44:13 UTC
Integrated into 'main-golden', will be available in build *200906230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7d35d154f837
User: mentlicher@netbeans.org
Log: #167250 - When searching for loaded classes by name, assure that the preferred class is picked up.
Comment 3 Marian Mirilovic 2010-05-26 11:28:40 UTC
verified in NB 6.9 RC1