Skip to main content

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

Build N20061022-0010 (Timestamp: 200610220010):  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: 3, WARNINGS: 0

/tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java : 1 error :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, null, target, 0);
The constructor ConvertAnonymousToNestedRefactoring(ICompilationUnit, null, int, int) is undefined

/tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java : 1 error :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, null, target, 0);
The constructor ConvertAnonymousToNestedRefactoring(ICompilationUnit, null, int, int) is undefined

/tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java : 1 error :

1. ERROR in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, null, target, 0);
The constructor ConvertAnonymousToNestedRefactoring(ICompilationUnit, null, int, int) is undefined

Back to the top