<div dir="ltr">It&#39;s possible that this is a bug. We may not store wildcard import statements. Jesse?</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 7:38 AM, Gilles Bardouillet <span dir="ltr">&lt;<a href="mailto:gilles.bardouillet@atos.net" target="_blank">gilles.bardouillet@atos.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi, <br>
    <br>
    I&#39;m creating some XML rules for a Websphere migration to JBoss, and
    i want to find all ibm imports in source code.<br>
    <br>
    I added the following rule but it doesnt match imports with star at
    the end like : <br>
    <b>import com.ibm.icu.util.*;</b><br>
    <br>
            &lt;rule id=&quot;ImportIBM&quot;&gt;<br>
                &lt;when&gt;<br>
                    &lt;javaclass references=&quot;com.ibm.{*}&quot;&gt;<br>
                        &lt;location&gt;IMPORT&lt;/location&gt;<br>
                    &lt;/javaclass&gt;<br>
                &lt;/when&gt;<br>
                &lt;perform&gt;<br>
                    &lt;iteration&gt;<br>
                        &lt;hint message=&quot;Migrate to Non IBM classes&quot;
    /&gt;<br>
                    &lt;/iteration&gt;<br>
                &lt;/perform&gt;<br>
            &lt;/rule&gt;<br>
    <br>
    Do you have any tip or is it a bug ?<br>
    Regards,<br>
    Gilles.
  </div>

<br>_______________________________________________<br>
Windup-users mailing list<br>
<a href="mailto:Windup-users@lists.jboss.org">Windup-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/windup-users" target="_blank">https://lists.jboss.org/mailman/listinfo/windup-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>&quot;Simpler is better.&quot;</div>
</div>