[Windup-users] How to find import * ?

Lincoln Baxter, III lincolnbaxter at gmail.com
Mon Jun 1 10:41:48 EDT 2015


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 at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/windup-users
>
>


-- 
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/windup-users/attachments/20150601/ecb45a5b/attachment.html 


More information about the Windup-users mailing list