java-removals-00150 rule not working #172
Labels
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
I executed analysis on the sample application using the class-loader using target: openjdk21: https://github.com/agoncal/agoncal-application-petstore-ee7/blob/7eeb9dd3f2ded2e7b1423b26f65f5cecdbaa4507/src/main/java/org/agoncal/application/petstore/view/AbstractBean.java#L36. which did not find and create an incident for this rule.
The rule indicates "unmatched" in the output.xml.
It functions correctly when the import to java.lang is explicitly added.
The rule is detailed here:
rulesets/default/generated/openjdk11/191-java-removals.windup.yaml
Line 375 in 5136b0b
The text was updated successfully, but these errors were encountered: