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 248100 - 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
Depends on:
Blocks:
 
Reported: 2014-10-22 11:35 UTC by Jiri Skrivanek
Modified: 2014-10-30 08:02 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 2014-10-22 11:35:35 UTC
Please, fix failing org.netbeans.modules.java.completion.JavaCompletionTaskBasicTest. It started to fail after merge of server_split branch 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 2014-10-27 14:03:53 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/a0805e213805
Comment 2 Quality Engineering 2014-10-29 11:40:46 UTC
Integrated into 'main-silver', will be available in build *201410290913* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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