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 234493 - NB 7.3.1 some tests fail with "major version 52 is newer than 51"
Summary: NB 7.3.1 some tests fail with "major version 52 is newer than 51"
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3.1
Hardware: PC All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: JDK_SPECIFIC, TEST
Depends on:
Blocks:
 
Reported: 2013-08-16 13:02 UTC by AlexanderIoffe
Modified: 2013-08-20 11:19 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 AlexanderIoffe 2013-08-16 13:02:19 UTC
During testrun of NB 731 tests on JDk 8 I got some tests failing with:
[warning: IOException.class: major version 52 is newer than 51, the highest major version supported by this compiler. It is recommended that the compiler be upgraded., warning: Object.class: major version 52 is newer than 51, the highest major version supported by this compiler. It is recommended that the compiler be upgraded., warning: AutoCloseable.class: major version 52 is newer than 51, the highest major version supported by this compiler. It is recommended that the compiler be upgraded.]

List of tests:

 org.netbeans.modules.javadoc.hints.AnalyzerTest:org.netbeans.modules.javadoc.hints.AnalyzerTest::testInheritance 
org.netbeans.modules.javadoc.hints.AnalyzerTest:org.netbeans.modules.javadoc.hints.AnalyzerTest::testParamInheritance 
org.netbeans.modules.javadoc.hints.AnalyzerTest:org.netbeans.modules.javadoc.hints.AnalyzerTest::testThrows
Comment 1 Jan Lahoda 2013-08-20 11:19:03 UTC
The tests are passing for me on trunk, so presumably fixed.