if (enclosingSpeculationScopeCnt == 0)
trainingInstance.addFeature("status_rule_standAlone_present");
else trainingInstance.addFeature("status_rule_standAlone_unhandled_case");
break;
}
default: trainingInstance.addFeature("status_rule_standAlone_unhandled_case");
}
}
// logger.info(String.format("TI on line %s with value %s%n => %s%n has %s neg and %s spec enclosing scopes%n", trainingInstance.getLineNumber(), trainingInstance.toStringWithExpectedValue(), assertForTI.toString(), enclosingNegationScopeCnt, enclosingSpeculationScopeCnt); //For testing