8586878889909192
msg = new Message(MetaModelPluginImpl.GENERAL_PROBLEM, errorName, text); } MetaModelPluginImpl.log.info(msg.toDisplayString()); messages.add(msg); } throw new ProcessingException(messages); } }
201202203204205206207208209210211
error.column + 1, sb); log.info(msg.toDisplayString()); messages.add(msg); } throw new ProcessingException(pkgElt, annotationMirror, messages); } } } } }