Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.1.Release
-
Fix Version/s: 2.7.0.Release
-
Component/s: Content Assist, Editor, Inferencing Engine
-
Labels:None
-
Number of attachments :
Description
Some other Closure properties are demonstrated below:
def f = { int x ->
println thisObject;
println resolveStrategy;
println directive;
println parameterTypes;
println maximumNumberOfParameters
}
These should be recoginized in the editor and be available as content assist proposals.
Fixed. Now, the instance properties (and respective getters) are available through content assist and inferencing.
I didn't add the static properties since I didn't want to bloat the inferencer with things that are rarely used (more precisely...I didn't want to bloat it any more than it already is).