};
}
};
// Run analysis
Crystal crystal = AbstractCrystalPlugin.getCrystalInstance();
if(testIndex >= 0)
log.info("[" + testIndex + "] " + AnnotatedTest.this.icu.getElementName());
try {
crystal.runAnalyses(run_command, null);
}
catch(Throwable t) {
// log exception, since Eclipse's JUnit GUI doesn't tell us the file where it happened
log.log(Level.SEVERE,
"Exception in [" + testIndex + "] " + AnnotatedTest.this.icu.getElementName(),