<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>
<rule id="ImportIBM"><br>
<when><br>
<javaclass references="com.ibm.{*}"><br>
<location>IMPORT</location><br>
</javaclass><br>
</when><br>
<perform><br>
<iteration><br>
<hint message="Migrate to Non IBM classes"
/><br>
</iteration><br>
</perform><br>
</rule><br>
<br>
Do you have any tip or is it a bug ?<br>
Regards,<br>
Gilles.
</body>
</html>