Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
7.0.0.CR2
-
None
Description
The following example results in ArrayIndexOutOfBoundsException:
/** * @Indexed */
and this one works:
/** * @Indexed() */