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 88156 - Usages of classes outside a library marked as errors
Summary: Usages of classes outside a library marked as errors
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 14:34 UTC by Andrei Badea
Modified: 2007-09-26 09:14 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 Andrei Badea 2006-10-27 14:34:37 UTC
Have a Java library with sources and open a source file from this library.
Usages of classes outside the Java platform and the library are marked as
errors. This is expected if one understands the internals of the Java
infrastructure, but it is unexpected by the users.
Comment 1 Tomas Zezula 2007-01-04 11:06:07 UTC
It's not possible to find out the required classpath for a library. Also the
java lang infrastructure cannot find that the file is "somehow" special and
don't mark errors for it.