BUILD COMPLETE: build.144

Date of build:  05/14/2007 18:05:29
Time to build:  21 minutes 43 seconds
Last changed:   05/14/2007 16:48:37
Last log entry: Apply patch for HARMONY-3852( [classlib][luni] ArrayList does 
not throw ConcurrentModificationException after calling sequence: 
ArrayList.trimToSize() & ArrayList.iterator().next())

***********************************************************
Execution log (errors/warnings messages):       

========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java
 (at line 57)
        registered.add(debuggee); 
        ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type LinkedList. 
References to generic type LinkedList<E> should be parameterized
----------
----------
2. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java
 (at line 28)
        import java.io.File;
               ^^^^^^^^^^^^
The import java.io.File is never used
----------
----------
3. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 113)
        eventQueue.add(eventPacket);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to 
generic type List<E> should be parameterized
----------
4. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 248)
        replies.put(new Integer(replyPacket.getId()),
                                replyPacket);
        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
5. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 283)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
6. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
 (at line 354)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
----------
7. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 1829)
        frames.add(frame);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
8. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 1897)
        vars.add(var);
        ^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
9. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 2117)
        fields.add(superClassFields.toArray()[i]);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
10. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
 (at line 2127)
        fields.add(field);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
----------
11. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java
 (at line 449)
        frames.add(new FrameStruct(frameID, loc));
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References 
to generic type Vector<E> should be parameterized
----------
11 problems (11 warnings)
JPDA exclude list: 
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre/bin/java
  Debuggee JVM=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre/bin/java
SAMSA exclude list: 
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre
Run jdk/bin/java -version in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
java version "1.5.0" 
pre-alpha : not complete or compatible
svn = r537770, (May 14 2007), Linux/em64t/gcc 3.3.3, release build
http://incubator.apache.org/harmony
Run jdk/bin/javac -version in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/javah in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
/export/users/tst/cc/projects/trunk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java
 (at line 23)
        private static final long xxx2 = 1;
                                  ^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list: 
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre
The test report is in 
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report/html/index.html

***********************************************************
Unit Tests: (136)
        

***********************************************************
Modifications since last successful build:      (16)
            
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ArrayList.java
 05/14/2007 16:48:37 Apply patch for HARMONY-3852( [classlib][luni] ArrayList 
does not throw ConcurrentModificationException after calling sequence: 
ArrayList.trimToSize() & ArrayList.iterator().next())
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/ArrayListTest.java
 05/14/2007 16:48:37 Apply patch for HARMONY-3852( [classlib][luni] ArrayList 
does not throw ConcurrentModificationException after calling sequence: 
ArrayList.trimToSize() & ArrayList.iterator().next())
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SQLOutputImplTest.java
 05/14/2007 16:03:29 Apply patch for HARMONY-3788([classlib][sql]complete 4 
methods in j.s.r.s.SerialStruct)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialStruct.java
 05/14/2007 16:03:29 Apply patch for HARMONY-3788([classlib][sql]complete 4 
methods in j.s.r.s.SerialStruct)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialStructTest.java
 05/14/2007 16:03:29 Apply patch for HARMONY-3788([classlib][sql]complete 4 
methods in j.s.r.s.SerialStruct)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/MockArray.java
 05/14/2007 16:03:29 Apply patch for HARMONY-3788([classlib][sql]complete 4 
methods in j.s.r.s.SerialStruct)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLOutputImpl.java
 05/14/2007 15:19:04 Apply patch for HARMONY-3849([classlib][sql] 16 new 
methods in javax.sql.rowset.serial.SQLOutputImpl)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SQLOutputImplTest.java
 05/14/2007 15:19:04 Apply patch for HARMONY-3849([classlib][sql] 16 new 
methods in javax.sql.rowset.serial.SQLOutputImpl)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/ProviderImpl.java
 05/14/2007 14:19:32 Apply patch for HARMONY-3847([classlib][sql] 6 new methods 
in javax.sql.rowset.spi.SyncFactory)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/SyncFactory.java
 05/14/2007 14:19:32 Apply patch for HARMONY-3847([classlib][sql] 6 new methods 
in javax.sql.rowset.spi.SyncFactory)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLOutputImpl.java
 05/14/2007 13:57:22 Apply patch for HARMONY-3781([classlib][sql] 8 new methods 
in javax.sql.rowset.serial.SQLOutputImpl)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SQLOutputImplTest.java
 05/14/2007 13:57:22 Apply patch for HARMONY-3781([classlib][sql] 8 new methods 
in javax.sql.rowset.serial.SQLOutputImpl)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextChildSupportTest.java
 05/14/2007 13:10:18 Apply patch for 
HARMONY-3763([classlib][beans]java.beans.BeanContextChildSupport.setBeanContext(BeanContext)
 does not throw PropertyVetoException while the new bean context has been 
vetoed against.)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextChildSupport.java
 05/14/2007 13:10:18 Apply patch for 
HARMONY-3763([classlib][beans]java.beans.BeanContextChildSupport.setBeanContext(BeanContext)
 does not throw PropertyVetoException while the new bean context has been 
vetoed against.)
added pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupport2Test.java
 05/14/2007 13:08:23 Apply patch for 
HARMONY-3774([classlib][beans]java.beans.beanscontext.BeanContextSupport.setLocale(null)
 should have no effect as spec says, but Harmony set it as default locale.)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java
 05/14/2007 13:08:23 Apply patch for 
HARMONY-3774([classlib][beans]java.beans.beanscontext.BeanContextSupport.setLocale(null)
 should have no effect as spec says, but Harmony set it as default locale.)

Reply via email to