Errors about PassExecutorService when run plugin
已回答
Hi all,
I'm developing a plugin for xml. When I run my plugin, it will produce errors as follows. Anyone knows what it means? Thanks.
ERROR - aemon.impl.PassExecutorService - Expected indexed DOM, but got null; ns=; description=Attribute:null : android:key; attribute=android:key; XML consistent=true; DOM consistent =true; re-creation=null
[ERROR] [system.err] java.lang.AssertionError: Expected indexed DOM, but got null; ns=; description=Attribute:null : android:key; attribute=android:key; XML consistent=true; DOM consistent =true; re-creation=null
请先登录再写评论。
Are you using DOM API? https://plugins.jetbrains.com/docs/intellij/xml-dom-api.html Please share sources.
Yann Cebron. Yes, I'm using DOM API to validate DOM. Do you know the meaning of these errors? Thank you.
Might be a problem with your DOM model structure, specifically some attribute. The message is coming from com.intellij.util.xml.impl.DomInvocationHandler#getAttributeChild