}
}
private static IResultsConsumer[] getConsumersUnsafe(IResultsConsumer... additional) throws IOException {
List<IResultsConsumer> consumers = new ArrayList<IResultsConsumer>();
consumers.add(new XMLConsumer(new File("jub." + Math.abs(System.nanoTime()) + ".xml")));
consumers.add(new WriterConsumer()); // defaults to System.out
if (null != System.getenv(ENV_EFFORT_GENERATE)) {
String file = getEffortFilePath();
Writer writer = new FileWriter(file, true);