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 204039 - Cannot jump to private top-level class in associated sources
Summary: Cannot jump to private top-level class in associated sources
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Svata Dedic
URL: https://issues.apache.org/jira/browse...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 20:12 UTC by Jesse Glick
Modified: 2016-07-07 07:17 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 Jesse Glick 2011-10-20 20:12:03 UTC
Dev build. Create a Maven project with a dep on org.apache.lucene:lucene-core:3.0.3 and download binaries and sources. Go to Type on org.apache.lucene.store.NativeFSLockFactory works. But GtT on org.apache.lucene.store.NativeFSLock does not; shows a generated source file. The reason is that NativeFSLock is inside NativeFSLockFactory.java, but javap at least knows this:

Compiled from "NativeFSLockFactory.java"
class org.apache.lucene.store.NativeFSLock extends org.apache.lucene.store.Lock{
...
}

Presumably the IDE has access to the same bytecode information and ought to know where to look for the source file.
Comment 1 Martin Balin 2016-07-07 07:17:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss