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 237895 - Non API rt.jar classes are marked as error in editor
Summary: Non API rt.jar classes are marked as error in editor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 14:59 UTC by Tomas Zezula
Modified: 2016-06-07 16:33 UTC (History)
1 user (show)

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 Tomas Zezula 2013-11-01 14:59:12 UTC
The following test case is marked as erroneous

public class Test {
	public static void main(String... args) {
		sun.util.logging.PlatformLogger l;
	}
}
Comment 1 Tomas Zezula 2016-06-07 16:33:39 UTC
Fixed by CachingArchive.includes