Bug#470331: libezmorph-java: FTBFS: The import junit cannot be resolved

Lucas Nussbaum lucas at lucas-nussbaum.net
Mon Mar 10 16:58:52 UTC 2008


Package: libezmorph-java
Version: 1.0.4-1
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080308 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> test "`id -u`" = 0
> cd . && /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-logging.jar:/usr/lib/jvm/java-gcj/lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile /build/user/libezmorph-java-1.0.4/debian/ant.properties clean
> Buildfile: debian/build.xml
> 
> clean:
> 
> BUILD SUCCESSFUL
> Total time: 0 seconds
> rm -f debian/stamp-ant-build
> dh_clean 
>  dpkg-source -b libezmorph-java-1.0.4
> dpkg-source: building libezmorph-java using existing libezmorph-java_1.0.4.orig.tar.gz
> dpkg-source: building libezmorph-java in libezmorph-java_1.0.4-1.diff.gz
> dpkg-source: building libezmorph-java in libezmorph-java_1.0.4-1.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-logging.jar:/usr/lib/jvm/java-gcj/lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile /build/user/libezmorph-java-1.0.4/debian/ant.properties 
> Buildfile: debian/build.xml
> 
> compile:
>     [mkdir] Created dir: /build/user/libezmorph-java-1.0.4/build
>     [javac] Compiling 45 source files to /build/user/libezmorph-java-1.0.4/build
>     [javac] ----------
>     [javac] 1. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/Morpher.java (at line 33)
>     [javac] 	Class morphsTo();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 2. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/Morpher.java (at line 41)
>     [javac] 	boolean supports( Class clazz );
>     [javac] 	                  ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 3. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 44)
>     [javac] 	private Map morphers = new HashMap();
>     [javac] 	        ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 
>     [javac] 4. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 44)
>     [javac] 	private Map morphers = new HashMap();
>     [javac] 	                           ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 5. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 64)
>     [javac] 	public void clear( Class type )
>     [javac] 	                   ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 6. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 66)
>     [javac] 	List registered = (List) morphers.get( type );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 7. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 66)
>     [javac] 	List registered = (List) morphers.get( type );
>     [javac] 	                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 8. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 81)
>     [javac] 	List registered = (List) morphers.get( morpher.morphsTo() );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 9. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 81)
>     [javac] 	List registered = (List) morphers.get( morpher.morphsTo() );
>     [javac] 	                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 10. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 97)
>     [javac] 	public Morpher getMorpherFor( Class clazz )
>     [javac] 	                              ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 11. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 99)
>     [javac] 	List registered = (List) morphers.get( clazz );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 12. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 99)
>     [javac] 	List registered = (List) morphers.get( clazz );
>     [javac] 	                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 13. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 116)
>     [javac] 	public Morpher[] getMorphersFor( Class clazz )
>     [javac] 	                                 ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 14. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 118)
>     [javac] 	List registered = (List) morphers.get( clazz );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 15. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 118)
>     [javac] 	List registered = (List) morphers.get( clazz );
>     [javac] 	                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 16. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 125)
>     [javac] 	for( Iterator i = registered.iterator(); i.hasNext(); ){
>     [javac] 	     ^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 17. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 142)
>     [javac] 	public Object morph( Class target, Object value )
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 18. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 208)
>     [javac] 	List registered = (List) morphers.get( morpher.morphsTo() );
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 19. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 208)
>     [javac] 	List registered = (List) morphers.get( morpher.morphsTo() );
>     [javac] 	                   ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 20. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 210)
>     [javac] 	registered = new ArrayList();
>     [javac] 	                 ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 21. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java
>     [javac]  (at line 211)
>     [javac] 	morphers.put( morpher.morphsTo(), registered );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 22. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/MorpherRegistry.java (at line 214)
>     [javac] 	registered.add( morpher );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 23. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/AbstractArrayMorpher.java
>     [javac]  (at line 61)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 24. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/AbstractArrayMorpher.java (at line 79)
>     [javac] 	protected int getDimensions( Class arrayClass )
>     [javac] 	                             ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 25. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/BooleanArrayMorpher.java
>     [javac]  (at line 34)
>     [javac] 	private static final Class BOOLEAN_ARRAY_CLASS = boolean[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 26. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/BooleanArrayMorpher.java (at line 96)
>     [javac] 	if( BOOLEAN_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 27. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/BooleanArrayMorpher.java
>     [javac]  (at line 125)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 28. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/BooleanObjectArrayMorpher.java (at line 34)
>     [javac] 	private static final Class BOOLEAN_OBJECT_ARRAY_CLASS = Boolean[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 29. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/BooleanObjectArrayMorpher.java
>     [javac]  (at line 96)
>     [javac] 	if( BOOLEAN_OBJECT_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 30. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/BooleanObjectArrayMorpher.java (at line 136)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 31. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ByteArrayMorpher.java (at line 34)
>     [javac] 	private static final Class BYTE_ARRAY_CLASS = byte[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 32. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ByteArrayMorpher.java
>     [javac]  (at line 96)
>     [javac] 	if( BYTE_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic
>     [javac]  type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 33. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ByteArrayMorpher.java (at line 123)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 34. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/CharArrayMorpher.java
>     [javac]  (at line 34)
>     [javac] 	private static final Class CHAR_ARRAY_CLASS = char[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 35. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/CharArrayMorpher.java (at line 99)
>     [javac] 	if( CHAR_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 36. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/CharArrayMorpher.java
>     [javac]  (at line 126)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 37. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/CharacterObjectArrayMorpher.java (at line 34)
>     [javac] 	private static final Class CHARACTER_OBJECT_ARRAY_CLASS = Character[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 38. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/CharacterObjectArrayMorpher.ja
>     [javac] va (at line 96)
>     [javac] 	if( CHARACTER_OBJECT_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 39. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/CharacterObjectArrayMorpher.java (at line 135)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 40. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/DoubleArrayMorpher.java (at line 34)
>     [javac] 	private static final Class DOUBLE_ARRAY_CLASS = double[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 41. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/DoubleArrayMorpher.java
>     [javac]  (at line 99)
>     [javac] 	if( DOUBLE_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic
>     [javac]  type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 42. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/DoubleArrayMorpher.java (at line 127)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 43. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/FloatArrayMorpher.java
>     [javac]  (at line 34)
>     [javac] 	private static final Class FLOAT_ARRAY_CLASS = float[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 44. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/FloatArrayMorpher.java (at line 99)
>     [javac] 	if( FLOAT_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 45. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/FloatArrayMorpher.java
>     [javac]  (at line 127)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 46. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/IntArrayMorpher.java
>     [javac]  (at line 34)
>     [javac] 	private static final Class INT_ARRAY_CLASS = int[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 47. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/IntArrayMorpher.java (at line 99)
>     [javac] 	if( INT_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 48. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/IntArrayMorpher.java
>     [javac]  (at line 126)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 49. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/LongArrayMorpher.java
>     [javac]  (at line 34)
>     [javac] 	private static final Class LONG_ARRAY_CLASS = long[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 50. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/LongArrayMorpher.java (at line 99)
>     [javac] 	if( LONG_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 51. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/LongArrayMorpher.java
>     [javac]  (at line 126)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 52. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ObjectArrayMorpher.java (at line 36)
>     [javac] 	private Class target;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 53. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ObjectArrayMorpher.java (at line 37)
>     [javac] 	private Class targetArrayClass;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 54. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ObjectArrayMorpher.java (at line 118)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 55. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ObjectArrayMorpher.java (at line 123)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 56. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ShortArrayMorpher.java
>     [javac]  (at line 34)
>     [javac] 	private static final Class SHORT_ARRAY_CLASS = short[].class;
>     [javac] 	                     ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 57. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ShortArrayMorpher.java (at line 99)
>     [javac] 	if( SHORT_ARRAY_CLASS.isAssignableFrom( array.getClass() ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 58. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/array/ShortArrayMorpher.java
>     [javac]  (at line 127)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 59. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java
>     [javac]  (at line 49)
>     [javac] 	private final Class beanClass;
>     [javac] 	              ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 60. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java
>     [javac]  (at line 57)
>     [javac] 	public BeanMorpher( Class beanClass, MorpherRegistry morpherRegistry )
>     [javac] 	                    ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 61. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 68)
>     [javac] 	public BeanMorpher( Class beanClass, MorpherRegistry morpherRegistry, boolean lenient )
>     [javac] 	                    ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 62. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 103)
>     [javac] 	Class sourceType = null;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 63. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 123)
>     [javac] 	Class targetType = targetPd.getPropertyType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 64. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 138)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 65. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java
>     [javac]  (at line 143)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 66. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 148)
>     [javac] 	private void setProperty( Object targetBean, String name, Class sourceType, Class ta
>     [javac] rgetType,
>     [javac] 	                                                          ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 67. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 148)
>     [javac] 	private void setProperty( Object targetBean, String name, Class sourceType, Class ta
>     [javac] rgetType,
>     [javac] 	                                                                            ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 68. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java (at line 152)
>     [javac] 	if( targetType.isAssignableFrom( sourceType ) ){
>     [javac] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 69. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/BeanMorpher.java
>     [javac]  (at line 185)
>     [javac] 	private void validateClass( Class clazz )
>     [javac] 	                            ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 70. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 45)
>     [javac] 	private Map dynaValues = new HashMap();
>     [javac] 	        ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 71. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 45)
>     [javac] 	private Map dynaValues = new HashMap();
>     [javac] 	                             ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 72. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 62)
>     [javac] 	Class type = dynaProperty.getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 73. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 69)
>     [javac] 	value = new HashMap();
>     [javac] 	            ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 74. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 70)
>     [javac] 	dynaValues.put( name, value );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 75. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 72)
>     [javac] 	return ((Map) value).containsKey( key );
>     [javac] 	         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 76. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 107)
>     [javac] 	Class type = getDynaProperty( name ).getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 
>     [javac] 77. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 119)
>     [javac] 	Class type = dynaProperty.getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 78. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 130)
>     [javac] 	value = ((List) value).get( index );
>     [javac] 	          ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 79. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 140)
>     [javac] 	Class type = dynaProperty.getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 80. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 147)
>     [javac] 	value = new HashMap();
>     [javac] 	            ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 81. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 148)
>     [javac] 	dynaValues.put( name, value );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 82. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 150)
>     [javac] 	return ((Map) value).get( key );
>     [javac] 	         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 83. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 178)
>     [javac] 	Class type = dynaProperty.getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 84. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 185)
>     [javac] 	value = new HashMap();
>     [javac] 	            ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 85. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 186)
>     [javac] 	dynaValues.put( name, value );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 86. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 188)
>     [javac] 	((Map) value).remove( key );
>     [javac] 	  ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 87. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 195)
>     [javac] 	Class type = dynaProperty.getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 88. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 203)
>     [javac] 	prop = new ArrayList();
>     [javac] 	           ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 89. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 207)
>     [javac] 	dynaValues.put( name, prop );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 90. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 216)
>     [javac] 	dynaValues.put( name, tmp );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 91. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 220)
>     [javac] 	List l = (List) prop;
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 92. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 220)
>     [javac] 	List l = (List) prop;
>     [javac] 	          ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 93. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 223)
>     [javac] 	l.add( null );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E>
>     [javac]  should be parameterized
>     [javac] ----------
>     [javac] 94. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 226)
>     [javac] 	((List) prop).set( index, value );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 95. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 226)
>     [javac] 	((List) prop).set( index, value );
>     [javac] 	  ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 96. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 238)
>     [javac] 	dynaValues.put( name, value );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 97. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 245)
>     [javac] 	Class type = dynaProperty.getType();
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 98. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 252)
>     [javac] 	prop = new HashMap();
>     [javac] 	           ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 99. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 253)
>     [javac] 	dynaValues.put( name, prop );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 100. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 255)
>     [javac] 	((Map) prop).put( key, value );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 101. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 255)
>     [javac] 	((Map) prop).put( key, value );
>     [javac] 	  ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 102. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 290)
>     [javac] 	protected boolean isDynaAssignable( Class dest, Class src )
>     [javac] 	                                    ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 103. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 290)
>     [javac] 	protected boolean isDynaAssignable( Class dest, Class src )
>     [javac] 	                                                ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 104. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 292)
>     [javac] 	boolean assignable = dest.isAssignableFrom( src );
>     [javac] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 105. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 326)
>     [javac] 	private boolean isByte( Class clazz )
>     [javac] 	                        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 106. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 331)
>     [javac] 	private boolean isFloat( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 107. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 336)
>     [javac] 	private boolean isInteger( Class clazz )
>     [javac] 	                           ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 108. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java (at line 341)
>     [javac] 	private boolean isLong( Class clazz )
>     [javac] 	                        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 109. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaBean.java
>     [javac]  (at line 346)
>     [javac] 	private boolean isShort( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 110. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 42)
>     [javac] 	private static final Comparator dynaPropertyComparator = new Comparator(){
>     [javac] 	                     ^^^^^^^^^^
>     [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
>     [javac] ----------
>     [javac] 111. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 42)
>     [javac] 	private static final Comparator dynaPropertyComparator = new Comparator(){
>     [javac] 	                                                             ^^^^^^^^^^
>     [javac] Comparator is a raw type. References to generic type Comparator<T> should be parameterized
>     [javac] ----------
>     [javac] 112. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 57)
>     [javac] 	private Map attributes;
>     [javac] 	        ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 113. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 58)
>     [javac] 	private Class beanClass;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 114. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 61)
>     [javac] 	private Map properties = new HashMap();
>     [javac] 	        ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 115. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 61)
>     [javac] 	private Map properties = new HashMap();
>     [javac] 	                             ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 116. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 62)
>     [javac] 	private Class type;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 117. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 64)
>     [javac] 	public MorphDynaClass( Map attributes )
>     [javac] 	                       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 118. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 69)
>     [javac] 	public MorphDynaClass( Map attributes, boolean exceptionOnEmptyAttributes )
>     [javac] 	                       ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 119. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 74)
>     [javac] 	public MorphDynaClass( String name, Class type, Map attributes )
>     [javac] 	                                    ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 120. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 74)
>     [javac] 	public MorphDynaClass( String name, Class type, Map attributes )
>     [javac] 	                                                ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 121. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 79)
>     [javac] 	public MorphDynaClass( String name, Class type, Map attributes,
>     [javac] 	                                    ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 122. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 79)
>     [javac] 	public MorphDynaClass( String name, Class type, Map attributes,
>     [javac] 	                                                ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 123. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 95)
>     [javac] 	attributes = new HashMap();
>     [javac] 	                 ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 124. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 178)
>     [javac] 	Iterator keys = attributes.keySet()
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 125. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 195)
>     [javac] 	protected Class getBeanClass()
>     [javac] 	          ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 126. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 208)
>     [javac] 	Iterator entries = attributes.entrySet()
>     [javac] 	^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 127. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 213)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 128. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 213)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	                   ^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 129. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 218)
>     [javac] 	Class klass = (Class) Class.forName( (String) pclass );
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 130. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 218)
>     [javac] 	Class klass = (Class) Class.forName( (String) pclass );
>     [javac] 	               ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 131. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 225)
>     [javac] 	Class klass = (Class) pclass;
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 132. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 225)
>     [javac] 	Class klass = (Class) pclass;
>     [javac] 	               ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 133. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java
>     [javac]  (at line 234)
>     [javac] 	properties.put( dynaProperty.getName(), dynaProperty );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type 
>     [javac] Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 134. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 243)
>     [javac] 	Arrays.sort( dynaProperties, 0, dynaProperties.length, dynaPropertyComparator );
>     [javac] 	^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: Unchecked invocation sort(Object[], int, int, Comparator) of the generic method sort(T[], int, int, Comparator<? super T>) of type Arrays
>     [javac] ----------
>     [javac] 135. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/bean/MorphDynaClass.java (at line 243)
>     [javac] 	Arrays.sort( dynaProperties, 0, dynaProperties.length, dynaPropertyComparator );
>     [javac] 	  
>     [javac]                                                      ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super T>
>     [javac] ----------
>     [javac] ----------
>     [javac] 136. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/AbstractObjectMorpher.java (at line 67)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 137. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/BigDecimalMorpher.java
>     [javac]  (at line 142)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 138. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/BigIntegerMorpher.java (at line 141)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 139. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/BooleanObjectMorpher.java (at line 118)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 140. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/CharacterObjectMorpher.java (at line 115)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 141. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ClassMorpher.java (at line 61)
>     [javac] 	return (Class) value;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 142. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ClassMorpher.java (at line 76)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 143. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ClassMorpher.java
>     [javac]  (at line 81)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 144. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/DateMorpher.java (at line 215)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 145. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/DateMorpher.java (at line 230)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 146. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/IdentityObjectMorpher.java
>     [javac]  (at line 58)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 147. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/IdentityObjectMorpher.java
>     [javac]  (at line 63)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 148. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/MapToDateMorpher.java (at line 108)
>     [javac] 	Map map = (Map) value;
>     [javac] 	^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 149. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/MapToDateMorpher.java (at line 108)
>     [javac] 	Map map = (Map) value;
>     [javac] 	           ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 150. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/MapToDateMorpher.java (at line 128)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 151. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/MapToDateMorpher.java (at line 143)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 152. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/MapToDateMorpher.java
>     [javac]  (at line 148)
>     [javac] 	private int getValue( Map map, String key )
>     [javac] 	                      ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 153. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/NumberMorpher.java (at line 43)
>     [javac] 	private Class type;
>     [javac] 	        ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 154. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/NumberMorpher.java (at line 51)
>     [javac] 	public NumberMorpher( Class type )
>     [javac] 	                      ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] 
>     [javac] ----------
>     [javac] 155. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/NumberMorpher.java (at line 79)
>     [javac] 	public NumberMorpher( Class type, Number defaultValue )
>     [javac] 	                      ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 156. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/NumberMorpher.java
>     [javac]  (at line 150)
>     [javac] 	if( value != null && type.isAssignableFrom( value.getClass() ) ){
>     [javac] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic
>     [javac]  type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 157. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/NumberMorpher.java (at line 187)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 158. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/NumberMorpher.java
>     [javac]  (at line 207)
>     [javac] 	private boolean isDecimalNumber( Class type )
>     [javac] 	                                 ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 159. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java (at line 93)
>     [javac] 	List list = new ArrayList();
>     [javac] 	^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 160. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java (at line 93)
>     [javac] 	List list = new ArrayList();
>     [javac] 	                ^^^^^^^^^
>     [javac] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
>     [javac] ----------
>     [javac] 161. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java
>     [javac]  (at line 94)
>     [javac] 	for( Iterator i = ((List) value).iterator(); i.hasNext(); ){
>     [javac] 	     ^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 162. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java (at line 94)
>     [javac] 	for( Iterator i = ((List) value).iterator(); i.hasNext(); ){
>     [javac] 	                    ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 163. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java
>     [javac]  (at line 98)
>     [javac] 	list.add( defaultValue );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 164. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java (at line 100)
>     [javac] 	list.add( object );
>     [javac] 	^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 165. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java
>     [javac]  (at line 107)
>     [javac] 	list.add( morphMethod.invoke( morpher, new Object[] { object } ) );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 166. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java
>     [javac]  (at line 121)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 167. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/ObjectListMorpher.java
>     [javac]  (at line 126)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 168. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/StringMorpher.java (at line 71)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 169. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/StringMorpher.java (at line 76)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 170. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 39)
>     [javac] 	private Map classMap = new HashMap();
>     [javac] 	        ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 171. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 39)
>     [javac] 	private Map classMap = new HashMap();
>     [javac] 	                           ^^^^^^^
>     [javac] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
>     [javac] ----------
>     [javac] 172. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 42)
>     [javac] 	public SwitchingMorpher( Map classMap, MorpherRegistry morpherRegistry )
>     [javac] 	                         ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 173. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 48)
>     [javac] 	this.classMap.putAll( classMap );
>     [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] Type safety: The method putAll(Map) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
>     [javac] ----------
>     [javac] 174. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 68)
>     [javac] 	for( Iterator entries = classMap.entrySet()
>     [javac] 	     ^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 175. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 70)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 176. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 70)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	                   ^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 177. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 85)
>     [javac] 	for( Iterator entries = classMap.entrySet()
>     [javac] 	     ^^^^^^^^
>     [javac] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
>     [javac] ----------
>     [javac] 178. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 87)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 179. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 87)
>     [javac] 	Map.Entry entry = (Map.Entry) entries.next();
>     [javac] 	                   ^^^^^^^^^
>     [javac] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
>     [javac] ----------
>     [javac] 180. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 100)
>     [javac] 	Class target = (Class) classMap.get( value.getClass() );
>     [javac] 	^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 181. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java
>     [javac]  (at line 100)
>     [javac] 	Class target = (Class) classMap.get( value.getClass() );
>     [javac] 	                ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 182. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 104)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 183. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/object/SwitchingMorpher.java (at line 109)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 184. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/AbstractPrimitiveMorpher.
>     [javac] java (at line 60)
>     [javac] 	public boolean supports( Class clazz )
>     [javac] 	                         ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 185. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/BooleanMorpher.java (at line 135)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 186. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/ByteMorpher.java (at line 123)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 187. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/CharMorpher.java (at line 121)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 188. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/DoubleMorpher.java (at line 123)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 
>     [javac] ----------
>     [javac] 189. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/FloatMorpher.java (at line 123)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] 
>     [javac] ----------
>     [javac] 190. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/IntMorpher.java (at line 123)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 191. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/LongMorpher.java (at line 123)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 192. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/primitive/ShortMorpher.java (at line 122)
>     [javac] 	public Class morphsTo()
>     [javac] 	       ^^^^^
>     [javac] Class is a raw type. References to generic type Class<T> should be parameterized
>     [javac] ----------
>     [javac] ----------
>     [javac] 193. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 21)
>     [javac] 	import junit.framework.Assert;
>     [javac] 	       ^^^^^
>     [javac] The import junit cannot be resolved
>     [javac] ----------
>     [javac] 194. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 29)
>     [javac] 	public class ArrayAssertions extends Assert
>     [javac] 	                                     ^^^^^^
>     [javac] Assert cannot be resolved to a type
>     [javac] ----------
>     [javac] 195. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 169)
>     [javac] 	public static void assertEquals( List expecteds, List actuals )
>     [javac] 	                                 ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 196. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 169)
>     [javac] 	public static void assertEquals( List expecteds, List actuals )
>     [javac] 	                                                 ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 197. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 343)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 198. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 346)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 199. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 349)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 200. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 370)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 201. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 373)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 202. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 376)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 203. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 400)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 204. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 403)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 205. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 406)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 206. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 427)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 207. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 430)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 208. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 433)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 209. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 457)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 210. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 460)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 211. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 463)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 212. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 484)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 213. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 487)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 214. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 490)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 215. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 514)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 216. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 517)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 217. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 520)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 218. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 525)
>     [javac] 	assertEquals( header + "arrays first differed at element [" + i + "];", expecteds[i],
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method assertEquals(String, boolean[], boolean[]) in the type ArrayAssertions is not applicable 
>     [javac] for the arguments (String, double, double, double)
>     [javac] ----------
>     [javac] 219. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 541)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 220. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 544)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 221. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 547)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 222. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 571)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 223. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 574)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 224. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 577)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 225. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 582)
>     [javac] 	assertEquals( header + "arrays first differed at element [" + i + "];", expecteds[i],
>     [javac] 	^^^^^^^^^^^^
>     [javac] The method assertEquals(String, boolean[], boolean[]) in the type ArrayAssertions is not applicable 
>     [javac] for the arguments (String, float, float, float)
>     [javac] ----------
>     [javac] 226. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 598)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 227. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 601)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 228. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 604)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 229. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 628)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 230. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 631)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 231. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 634)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 232. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 655)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 233. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 658)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 234. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 661)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 235. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 678)
>     [javac] 	public static void assertEquals( String message, List expecteds, List actuals )
>     [javac] 	                                                 ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 236. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 678)
>     [javac] 	public static void assertEquals( String message, List expecteds, List actuals )
>     [javac] 	                                                                 ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 237. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 682)
>     [javac] 	fail( header + "expected list was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 238. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 685)
>     [javac] 	fail( header + "actual list was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 239. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 691)
>     [javac] 	fail( header + "list sizes differed, expected.size()=" + expecteds.size()
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] 
>     [javac] ----------
>     [javac] 240. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 705)
>     [javac] 	fail( header + "lists first differed at element [" + i + "];" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 241. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 709)
>     [javac] 	fail( header + "lists first differed at element [" + i + "];" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 242. WARNING in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 721)
>     [javac] 	assertEquals( header + "lists first differed at element [" + i + "];", (List) o1,
>     [javac] 	 
>     [javac]                                                                        ^^^^
>     [javac] List is a raw type. References to generic type List<E> should be parameterized
>     [javac] ----------
>     [javac] 243. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 743)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 244. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 746)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 245. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 749)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 246. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 770)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 247. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 773)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 248. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 776)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 249. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 815)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 250. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 830)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 251. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 833)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 252. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 836)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 253. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 857)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 254. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 860)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 255. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 863)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 256. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 884)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 257. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 887)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 258. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 890)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 259. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 911)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 260. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 914)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 261. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 917)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 262. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 938)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 263. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 941)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 264. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 944)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 265. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 965)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 266. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 968)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 267. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 971)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 268. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 992)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 269. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 995)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 270. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 998)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 271. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1022)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 272. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1025)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 273. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1028)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 274. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 1040)
>     [javac] 	fail( header + "arrays first differed at element [" + i + "];" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 275. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1044)
>     [javac] 	fail( header + "arrays first differed at element [" + i + "];" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 276. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1170)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 277. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1173)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 278. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1176)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 279. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1197)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 280. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1200)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 281. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 1203)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 282. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1227)
>     [javac] 	fail( header + "expected array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 283. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1230)
>     [javac] 	fail( header + "actual array was null" );
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 284. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1233)
>     [javac] 	fail( header + "array lengths differed, expected.length=" + expecteds.length
>     [javac] 	^^^^
>     [javac] The method fail(String) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 285. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1308)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 286. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 1318)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 287. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1328)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 288. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 1338)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 289. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1348)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 290. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 1358)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 291. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java (at line 1368)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 292. ERROR in /build/user/libezmorph-java-1.0.4/net/sf/ezmorph/test/ArrayAssertions.java
>     [javac]  (at line 1378)
>     [javac] 	failNotEquals( message, expected, actual );
>     [javac] 	^^^^^^^^^^^^^
>     [javac] The method failNotEquals(String, Object, Object) is undefined for the type ArrayAssertions
>     [javac] ----------
>     [javac] 292 problems (95 errors, 197 warnings)
> 
> BUILD FAILED
> /build/user/libezmorph-java-1.0.4/debian/build.xml:12: Compile failed; see the compiler error output for details.
> 
> Total time: 1 second
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/03/08

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the pkg-java-maintainers mailing list