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 256980 - SourceLevelQuery normalization is wrong for Verona
Summary: SourceLevelQuery normalization is wrong for Verona
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: JDK_9
Depends on: 256981
Blocks: 256775 256982 256983 256984
  Show dependency tree
 
Reported: 2015-12-04 14:52 UTC by Tomas Zezula
Modified: 2015-12-09 02:29 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 Tomas Zezula 2015-12-04 14:52:04 UTC
SourceLevelQuery normalization is wrong for Verona as it normalises the aliases to 1.{ver}. The normalisation should be done:

{major}.{minor}

For {minor} < 5    -> 1.{minor} required
For 5 <= {minor} < 9 -> 1.{minor} canonical.
For 9 == {minor} -> 9 required
Comment 1 Tomas Zezula 2015-12-07 15:54:12 UTC
Fixed jet-main 07125a9249f6
Comment 2 Quality Engineering 2015-12-09 02:29:55 UTC
Integrated into 'main-silver', will be available in build *201512090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/07125a9249f6
User: Tomas Zezula <tzezula@netbeans.org>
Log: #256980:SourceLevelQuery normalization is wrong for Verona