Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Parser
-
Labels:None
-
Number of attachments :
Description
When using Content assist when defining the parameters of a method ("println(var.|)"), content assist only shows generic entries (see attached screenshot).
After typing the first character after the dot (i.e. println(var.b|), content assist usually works as expected.
The code of the example class is also attached. I'll be happy to provide more information if needed ![]()
Versions:
Greclipse: 2.1.3.xx-20110502-1000-e36
Eclipse: Helios Service Release 1 (20100917-0705)
You are seeing this problem because of the problems with the underlying antlr parser. When you have something like print(var.) the parser does not know how to handle this and it throws an exception. We tend to fix these problems as they come up and so we will add this one to the list.