Skip to main content

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

The compile errors are due to usage of internal JDT UI refactoring code
which changed.

Dani


                                                                           
             eclipse-releng@ec                                             
             lipse.org                                                     
             Sent by:                                                   To 
             platform-releng-d         platform-releng-dev@xxxxxxxxxxx     
             ev-bounces@eclips                                          cc 
             e.org                                                         
                                                                   Subject 
                                       [platform-releng-dev]               
             23.11.2007 08:21          [eclipse-build]Build N20071123-0010 
                                       (Timestamp: 200711230010):Compile   
                                       errors in build                     
             Please respond to                                             
             "Eclipse platform                                             
                  release                                                  
                engineering                                                
                  list."                                                   
             <platform-releng-                                             
             dev@xxxxxxxxxxx>                                              
                                                                           
                                                                           




Build N20071123-0010 (Timestamp: 200711230010):  Compile errors in build.
See attached compile logs.(See attached file:
/builds/transfer/files/master/downloads/drops/N20071123-0010/compilelogs/plugins/org.eclipse.jdt.debug.tests_3.1.0-javadebugtests.jar.bin.html)
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
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