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 251980 - Failing org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest
Summary: Failing org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: JDK_8, JDK_SPECIFIC, TEST
Depends on:
Blocks:
 
Reported: 2015-04-22 09:31 UTC by Jiri Skrivanek
Modified: 2015-05-04 10:01 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 Jiri Skrivanek 2015-04-22 09:31:01 UTC
Please, fix failing org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest. It started to fail in build 20150414 and it fails only with JDK8. To reproduce:

ant -k -f java.completion test-unit test-generate-html -Dtest.includes=**/JavaCompletionTaskBasicTest.class -Dnbjdk.home=D:/jdk1.8.0

Latest results:

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport
Comment 1 Dusan Balek 2015-04-22 12:31:28 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/24ab595b4d41
Comment 2 Quality Engineering 2015-04-23 02:11:11 UTC
Integrated into 'main-silver', will be available in build *201504230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/24ab595b4d41
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #251980 - Failing org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest - fixed.