Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.1.Release
-
Fix Version/s: 2.7.0.Release
-
Component/s: DSL Support
-
Labels:None
-
Environment:Ubuntu Linux x64
-
Number of attachments :
Description
if I use delegatesTo type: MyCategory, asCategory: true and I have following method
static ReturnType getSomething(EnhancedType type){...}
and have a code meeting all conditions
ReturnType rt = ... // this is recognized well rt.getSomething() // this is not recognized and is shown underlined rt.something
the point is that when getter method is added to the type, the property should be added as well
I have a fix locally. Needs a few tests before committing. This works for non-category style delegatesTo, but I never included the implementation for category style.