Skip to content

Commit

Permalink
Comment for #153.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 5, 2018
1 parent f1317ca commit 61efdd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ private static boolean matches(TypeReference methodDeclaringType, MethodReferenc
MethodInvocation invocation) {
if (getBinaryName(methodDeclaringType)
.equals(invocation.getExpression().resolveTypeBinding().getBinaryName())) {
// FIXME: This matching needs much work.
// FIXME: This matching needs much work #153.
if (method.getName().toString().equals(invocation.resolveMethodBinding().getName())) {
return true;
}
Expand Down

0 comments on commit 61efdd8

Please sign in to comment.