You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In no classpath mode, the first else if branch fails if expectedType is not in classpath and the second else if branch fails if ctParameterType is not in classpath.
So far as I can tell, the first else if branch should use getQualifiedName():
isSameParameter
contains the following lines:In no classpath mode, the first else if branch fails if
expectedType
is not in classpath and the second else if branch fails ifctParameterType
is not in classpath.So far as I can tell, the first else if branch should use
getQualifiedName()
:and the second branch should check if
declaration
is null:What do you think?
The text was updated successfully, but these errors were encountered: