-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b135
-
Verified
There are several cases where completion analysis gives the wrong result.
Primitive type literals were not allowed to start an expression, even though they can in, for example: void.class
Because of a work-around for "import foo.*", the expression "3 *" was not marked as imcomplete even though "3 +" was.
Clean-up and make more flexible the creation of Parser instances.
Fix the two sub-tasks.
Primitive type literals were not allowed to start an expression, even though they can in, for example: void.class
Because of a work-around for "import foo.*", the expression "3 *" was not marked as imcomplete even though "3 +" was.
Clean-up and make more flexible the creation of Parser instances.
Fix the two sub-tasks.