// process unresolved method calls
if ((projectParser.getModel() != null) && (status.getSeverity() == IStatus.OK)) {
UnresolvedInvocationHandler unresolvedInvocationHandler =
new UnresolvedInvocationHandler(projectParser.getModel(), projectParser
.getUnresolvedCalls());
status = unresolvedInvocationHandler.process(progress.newChild(20));
if (status.getSeverity() == IStatus.OK) {
status = unresolvedInvocationHandler.addInvocations(progress.newChild(10));
}
if (status.getSeverity() == IStatus.OK) {
FamixImporterPlugin.getDefault().setUnresolvedInvocationHandler(