mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more logging (IDEA-CR-22796)
This commit is contained in:
@@ -108,7 +108,9 @@ public class MasqueradingPsiBuilderAdapter extends PsiBuilderAdapter {
|
||||
|
||||
if (delegate.getCurrentOffset() > myShrunkSequence.get(myLexPosition).realStart) {
|
||||
LOG.error("delegate is ahead of my builder!",
|
||||
new Attachment("offset = " + delegate.getCurrentOffset(), getOriginalText().toString()));
|
||||
new Attachment("offset = " + delegate.getCurrentOffset(), getOriginalText().toString()),
|
||||
new Attachment("myShrunkSequence", myShrunkSequence.toString())
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user