Skip to main content

[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 others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/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

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top