throw new DocumentException("Sax error while parsing " + base, e);
}
throw new DocumentException("Sax error ", e);
} finally {
Util.closeSilently(reader);
profiler.end(handler.getClass());
}
timeFinishedLoading = System.currentTimeMillis();
bugsPopulated();
// Presumably, project is now up-to-date
project.setModified(false);