mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more diagnostics for JavaChainLookupElement insertion assertion (EA-50180)
This commit is contained in:
@@ -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())));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user