AnalysisException exception = new AnalysisException(
"Entry has VALID state for RESOLVED_UNIT but null value for " + unitSource.getFullName()
+ " in " + librarySource.getFullName());
AnalysisEngine.getInstance().getLogger().logInformation(exception.getMessage(), exception);
DartEntryImpl dartCopy = unitEntry.getWritableCopy();
dartCopy.recordResolutionError(exception);
cache.put(unitSource, dartCopy);
return new TaskData(null, false);
}
LibraryElement libraryElement = libraryEntry.getValue(DartEntry.ELEMENT);
DartEntryImpl dartCopy = unitEntry.getWritableCopy();