Skip to main content

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

Build N20080401-2000 (Timestamp: 200804012000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.common_3.4.0.N20080401-2000

Compiler log for org.eclipse.equinox.common_3.4.0.N20080401-2000 : @dot.bin.xml

TOTAL : ERRORS: 7, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/internal/runtime/PrintStackUtil.java : 7 errors :

1. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 26)
StackTraceElement[] topStack = (cause == null) ? null : cause.getStackTrace();
The type StackTraceElement is not visible
2. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 26)
StackTraceElement[] topStack = (cause == null) ? null : cause.getStackTrace();
The method getStackTrace() is undefined for the type Throwable
3. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 35)
StackTraceElement[] topStack = (cause == null) ? null : cause.getStackTrace();
The type StackTraceElement is not visible
4. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 35)
StackTraceElement[] topStack = (cause == null) ? null : cause.getStackTrace();
The method getStackTrace() is undefined for the type Throwable
5. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 39)
static private void printChildren(IStatus parent, PrintWriter output, StackTraceElement[] topStack, int level) {
The type StackTraceElement is not visible
6. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 48)
StackTraceElement[] stack = exception.getStackTrace();
The type StackTraceElement is not visible
7. ERROR in /src/org/eclipse/core/internal/runtime/PrintStackUtil.java
 (at line 48)
StackTraceElement[] stack = exception.getStackTrace();
The method getStackTrace() is undefined for the type Throwable

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