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 252178 - Failing org.netbeans.modules.java.source.usages.BinaryAnalyserTest
Summary: Failing org.netbeans.modules.java.source.usages.BinaryAnalyserTest
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2015-04-30 10:59 UTC by Jiri Skrivanek
Modified: 2015-05-14 14:18 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-30 10:59:39 UTC
Please, fix failing org.netbeans.modules.java.source.usages.BinaryAnalyserTest. To reproduce:

ant -k -f java.source.base test-unit test-generate-html -Dtest.includes=**/BinaryAnalyserTest.class

Latest results:

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport
Comment 1 Svata Dedic 2015-05-06 13:24:27 UTC
fixed in jet-main#824464542505
Comment 2 Jiri Skrivanek 2015-05-13 07:22:34 UTC
I can't see this changeset in repository.
Comment 3 Svata Dedic 2015-05-13 08:35:29 UTC
Oh ... I forgot to push for some time :-/ sorry.
Comment 4 Quality Engineering 2015-05-14 03:08:01 UTC
Integrated into 'main-silver', will be available in build *201505140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/824464542505
User: Svata Dedic <sdedic@netbeans.org>
Log: #252178: fixed Lookup initialization
Comment 5 Jiri Skrivanek 2015-05-14 14:18:39 UTC
Verified. Thanks.