mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
EA-57291 (severity reduced as the real reason is logged earlier)
This commit is contained in:
@@ -228,7 +228,7 @@ public abstract class ClsElementImpl extends PsiElementBase implements PsiCompil
|
||||
|
||||
StringBuilder buffer = new StringBuilder();
|
||||
appendMirrorText(0, buffer);
|
||||
LOG.error("Mirror wasn't set for " + this + " in " + getContainingFile() + ", expected text '" + buffer + "'");
|
||||
LOG.warn("Mirror wasn't set for " + this + " in " + getContainingFile() + ", expected text '" + buffer + "'");
|
||||
return buffer.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user