JDK-6306174 : TESTBUG: 6282891 fixed in 1.4.2_10 needs to be updated
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 1.4.2_10
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-08-04
  • Updated: 2012-08-06
  • Resolved: 2005-08-08
Related Reports
Duplicate :  
Description
Testcase 6282891 which is fixed in 1.4.2_10 b01 is not compiling. This testcase need to be updated.

How to Reproduce:
=================
Copy LauncherTest.java from 
/net/urts071.india/export6/testSuites/Regression/workspace_142/test/CTE_REGTEST/Generic/6282891
Compile LauncherTest.java

Output:
=======
LauncherTest.java:16: invalid method declaration; return type required
    public t6282891()
           ^
LauncherTest.java:29: '(' expected
    public static void main throws Exception (String astring[])
                            ^
2 errors