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
0

Yann Cebron. Yes, I'm using DOM API to validate DOM. Do you know the meaning of these errors? Thank you.

0

Might be a problem with your DOM model structure, specifically some attribute. The message is coming from com.intellij.util.xml.impl.DomInvocationHandler#getAttributeChild

1

请先登录再写评论。