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 199250 - why can't find subclass and implementclass?
Summary: why can't find subclass and implementclass?
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 06:05 UTC by runshine
Modified: 2013-06-03 20:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description runshine 2011-06-08 06:05:37 UTC
If I import a jar file to library,the jar file contain a interface and a implement class.
I can't use ctrl+alt+mouseclick click interface lead to the implement class.
Comment 1 runshine 2011-06-08 06:18:51 UTC
It can't navigate to implementclass source if its in library.
Source jar is contained.
Comment 2 Tomas Zezula 2011-06-10 08:31:03 UTC
We build only partial indexes for jar files (even when the sources are attached to them) due to performance reasons. But go to implementations may be possible. I need to check.
Comment 3 runshine 2011-06-11 07:58:54 UTC
It's can be navigated when impl and interface in src,in this way ,I can use ctrl+alt and mouseclick the interface file to find the impl.

But I import a jar to netbeans' library,which contain impl and interface,in this way ,I can't use ctrl+alt and mouseclick the interface file to find the impl.

By the way,if a file in library jar,i can't use ctrl+shift+1 to choose it in project.In src it can be.