// a selector with a positive priority
if (! foundNegative) foundNegative = mds.getPriority() < 0;
if (foundNegative && mds.getPriority() >= 0) break;
// Proceeed normally
IMethodSelector md = mds.getMethodSelector();
result = md.includeMethod(context, tm, isTestMethod);
if (context.isStopped()) {
return result;
}
// This selector returned false, move on to the next