[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[platform-releng-dev] [eclipse-build]Build N20100419-2000 (Timestamp: 201004192000):Compile errors in build
|
Build N20100419-2000 (Timestamp: 201004192000): Compile errors in build. See attached compile logs.
Title: Compiler log for org.eclipse.core.tests.net_1.2.100.N20100419-2000
Compiler log for org.eclipse.core.tests.net_1.2.100.N20100419-2000 : @dot.xml
TOTAL : ERRORS: 2, WARNINGS: 0
ERRORS
/src/org/eclipse/core/tests/net/NetTest.java : 2 errors :
1. ERROR in /src/org/eclipse/core/tests/net/NetTest.java
(at line 414)
Collections.addAll(hostsList, oldHosts);
The method addAll(ArrayList, String[]) is undefined for the type Collections
|
2. ERROR in /src/org/eclipse/core/tests/net/NetTest.java
(at line 424)
assertTrue(assertMessage, sysPropNonProxyHosts.contains(testHost));
The method contains(String) is undefined for the type String
|
OTHER WARNINGS
FORBIDDEN ACCESS WARNINGS
DISCOURAGED ACCESS WARNINGS