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 236328 - Debugger takes wrong class
Summary: Debugger takes wrong class
Status: RESOLVED DUPLICATE of bug 198764
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 14:09 UTC by nivis
Modified: 2014-03-10 10:10 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 nivis 2013-09-24 14:09:24 UTC
I have two projects open where MK2 is the one I'm currently working in and MK1 is the previous version that I use as reference when coding in MK2.

As I'm improving code from MK1, I normally use the same class names although the improved ones are located in MK2. There's no connection between MK1 and MK2 that I'm aware of.

It happens quite frequently that the debugger choose classes from MK1 which causes  exceptions.

I've seen many similar bug reports which are closed, but it seems the problem is still present, or maybe that I've missed some implicit connection between the two projects that I'm not aware of.
Comment 1 Martin Entlicher 2014-03-10 10:10:43 UTC
This looks like a duplicate of issue #198764.

*** This bug has been marked as a duplicate of bug 198764 ***