mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
a bit more diagnostics for invalid included xml (EA-36262)
This commit is contained in:
@@ -584,6 +584,7 @@ public abstract class DomInvocationHandler<T extends AbstractDomChildDescription
|
||||
final XmlAttribute attribute = tag.getAttribute(description.getXmlName().getLocalName(), ns.equals(tag.getNamespace())? null:ns);
|
||||
|
||||
if (attribute != null) {
|
||||
LOG.assertTrue(attribute.isValid());
|
||||
return myManager.getSemService().getSemElement(DomManagerImpl.DOM_ATTRIBUTE_HANDLER_KEY, attribute);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user