more diagnostics for JavaChainLookupElement insertion assertion (EA-50180)

This commit is contained in:
peter
2013-10-04 18:17:13 +02:00
parent 1ed5700f07
commit 818c2d0164
@@ -119,6 +119,8 @@ public class JavaChainLookupElement extends LookupElementDecorator<LookupElement
LOG.error(LogMessageEx.createEvent("Unexpected character",
"atTail=" + atTail + "\n" +
"offset=" + context.getTailOffset() + "\n" +
"item=" + this + "\n" +
"item.class=" + this.getClass() + "\n" +
DebugUtil.currentStackTrace(),
AttachmentFactory.createAttachment(context.getDocument())));