}
}
HtmlEntryImpl htmlCopy = ((HtmlEntry) sourceEntry).getWritableCopy();
if (thrownException == null) {
LineInfo lineInfo = task.getLineInfo();
HtmlUnit unit = task.getHtmlUnit();
htmlCopy.setValue(SourceEntry.LINE_INFO, lineInfo);
htmlCopy.setValue(HtmlEntry.PARSED_UNIT, unit);
htmlCopy.setValue(HtmlEntry.PARSE_ERRORS, task.getErrors());
htmlCopy.setValue(HtmlEntry.REFERENCED_LIBRARIES, task.getReferencedLibraries());
cache.storedAst(source);