Community
Participate
Working Groups
Given this callin binding void checkAgainstInheritedMethods(MethodNode currentMethod, MethodNode[] methods /* remaining args are ignored*/) <- after void checkAgainstInheritedMethods(MethodBinding currentMethod, MethodBinding[] methods, int length, MethodBinding[] allInheritedMethods); invoking the quick assist "Remove signatures..." creates bogus output: checkAgainstInheritedMethods/* remaining args are ignored */) <- after checkAgainstInheritedMethods; Someone forgot to remove the closing ')' :)
AstRewriteAnalyzer needs to properly scan over comments and trailing ')' instead of just adding offset 1 after the last parameter. Resolved for 2.1 M6 via commit 72d84d535b4ae88b8ed728eea05fd9c732187e01
Verified using build 2.2.0.201209221349