Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Somewhat related to GRECLIPSE-1460, a poincut like this:
enclosingCall(name('foo') & hasArgument(types : type())
Should match on the inferred type of the argument, but it is not. It only matches on static types. This will require a change inside of VariableScope so that we keep track of method call argument types along with the method call itself.