mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
a bit more diagnostics for getText inconsistencies (EA-49937)
This commit is contained in:
@@ -322,6 +322,7 @@ public class CompositeElement extends TreeElement {
|
||||
private String diagnoseTextInconsistency(String text, int startStamp) {
|
||||
@NonNls String msg = "";
|
||||
msg += ";\n changed=" + (startStamp != myModificationsCount);
|
||||
msg += ";\n nonPhysicalOrInjected=" + isNonPhysicalOrInjected();
|
||||
msg += ";\n buffer=" + text;
|
||||
try {
|
||||
msg += ";\n this=" + this;
|
||||
|
||||
Reference in New Issue
Block a user