}
}
private IDocument applyOverrideMethod(MockupOverrideMethodsRequestProcessor requestProcessor)
throws BadLocationException, MalformedTreeException, MisconfigurationException {
MethodEdit methodEdit = new MethodEdit(requestProcessor.getRefactoringRequests().get(0));
IDocument refactoringDoc = new Document(data.source);
methodEdit.getEdit().apply(refactoringDoc);
return refactoringDoc;
}