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
The JDefinedClass.getMethod() method works by searching a method with matching name and parameter types. As JDirectClass does not implement the equals method, if getMethod() is provided with a JDirectClass freshly obtained from JCodeModel.ref(), it will not return the required method.
The text was updated successfully, but these errors were encountered:
fbaro
pushed a commit
to fbaro/jcodemodel
that referenced
this issue
Dec 13, 2017
The
JDefinedClass.getMethod()
method works by searching a method with matching name and parameter types. AsJDirectClass
does not implement theequals
method, ifgetMethod()
is provided with aJDirectClass
freshly obtained fromJCodeModel.ref()
, it will not return the required method.The text was updated successfully, but these errors were encountered: