Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20061012-0010 (Timestamp: 200610120010):Compile errors in build

Build N20061012-0010 (Timestamp: 200610120010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.jdt.ui_3.3.0.N20061012-0010

Compiler log for org.eclipse.jdt.ui_3.3.0.N20061012-0010 : @dot.bin.xml

TOTAL : ERRORS: 7, WARNINGS: 0

/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java : 1 error :

1. ERROR in /ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java
 (at line 1599)
} catch (JavaModelException e) {
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body

/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java : 2 errors :

1. ERROR in /ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java
 (at line 198)
} catch (JavaModelException e) {
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body
2. ERROR in /ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java
 (at line 280)
} catch (JavaModelException e) {
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body

/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java : 1 error :

1. ERROR in /core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
 (at line 126)
public IType getType() throws JavaModelException {
Exception JavaModelException is not compatible with throws clause in TypeNameMatch.getType()

/core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java : 2 errors :

1. ERROR in /core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java
 (at line 370)
} catch (JavaModelException e) {
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body
2. ERROR in /core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java
 (at line 425)
} catch (JavaModelException e) {
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body

/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java : 1 error :

1. ERROR in /core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java
 (at line 253)
} catch (JavaModelException e) {
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body

Back to the top