classpath-testresults
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-testresults] FAIL: cacao build on Sat Mar 1 10:38:51 UTC 2008


From: cpdev
Subject: [cp-testresults] FAIL: cacao build on Sat Mar 1 10:38:51 UTC 2008
Date: Sat, 01 Mar 2008 10:38:51 +0000

                 ^^^^^^^^
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]