Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20100106-2000 (Timestamp: 201001062000):Compile errors in build

Build N20100106-2000 (Timestamp: 201001062000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.http.servlet_1.0.200.N20100106-2000

Compiler log for org.eclipse.equinox.http.servlet_1.0.200.N20100106-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/http/servlet/internal/ProxyServlet.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/http/servlet/internal/ProxyServlet.java
 (at line 193)
throw new IllegalStateException("Unexpected ServletException throw when registering resources at alias " + alias + ".", e); //$NON-NLS-1$//$NON-NLS-2$
The constructor IllegalStateException(String, ServletException) is undefined

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
Title: Compiler log for org.eclipse.jdt.core.tests.model_3.3.100.N20100106-2000

Compiler log for org.eclipse.jdt.core.tests.model_3.3.100.N20100106-2000 : jdtcoretestsmodel.jar.bin.xml

TOTAL : ERRORS: 4, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java : 4 errors :

1. ERROR in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java
 (at line 103)
assertTrue("Context should have statement recovery enabled", (context.getReconcileFlags() & ICompilationUnit.ENABLE_STATEMENTS_RECOVERY) != 0);
The method getReconcileFlags() is undefined for the type ReconcileContext
2. ERROR in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java
 (at line 104)
assertTrue("Context should have ignore method body enabled", (context.getReconcileFlags() & ICompilationUnit.IGNORE_METHOD_BODIES) != 0);
The method getReconcileFlags() is undefined for the type ReconcileContext
3. ERROR in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java
 (at line 124)
assertFalse("Context should have statement recovery enabled", (context.getReconcileFlags() & ICompilationUnit.ENABLE_STATEMENTS_RECOVERY) != 0);
The method getReconcileFlags() is undefined for the type ReconcileContext
4. ERROR in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java
 (at line 125)
assertTrue("Context should have ignore method body enabled", (context.getReconcileFlags() & ICompilationUnit.IGNORE_METHOD_BODIES) != 0);
The method getReconcileFlags() is undefined for the type ReconcileContext

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