Skip to content

Commit 61efdd8

Browse files
committed
Comment for #153.
1 parent f1317ca commit 61efdd8

File tree

1 file changed

+1
-1
lines changed
  • edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ private static boolean matches(TypeReference methodDeclaringType, MethodReferenc
391391
MethodInvocation invocation) {
392392
if (getBinaryName(methodDeclaringType)
393393
.equals(invocation.getExpression().resolveTypeBinding().getBinaryName())) {
394-
// FIXME: This matching needs much work.
394+
// FIXME: This matching needs much work #153.
395395
if (method.getName().toString().equals(invocation.resolveMethodBinding().getName())) {
396396
return true;
397397
}

0 commit comments

Comments
 (0)