svn.revision=598874 BUILD COMPLETE: build.14 Date of build: 2007-11-28 20:22:31 +0600 Time to build: 36 minutes 39 seconds Last changed: 11/28/2007 19:45:22 Last log entry: snapshot *********************************************************** Errors/Warnings: (224) ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\DebuggeeRegister.java (at line 58) registered.add(debuggee); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 2. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\TestOptions.java (at line 505) internalProperties.put(name, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- ---------- 3. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java (at line 114) eventQueue.add(eventPacket); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java (at line 249) 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 should be parameterized ---------- 5. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java (at line 284) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 6. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java (at line 355) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 7. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java (at line 1834) frames.add(frame); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java (at line 1902) vars.add(var); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 9. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java (at line 2122) fields.add(superClassFields.toArray()[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 10. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java (at line 2132) fields.add(field); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 11. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\DebuggerOnDemand\OnthowDebuggerLaunchDebuggee.java (at line 94) class ExceptionForDebugger extends Exception { ^^^^^^^^^^^^^^^^^^^^ The serializable class ExceptionForDebugger does not declare a static final serialVersionUID field of type long ---------- ---------- 12. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java (at line 32) import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used ---------- 13. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java (at line 97) boolean isOutOfMemory = false; ^^^^^^^^^^^^^ The local variable isOutOfMemory is never read ---------- 14. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java (at line 171) public Class loadClass(String name) throws ClassNotFoundException { ^^^^^ Type safety: The return type Class for loadClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class from the type ClassLoader ---------- 15. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ClassUnloadDebuggee.java (at line 179) public Class findClass(String name) throws ClassNotFoundException { ^^^^^ Type safety: The return type Class for findClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class from the type ClassLoader ---------- ---------- 16. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents002Test.java (at line 100) boolean expectColocatedEvents = (testedMethodStartCodeIndex == testedMethodEndCodeIndex); ^^^^^^^^^^^^^^^^^^^^^ The local variable expectColocatedEvents is never read ---------- ---------- 17. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents003Test.java (at line 53) private boolean eventMethodExitReceived = false; ^^^^^^^^^^^^^^^^^^^^^^^ The field CombinedEvents003Test.eventMethodExitReceived is never read locally ---------- 18. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEvents003Test.java (at line 76) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- ---------- 19. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java (at line 84) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 20. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java (at line 212) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 21. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java (at line 348) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 22. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java (at line 732) String failureMessage = "## FAILURE during checking events! !"; ^^^^^^^^^^^^^^ The local variable failureMessage is never read ---------- 23. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTest.java (at line 894) String failureMessage = "## FAILURE during checking events !"; ^^^^^^^^^^^^^^ The local variable failureMessage is never read ---------- ---------- 24. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTestCase.java (at line 135) long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); ^^^^^^^^^^^^^^^^^^^^ The local variable methodStartCodeIndex is never read ---------- 25. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\CombinedEventsTestCase.java (at line 187) long methodStartCodeIndex = reply.getNextValueAsLong(); ^^^^^^^^^^^^^^^^^^^^ The local variable methodStartCodeIndex is never read ---------- ---------- 26. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ExceptionTest.java (at line 188) long frameID = reply.getNextValueAsFrameID(); ^^^^^^^ The local variable frameID is never read ---------- ---------- 27. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\ThreadReference\FramesTest.java (at line 450) frames.add(new FrameStruct(frameID, loc)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 28. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\share\JDWPUnitDebuggeeProcessWrapper.java (at line 233) argv.add(val); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 29. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\share\JDWPUnitDebuggeeProcessWrapper.java (at line 253) return (String[])argv.toArray(args); ^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 29 problems (29 warnings) JPDA exclude list: C:\cc\cc-suites\build\checkouts\hdk\working_classlib\deploy\build\jdktools.jpda.exclude Running JPDA tests Debugger JVM=C:\cc\cc-suites/build/checkouts/snapshot/hdk/jdk/jre/bin/java Debuggee JVM=C:\cc\cc-suites/build/checkouts/snapshot/hdk/jdk/jre/bin/java SAMSA exclude list: C:\cc\cc-suites\build\checkouts\hdk\working_classlib\deploy\build\jdktools.samsa.exclude Running SAMSA tests test.jre.home=C:\cc\cc-suites/build/checkouts/snapshot/hdk/jdk/jre Run jdk/bin/java -version in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r598874, (Nov 28 2007), Windows/ia32/msvc 1310, release build http://harmony.apache.org Run jdk/bin/javac -version in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/javah in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/javadoc in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/jarsigner in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/keytool -help in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\modules\tools\src\test\java\org\apache\harmony\tests\tools\javah\Test\Test01.java (at line 24) private static final long xxx2 = 1; ^^^^ The field Test01.xxx2 is never read locally ---------- 1 problem (1 warning) TOOLS exclude list: C:\cc\cc-suites\build\checkouts\hdk\working_classlib\deploy\build\jdktools.tools.exclude Running TOOLS tests test.jre.home=C:\cc\cc-suites/build/checkouts/snapshot/hdk/jdk/jre The test report is in C:\cc\cc-suites\build\checkouts\hdk\working_jdktools\build\test_report\html\index.html *********************************************************** Unit Tests: (160) All Tests Passed *********************************************************** Modifications since last successful build: (7) add cc-snapshot log20071128194522Lbuild.42 11/28/2007 19:45:22snapshot add cc-snapshot log20071127153045Lbuild.41 11/27/2007 15:30:45snapshot add cc-snapshot log20071125144703Lbuild.40 11/25/2007 14:47:03snapshot add cc-snapshot log20071123115207Lbuild.39 11/23/2007 11:52:07snapshot add cc-snapshot log20071122031232Lbuild.38 11/22/2007 03:12:32snapshot add cc-snapshot log20071121113429Lbuild.37 11/21/2007 11:34:29snapshot add cc-snapshot log20071120025630Lbuild.36 11/20/2007 02:56:30snapshot