Compiler log for org.eclipse.jdt.apt.core_3.2.1.R32x_v20060822-2100 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 24

/src/com/sun/mirror/type/MirroredTypesException.java : 1 warning :

1. WARNING in /src/com/sun/mirror/type/MirroredTypesException.java
 (at line 64)
names = new ArrayList();
Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection

/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java : 2 warnings :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java
 (at line 532)
factoryDecls = new HashSet(annotationDecls.values());
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized
2. WARNING in /src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java
 (at line 532)
factoryDecls = new HashSet(annotationDecls.values());
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set

/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationDeclarationImpl.java : 1 warning :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationDeclarationImpl.java
 (at line 39)
return (Collection<AnnotationTypeElementDeclaration>)_getMethods();
Type safety: The cast from List to Collection is actually checking against the erased type Collection

/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationMirrorImpl.java : 1 warning :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationMirrorImpl.java
 (at line 255)
final List<MemberValuePair> pairs = ((NormalAnnotation)anno).values();
Type safety: The expression of type List needs unchecked conversion to conform to List

/src/org/eclipse/jdt/apt/core/internal/declaration/ClassDeclarationImpl.java : 1 warning :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/declaration/ClassDeclarationImpl.java
 (at line 122)
return (Collection<MethodDeclaration>)_getMethods();
Type safety: The cast from List to Collection is actually checking against the erased type Collection

/src/org/eclipse/jdt/apt/core/internal/declaration/EclipseDeclarationImpl.java : 1 warning :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/declaration/EclipseDeclarationImpl.java
 (at line 80)
return (A)Proxy.newProxyInstance(annotationClass.getClassLoader(), new Class[]{ annotationClass }, handler );
Type safety: The cast from Object to A is actually checking against the erased type Annotation

/src/org/eclipse/jdt/apt/core/internal/declaration/TypeDeclarationImpl.java : 1 warning :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/declaration/TypeDeclarationImpl.java
 (at line 89)
((org.eclipse.jdt.core.dom.FieldDeclaration)bodyDecl).fragments();
Type safety: The expression of type List needs unchecked conversion to conform to List

/src/org/eclipse/jdt/apt/core/internal/env/AnnotationInvocationHandler.java : 1 warning :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/env/AnnotationInvocationHandler.java
 (at line 231)
else if( expectedType.isAssignableFrom(actualValue.getClass()))
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class should be parameterized

/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java : 2 warnings :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
 (at line 230)
return _astRoot.types();
Type safety: The expression of type List needs unchecked conversion to conform to List
2. WARNING in /src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
 (at line 325)
((org.eclipse.jdt.core.dom.FieldDeclaration)node).fragments();
Type safety: The expression of type List needs unchecked conversion to conform to List

/src/org/eclipse/jdt/apt/core/internal/env/BuildEnv.java : 2 warnings :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/env/BuildEnv.java
 (at line 455)
typeDecls.addAll( _astRoots[i].types() );
Type safety: The expression of type List needs unchecked conversion to conform to Collection
2. WARNING in /src/org/eclipse/jdt/apt/core/internal/env/BuildEnv.java
 (at line 478)
typeDecls.addAll( ast.types() );
Type safety: The expression of type List needs unchecked conversion to conform to Collection

/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java : 6 warnings :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
 (at line 98)
private Map<IFile, Set<IFile>> _parentFile2GeneratedFiles = new HashMap();
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map>
2. WARNING in /src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
 (at line 103)
private Map<IFile, Set<IFile>> _generatedFile2ParentFiles = new HashMap();
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map>
3. WARNING in /src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
 (at line 110)
private Map<ICompilationUnit, Set<IFile>> _generatedWorkingCopy2OpenParentFiles = new HashMap();
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map>
4. WARNING in /src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
 (at line 117)
private Map<IFile, ICompilationUnit> _generatedFile2WorkingCopy = new HashMap();
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map
5. WARNING in /src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
 (at line 923)
fileSet = new HashSet();
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set
6. WARNING in /src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
 (at line 935)
fileSet = new HashSet();
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set

/src/org/eclipse/jdt/apt/core/internal/util/Visitors.java : 5 warnings :

1. WARNING in /src/org/eclipse/jdt/apt/core/internal/util/Visitors.java
 (at line 111)
final List<Annotation> annotations = node.annotations();
Type safety: The expression of type List needs unchecked conversion to conform to List
2. WARNING in /src/org/eclipse/jdt/apt/core/internal/util/Visitors.java
 (at line 183)
final List<IExtendedModifier> extMods = node.modifiers();
Type safety: The expression of type List needs unchecked conversion to conform to List
3. WARNING in /src/org/eclipse/jdt/apt/core/internal/util/Visitors.java
 (at line 201)
final List<IExtendedModifier> extMods = node.modifiers();
Type safety: The expression of type List needs unchecked conversion to conform to List
4. WARNING in /src/org/eclipse/jdt/apt/core/internal/util/Visitors.java
 (at line 302)
extendedModifiers = declaration.modifiers();
Type safety: The expression of type List needs unchecked conversion to conform to List
5. WARNING in /src/org/eclipse/jdt/apt/core/internal/util/Visitors.java
 (at line 306)
extendedModifiers = declaration.modifiers();
Type safety: The expression of type List needs unchecked conversion to conform to List