It's possible that this is a bug. We may not store wildcard import statements. Jesse?

On Mon, Jun 1, 2015 at 7:38 AM, Gilles Bardouillet <gilles.bardouillet@atos.net> wrote:
Hi,

I'm creating some XML rules for a Websphere migration to JBoss, and i want to find all ibm imports in source code.

I added the following rule but it doesnt match imports with star at the end like :
import com.ibm.icu.util.*;

        <rule id="ImportIBM">
            <when>
                <javaclass references="com.ibm.{*}">
                    <location>IMPORT</location>
                </javaclass>
            </when>
            <perform>
                <iteration>
                    <hint message="Migrate to Non IBM classes" />
                </iteration>
            </perform>
        </rule>

Do you have any tip or is it a bug ?
Regards,
Gilles.

_______________________________________________
Windup-users mailing list
Windup-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/windup-users




--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."