Skip to main content

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

Build N20100111-2000 (Timestamp: 201001112000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ui.tests.navigator_3.4.0.N20100111-2000

Compiler log for org.eclipse.ui.tests.navigator_3.4.0.N20100111-2000 : uinavtests.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/tests/navigator/extension/TestPipelineProvider.java : 2 errors :

1. ERROR in /src/org/eclipse/ui/tests/navigator/extension/TestPipelineProvider.java
 (at line 91)
StringBuilder buf = new StringBuilder(queries==null ? "" : queries);
StringBuilder cannot be resolved to a type
2. ERROR in /src/org/eclipse/ui/tests/navigator/extension/TestPipelineProvider.java
 (at line 91)
StringBuilder buf = new StringBuilder(queries==null ? "" : queries);
StringBuilder cannot be resolved to a type

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