Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20100106-1349 (Timestamp: 201001061349):Compile errors in build

Build I20100106-1349 (Timestamp: 201001061349):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.jdt.core.tests.compiler_3.3.100.v_A29

Compiler log for org.eclipse.jdt.core.tests.compiler_3.3.100.v_A29 : jdtcoretestscompiler.jar.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/core/tests/compiler/parser/AbstractTypeAnnotationSyntaxTest.java : 3 errors :

1. ERROR in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractTypeAnnotationSyntaxTest.java
 (at line 107)
storeLocations(annotation, Annotation.getLocations(this.enclosingReference, this.primaryAnnotations, annotation));
The method getLocations(TypeReference, Annotation[], MarkerAnnotation) is undefined for the type Annotation
2. ERROR in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractTypeAnnotationSyntaxTest.java
 (at line 113)
storeLocations(annotation, Annotation.getLocations(this.enclosingReference, this.primaryAnnotations, annotation));
The method getLocations(TypeReference, Annotation[], SingleMemberAnnotation) is undefined for the type Annotation
3. ERROR in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractTypeAnnotationSyntaxTest.java
 (at line 119)
storeLocations(annotation, Annotation.getLocations(this.enclosingReference, this.primaryAnnotations, annotation));
The method getLocations(TypeReference, Annotation[], NormalAnnotation) is undefined for the type Annotation

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