Skip to main content

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

Build N20070416-0010 (Timestamp: 200704160010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.jdt.apt.pluggable.core_1.0.0.N20070416-0010

Compiler log for org.eclipse.jdt.apt.pluggable.core_1.0.0.N20070416-0010 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java : 2 errors :

1. ERROR in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 126)
public void processAnnotations(CompilationUnitDeclaration[] units, boolean isLastRound) {
The method processAnnotations(CompilationUnitDeclaration[], boolean) of type IdeAnnotationProcessorManager must override or implement a supertype method
2. ERROR in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 132)
super.processAnnotations(units, isLastRound);
The method processAnnotations(CompilationUnitDeclaration[], BinaryTypeBinding[], boolean) in the type BaseAnnotationProcessorManager is not applicable for the arguments (CompilationUnitDeclaration[], boolean)

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