catch (BadLocationException e) {
messageEmpty.setLineNo(-1);
}
if (reporter instanceof IncrementalReporter) {
BeanQuickAssistProcessor processor = quickfixFactory.create(offset, length, text, missingEndQuote,
beanNode, this, problemId, problemAttributes);
if (processor != null) {
messageEmpty.setAttribute(IQuickAssistProcessor.class.getName(), processor);