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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
1. WARNING in /src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java (at line 183) 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 278) ((org.eclipse.jdt.core.dom.FieldDeclaration)node).fragments(); Type safety: The expression of type List needs unchecked conversion to conform to List |
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 extends AbstractTypeDeclaration> |
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 extends AbstractTypeDeclaration> |
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 |
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 |