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

Summary: Failing org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: VERIFIED FIXED    
Severity: normal Keywords: JDK_8, JDK_SPECIFIC, TEST
Priority: P1    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.