public void finished() {}
private TaskUpToDateState getStates() {
if (states == null) {
// Calculate initial state - note this is potentially expensive
states = new TaskUpToDateState(task, history, outputFilesSnapshotter, inputFilesSnapshotter);
}
return states;
}