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

Summary: why can't find subclass and implementclass?
Product: java Reporter: runshine
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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.