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 110676

Summary: Hyperlink jump to parent class jumps to wrong class with same name.
Product: editor Reporter: mwaisberg <mwaisberg>
Component: NavigationAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PLATFORM
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description mwaisberg 2007-07-24 07:32:12 UTC
scenario:
1. class "A" in default package.
2. class "A" in package "pkg".
3. class "B" in package "pkg".
4. class "B" extends "A" (no need to import classes from same package).
5. put editor cursor on "A" in declaration "B extends A".
6. type Alt-G, or right-click>Go To>Declaration

result:
editor opens "A" class from default package, instead of "pkg.A".
Comment 1 Jiri Prox 2007-07-24 08:58:51 UTC
This works fine in the 6.0 builds. I suppose it was fixed by the new infrastructure. Thanks for your report anyway.