a bit more diagnostics for getText inconsistencies (EA-49937)

This commit is contained in:
peter
2013-10-04 18:17:11 +02:00
parent 24bb2905e3
commit a53e0ea2ea
@@ -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;