Closed JonahSussman closed 2 months ago
This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members.
Is there an existing issue for this?
Konveyor version
N/A
Priority
Undefined (Default)
Current Behavior
There appears to be no combination of rules to match
System.out.println
, aside from:I have tried setting
pattern
to each one of these, with and without the additionallocation: METHOD_CALL
but they give no matches:Expected Behavior
Any one of these more specific combinations should match the call of
System.out.println
.How Reproducible
Always (Default)
Steps To Reproduce
On Fedora 40 with maven installed:
mvn archetype:generate -DgroupId=io.konveyor -DartifactId=helloworld -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
./kantra analyze --input helloworld --output analysis --rules blog-post-rules --skip-static-report --overwrite --enable-default-rulesets=false
blog-post-rules.zip
Environment
Anything else?
N/A