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 115657 - IDE cannot find package if in jar but not source
Summary: IDE cannot find package if in jar but not source
Status: RESOLVED DUPLICATE of bug 57392
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 00:29 UTC by sonstone
Modified: 2007-09-24 14:48 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 sonstone 2007-09-17 00:29:51 UTC
I noticed this today when using the ebay library.  They do not provide the source for one of their packages presumably
because it's generated.  Anyway, I setup a netbeans library with the jar and set the source to the source folder.  The
IDE finds all packages except for the package that does not have source even though the package is in the jar file
associated with the library.  The project will compile correctly but the editor indicates that the class is missing.  If
I remove the source from the library, the editor no longer has a problem.

I am using netbeans 6 M10 and I apologize if this is a duplicate. I really did try to find it in the bug list!
Comment 1 Tomas Zezula 2007-09-24 14:48:58 UTC
Duplicate of fixed issue, should work fine even in beta1.


*** This issue has been marked as a duplicate of 57392 ***