public RenameMethodQuickAssistProcessor(int offset, int length, String className, String text, IProject project,
boolean missingEndQuote, IFile beanFile) {
super(offset, length, text, missingEndQuote);
this.proposal = new RenameMethodQuickfixProposal(offset, length, text, className, missingEndQuote, beanFile,
project);
}