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 234598 - NB 7.3.1 tests ELCompletionTest fail on JDK 8
Summary: NB 7.3.1 tests ELCompletionTest fail on JDK 8
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: JDK_SPECIFIC, TEST
Depends on:
Blocks:
 
Reported: 2013-08-19 15:04 UTC by AlexanderIoffe
Modified: 2013-08-20 12:25 UTC (History)
1 user (show)

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-19 15:04:46 UTC
Failing Tests
org.netbeans.modules.web.el.completion.ELCompletionTest::testCompletionForList 
org.netbeans.modules.web.el.completion.ELCompletionTest::testCompletionForString 

They both fail with extra items in Comletion list:

testCompletionForList:
Actual content contains following lines which are missing in expected content: 
	METHOD     replaceAll(UnaryOperator<E> op  [PUBLIC]   void
	METHOD     sort(Comparator<? super E> c)   [PUBLIC]   void
	METHOD     spliterator()                   [PUBLIC]   Spliterator<E>

testCompletionForString :
Actual content contains following lines which are missing in expected content: 
	METHOD     hash32()                        [PUBLIC]   int
Comment 1 Martin Fousek 2013-08-20 12:25:20 UTC
I have 64bit JDK so I didn't check fixed method "testCompletionForString" but it should pass now. "testCompletionForList" fixed and checked on JDK1.8.

Fixed in web-main #b6b4c8e25e9d.