Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: X10 2.2.2
-
Component/s: Managed X10: Compiler Codegen
-
Labels:None
-
Number of attachments :
Issue Links
- depends upon
-
XTENLANG-2870
java-interop: reachability test for catch statement does not understand java checked exceptions
-
-
XTENLANG-2686
Stop converting unknown Java exception to x10
-
-
XTENLANG-2869
java-interop: reachability analysis is broken with Java exception
-
- is depended upon by
-
XTENLANG-2118
Java interoperability
-
In r23358, stopped converting j.l.
{Throwable,Exception,RuntimeException,Error} to x.l.{Throwable,Exception,RuntimeException,Error}.
They no longer have x10 type name but they should be able to catch with Java type name.