Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: X10 2.2.1
-
Fix Version/s: X10 2.2.3
-
Labels:None
-
Number of attachments :
Description
Type system should support throwability checking of Java exception. Currently it's not checked and thus post-compilation error occurs. At this moment, I set the priority to Critical since correct code compiles correctly, and let application programmers raise it to Blocker if needed.
Issue Links
- is depended upon by
-
XTENLANG-2118
Java interoperability
-
- is related to
-
XTENLANG-2870
java-interop: reachability test for catch statement does not understand java checked exceptions
-
Should be easy to fix once I've committed (a variant of) the patch from
XTENLANG-2870.