Skip to main content

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

Build N20071123-0010 (Timestamp: 200711230010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.jdt.debug.tests_3.1.0

Compiler log for org.eclipse.jdt.debug.tests_3.1.0 : javadebugtests.jar.bin.xml

TOTAL : ERRORS: 12, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java : 3 errors :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 21)
import org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring;
The import org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring cannot be resolved
2. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 71)
ChangeSignatureRefactoring ref = new ChangeSignatureRefactoring(method);
ChangeSignatureRefactoring cannot be resolved to a type
3. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 71)
ChangeSignatureRefactoring ref = new ChangeSignatureRefactoring(method);
ChangeSignatureRefactoring cannot be resolved to a type

/tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java : 3 errors :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 23)
import org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring;
The import org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring cannot be resolved
2. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 136)
ChangeSignatureRefactoring ref= new ChangeSignatureRefactoring(method);
ChangeSignatureRefactoring cannot be resolved to a type
3. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 136)
ChangeSignatureRefactoring ref= new ChangeSignatureRefactoring(method);
ChangeSignatureRefactoring cannot be resolved to a type

/tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java : 3 errors :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 20)
import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring;
The import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring cannot be resolved
2. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 64)
PushDownRefactoring ref= new PushDownRefactoring(processor);
PushDownRefactoring cannot be resolved to a type
3. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 64)
PushDownRefactoring ref= new PushDownRefactoring(processor);
PushDownRefactoring cannot be resolved to a type

/tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java : 3 errors :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 22)
import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring;
The import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring cannot be resolved
2. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 91)
PushDownRefactoring ref= new PushDownRefactoring(processor);
PushDownRefactoring cannot be resolved to a type
3. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 91)
PushDownRefactoring ref= new PushDownRefactoring(processor);
PushDownRefactoring 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