Name: swC45995 Date: 01/28/97
Compilation of the source file:
public class test
{
public static void main(String argv[])
{
int [] a = {1, 2, 3};
a = a % 3;
}
}
results in the compiler crash instead of producing proper error message
(an array can not be an operand of the remainder operator).
======================================================================
- duplicates
-
JDK-4026967 error in source crashes compiler with java.lang.StringIndexOutOfBoundsException
- Closed