konveyor / rulesets

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

[Quarkus] javaee-pom-to-quarkus-00000 refers to a variable that is not defined #92

Open mansam opened 1 month ago

mansam commented 1 month ago

The notJar variable appears to not be defined anywhere, so the incident message contains a blank where the variable should be interpolated.

  message: The project artifact's current extension (i.e. `<packaging>` tag value)
    is `{{notJar}}` but the expected value should be `jar`

image

shawn-hurley commented 1 month ago

This appears to be because the rule is not setting the variable, this will make it so that it never interpolates that value in the message