Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.1.Release
-
Component/s: Content Assist, Inferencing Engine
-
Labels:None
-
Number of attachments :
Description
ResourceGroovyMethods is a new default category class introduced in Groovy 2.0. This should be added to our list of default categories used for inferencing.
Without this, here is what the following code looks like in the debugger:
File f = new File("fred")
String s = f.
getText()f.
eachLine{}s.
eachLine{}Also going to Windows>Preferences>Java>Editor>Syntax Coloring
and unchecking Java>Deprecated members strikethrough
does not stop the strikethrough.
Perhaps this is another issue.