<div>Hi.</div>
<div>I start use "<font size="2">getAllMetaTags" and "<font size="2">getMetaTagsWithName</font>" methods for fetch information about MetaTags from AS file and everytime have got exception:</font></div>
<div><font size="2"></font> </div>
<div><font size="2">java.lang.IllegalArgumentException: null not allowed<br> at uk.co.badgersinfoil.metaas.impl.ASTIterator.<init>(ASTIterator.java:22)<br> at uk.co.badgersinfoil.metaas.impl.TagUtils.iterTags(TagUtils.java
:70)<br> at uk.co.badgersinfoil.metaas.impl.TagUtils.getAllMetaTags(TagUtils.java:21)<br> at uk.co.badgersinfoil.metaas.impl.ASTASType.getAllMetaTags(ASTASType.java:124)<br> at cairngormflex.assistant.integrity.CheckIntegrityJob.run
(CheckIntegrityJob.java:63)<br> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) </font></div>
<div><font size="2"></font> </div>
<div><font size="2">I attached "<strong>TestDelegate.as' </strong>file which was investigated and generate exception.</font></div>
<div><font size="2"></font> </div>
<div><font size="2">In my code 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("<font size="2">RemoteClass</font>");</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>