BUILD COMPLETE: build.215

Date of build:  07/11/2007 10:23:39
Time to build:  21 minutes 6 seconds
Last changed:   07/10/2007 21:46:56
Last log entry: Fix Harmony-4402 ([classlib][luni] Locale("no", 
"NO").getDisplayLanguage() returns upper-case value instead of lower-case if 
localized for Norwegian locale)

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

========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
/export/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ExceptionTest.java
 (at line 187)
        long frameID = reply.getNextValueAsFrameID();
             ^^^^^^^
The local variable frameID is never read
----------
----------
12. WARNING in 
/export/cruise_hdk/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
----------
12 problems (12 warnings)
JPDA exclude list: 
/export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java
  Debuggee JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java
The GC did not provide gc_add_weak_root_set_entry()
SAMSA exclude list: 
/export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre
Run jdk/bin/java -version in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
java version "1.5.0" 
pre-alpha : not complete or compatible
svn = r555147, (Jul 11 2007), Linux/ia32/gcc 3.3.3, release build
http://harmony.apache.org
Run jdk/bin/javac -version in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/javah in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
/export/cruise_hdk/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/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre
The GC did not provide gc_add_weak_root_set_entry()
The test report is in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report/html/index.html

***********************************************************
Unit Tests: (135)
        

***********************************************************
Modifications since last successful build:      (28)
            
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/Language_no.java
 07/10/2007 21:46:56 Fix Harmony-4402 ([classlib][luni] Locale("no", 
"NO").getDisplayLanguage() returns upper-case value instead of lower-case if 
localized for Norwegian locale)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/LocaleTest.java
 07/10/2007 21:46:56 Fix Harmony-4402 ([classlib][luni] Locale("no", 
"NO").getDisplayLanguage() returns upper-case value instead of lower-case if 
localized for Norwegian locale)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ZipOutputStreamTest.java
 07/10/2007 21:45:00 correct typo
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/ZipOutputStream.java
 07/10/2007 21:02:31 Fix Harmony-4405 ([classlib][luni] Compatibility: 
ZipOutputStream.write(null, off, length) exception throwing order differs on 
Harmony and RI)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ZipOutputStreamTest.java
 07/10/2007 21:02:31 Fix Harmony-4405 ([classlib][luni] Compatibility: 
ZipOutputStream.write(null, off, length) exception throwing order differs on 
Harmony and RI)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java
 07/10/2007 20:42:19 Fix Harmony-4372 for backward roll 
operation([classlib][luni] GregorianCalendar.roll() works incorrectly around 
end of year if MinimalDaysInFirstWeek is 4)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java
 07/10/2007 20:42:19 Fix Harmony-4372 for backward roll 
operation([classlib][luni] GregorianCalendar.roll() works incorrectly around 
end of year if MinimalDaysInFirstWeek is 4)
deleted tonywu  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContextFactory.java
 07/10/2007 16:55:54 remove redundant class
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PropertyEditorSupportTest.java
 07/10/2007 14:12:07 Fix 2 bugs in PropertyEditorSupport: 1. setSource(null) 
should not throw NPE(the original tests fail on RI, also updated accordingly), 
2. firePropertyChange should fire an event with the source only
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PropertyEditorSupport.java
 07/10/2007 14:12:07 Fix 2 bugs in PropertyEditorSupport: 1. setSource(null) 
should not throw NPE(the original tests fail on RI, also updated accordingly), 
2. firePropertyChange should fire an event with the source only
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/StatementTest.java
 07/10/2007 13:52:12 Add several testcases to Expression and its superclass 
Statement, including the subclassing Expression, overloaded method recognition, 
empty array, array with null element, etc, and fix Expression/Statement to pass 
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Expression.java
 07/10/2007 13:52:12 Add several testcases to Expression and its superclass 
Statement, including the subclassing Expression, overloaded method recognition, 
empty array, array with null element, etc, and fix Expression/Statement to pass 
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Statement.java
 07/10/2007 13:52:12 Add several testcases to Expression and its superclass 
Statement, including the subclassing Expression, overloaded method recognition, 
empty array, array with null element, etc, and fix Expression/Statement to pass 
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ExpressionTest.java
 07/10/2007 13:52:12 Add several testcases to Expression and its superclass 
Statement, including the subclassing Expression, overloaded method recognition, 
empty array, array with null element, etc, and fix Expression/Statement to pass 
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java
 07/10/2007 13:31:10 Fix HARMONY-4384 ([classlib][luni] Losing 
Calendar.set(...) settings during consecutive set(...) calls)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/CalendarTest.java
 07/10/2007 13:31:10 Fix HARMONY-4384 ([classlib][luni] Losing 
Calendar.set(...) settings during consecutive set(...) calls)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java
 07/09/2007 19:17:27 Fix for HARMONY-4064 ([classlib][luni] Performance 
improvement of java.util.HashMap)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java
 07/09/2007 17:31:42 Fix HARMONY-4372 ([classlib][luni] 
GregorianCalendar.roll() works incorrectly around end of year if 
MinimalDaysInFirstWeek is 4)
modified tonywu  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java
 07/09/2007 17:31:42 Fix HARMONY-4372 ([classlib][luni] 
GregorianCalendar.roll() works incorrectly around end of year if 
MinimalDaysInFirstWeek is 4)
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSequentialList.java
 07/09/2007 17:25:36 Apply patch for 
HARMONY-4395([classlib][util]AbstractSequentialList.set should throw 
IndexOutOfBoundsException when no elements exists.).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/AbstractSequentialListTest.java
 07/09/2007 17:25:36 Apply patch for 
HARMONY-4395([classlib][util]AbstractSequentialList.set should throw 
IndexOutOfBoundsException when no elements exists.).
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c
 07/09/2007 15:49:09 Allow this to compile with -Dhy.no.thr=true.
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java
 07/09/2007 15:23:12 Fix bug for HARMONY-4281([classlib][net] test 
tests.api.java.net.ProxySelectorTest failed if proxy defined in the 
classlib\depends\files\net.properties)
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/ProxySelectorTest.java
 07/09/2007 15:23:12 Fix bug for HARMONY-4281([classlib][net] test 
tests.api.java.net.ProxySelectorTest failed if proxy defined in the 
classlib\depends\files\net.properties)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SimpleBeanInfo.java
 07/09/2007 13:49:57 SimpleBeanInfo.loadImage(String) should return null on 
given null parameter
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/SimpleBeanInfoTest.java
 07/09/2007 13:49:57 SimpleBeanInfo.loadImage(String) should return null on 
given null parameter
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java
 07/09/2007 13:41:16 1. modify EventHanderTest according to RI's behavior 2. 
fix java.beans.EventHandler
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java
 07/09/2007 13:41:16 1. modify EventHanderTest according to RI's behavior 2. 
fix java.beans.EventHandler

Reply via email to