{
long[] keys = methodInfos.keys();
for(int i =0; i < keys.length; i++)
{
Method method = (Method) advisedMethods.get(keys[i]);
PointcutMethodMatch match = binding.getPointcut().matchesExecution(this, method);
if (match != null && match.isMatch())
{
if (AspectManager.verbose)
{
logger.debug("removing matched binding: "+method.toString());
}