konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 17 forks source link

Translate again/fix Windup rules with annotations #96

Open jmle opened 1 month ago

jmle commented 1 month ago

As per the latest improvements in the analyzer, now it is possible to translate these sort of Windup rules:

                <javaclass references="org.apache.camel.{class}" >
                    <location>ANNOTATION</location>
                    <annotation-literal name="uri" pattern="{*}"/>
                </javaclass>

We need to find these rules and translate them properly.

Also related to https://github.com/konveyor/windup-shim/issues/129