^^^^^^^^
The method toString(int, CPStringBuilder) in the type Modifier is not
applicable for the arguments (int, StringBuilder)
----------
22. WARNING in ../../../cacao/src/lib/gnu/java/lang/reflect/Constructor.java
(at line 352)
return new TypeVariable[0];
^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type TypeVariable[] needs unchecked conversion
to conform to TypeVariable<Constructor<T>>[]
----------
23. WARNING in ../../../cacao/src/lib/gnu/java/lang/reflect/Constructor.java
(at line 354)
return p.getTypeParameters();
^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type TypeVariable[] needs unchecked conversion
to conform to TypeVariable<Constructor<T>>[]
----------
24. WARNING in ../../../cacao/src/lib/gnu/java/lang/reflect/Constructor.java
(at line 409)
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
{
^
The type parameter T is hiding the type T
----------
25. WARNING in ../../../cacao/src/lib/gnu/java/lang/reflect/Constructor.java
(at line 413)
return (T)declaredAnnotations().get(annotationClass);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The cast from Annotation to T is actually checking against the
erased type Annotation
----------
25 problems (2 errors, 23 warnings)make[3]: *** [vm.zip] Error 255
make[3]: Leaving directory `/home/cpdev/Nightly/cacao/build/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cpdev/Nightly/cacao/build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cpdev/Nightly/cacao/build'
make: *** [all] Error 2
_______________________________________________
Classpath-testresults mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-testresults