Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
Compiling the code
public int runIntDiv() { return 1 / 0; }
produces an ArithmeticException at compile time.
Your fix will go into the next version of JANINO.