<div>Hi.</div>
<div>I start use &quot;<font size="2">getAllMetaTags&quot; and &quot;<font size="2">getMetaTagsWithName</font>&quot; methods for fetch information about MetaTags from AS file and everytime have got exception:</font></div>

<div><font size="2"></font>&nbsp;</div>
<div><font size="2">java.lang.IllegalArgumentException: null not allowed<br>&nbsp;at uk.co.badgersinfoil.metaas.impl.ASTIterator.&lt;init&gt;(ASTIterator.java:22)<br>&nbsp;at uk.co.badgersinfoil.metaas.impl.TagUtils.iterTags(TagUtils.java
:70)<br>&nbsp;at uk.co.badgersinfoil.metaas.impl.TagUtils.getAllMetaTags(TagUtils.java:21)<br>&nbsp;at uk.co.badgersinfoil.metaas.impl.ASTASType.getAllMetaTags(ASTASType.java:124)<br>&nbsp;at cairngormflex.assistant.integrity.CheckIntegrityJob.run
(CheckIntegrityJob.java:63)<br>&nbsp;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)&nbsp;</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">I attached&nbsp;&quot;<strong>TestDelegate.as&#39; </strong>file which was investigated and generate exception.</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">In my code&nbsp;I did:</font></div>
<div><font size="2">
<p align="left"><font color="#6633ff">ASCompilationUnit unit = ...;</font></p>
<p align="left"><font color="#6633ff">ASType clazz = unit.getType();</font></p></font></div>
<div><font size="2">
<p><font color="#6633ff">List metaTags = clazz.getMetaTagsWithName(&quot;<font size="2">RemoteClass</font>&quot;);</font></p>
<p>or </p><font size="2">
<p><font color="#6633ff">List metaTags = clazz.getAllMetaTags();</font></p>
<p>and both generate this exception.</p>
<p><font face="Arial" color="#408080" size="2">Regards Sergey.</font></p></font></font></div>