-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.2_10
-
generic
-
generic
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
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
- duplicates
-
JDK-6307034 Auto regression test case 6282891 was failing with 142_10-b01(Compilation failed)
- Resolved