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 - Hyperlink jump to parent class jumps to wrong class with same name.
Summary: Hyperlink jump to parent class jumps to wrong class with same name.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PLATFORM
Depends on:
Blocks:
 
Reported: 2007-07-24 07:32 UTC by mwaisberg
Modified: 2007-11-05 13:40 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 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.