We now attempt to look up a target class method based on exact name and parameter types before falling back on the more expensive type matches. This also eliminates the possibility of invalid method matches as described in the ticket. Related ticket: DATACMNS-943. Original Pull Request: #194