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 252998 - Added minimal supported source level constant into SourceLevelQuery
Summary: Added minimal supported source level constant into SourceLevelQuery
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST, JDK_9
Depends on:
Blocks:
 
Reported: 2015-06-15 10:15 UTC by Tomas Zezula
Modified: 2015-06-15 10:18 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch (26.77 KB, application/octet-stream)
2015-06-15 10:15 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2015-06-15 10:15:32 UTC
Created attachment 154223 [details]
Patch

As JDK 9 compiler dropped support for source level < 1.6 the minimal project source level is now 1.6. Added constant into the SourceLevelQuery for the minimal supported source level.