-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
7
-
generic
-
generic
4917091 fixes the javac checks for arrays with too many dimensions, but these checks happen in Gen, which is generally to late to be of use to IDEs, which use analyze() (parse/enter/attr/flow) to get the red squiggly lines. Even those these limitations on the number of dimensions come from JVMS, it would be better to check for these limitations sooner rather than later.
- relates to
-
JDK-4917091 javac rejects array over 128 in length
-
- Closed
-