<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, <br>
    <br>
    I'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="ImportIBM"&gt;<br>
                &lt;when&gt;<br>
                    &lt;javaclass references="com.ibm.{*}"&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="Migrate to Non IBM classes"
    /&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.
  </body>
</html>