Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6.0.Release
-
Component/s: DSL Support
-
Labels:None
-
Number of attachments :
Description
Originally posted as https://issuetracker.springsource.com/browse/STS-2317.
This DSLD snippet delegates all methods defined in List to whatever the current type is:
delegatesTo List
However, if the current scope is static (ie- a class object), then the inferencing and content assist still assumes the delegation occurs, even though it shouldn't.
Fix is now committed.