mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
fix DomBasicsTest
This commit is contained in:
@@ -207,7 +207,7 @@ public abstract class DomInvocationHandler<T extends AbstractDomChildDescription
|
||||
@Override
|
||||
public <T extends DomElement> T createStableCopy() {
|
||||
XmlTag tag = getXmlTag();
|
||||
if (tag != null) {
|
||||
if (tag != null && tag.isPhysical()) {
|
||||
DomInvocationHandler existing = myManager.getDomHandler(tag);
|
||||
if (!equals(existing)) {
|
||||
throw new IllegalStateException(this + " != " + existing);
|
||||
|
||||
Reference in New Issue
Block a user