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 257334 - Wrong class opening in editor
Summary: Wrong class opening in editor
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-30 04:07 UTC by colinjava
Modified: 2016-02-29 13:53 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 colinjava 2015-12-30 04:07:35 UTC
I've probably entered this in the wrong category, but I will give the bug anyway...

If I have a class called Main.java (for example) in 2 or more projects, and in the output, where the stacktrace is in red, there are links to the classes in the current project.
Supposing theres a link to Main, and I click on it, what often happens is that it opens the class called Main in a different project.

Its quite annoying, and it seems to happen regardless of what tabs are open above the editor.

Would be nice to see this fixed, seems like quite a glaring error.

Thanks very much.