William Caine
William Caine
The motivation for this is I would like to generate the xml format that I could then use another github action to upload as part of the run check. Or...
**Affects PMD Version:** 7.3.0 **Rule:** [UnusedPrivateMethod](https://docs.pmd-code.org/latest/pmd_rules_java_bestpractices.html#unusedprivatemethod) **Description:** private method referenced by method reference operators not getting detected as used this::mymethod **Code Sample demonstrating the issue:** ```java package com.mytest; import jakarta.validation.ConstraintViolation;...
RemoveRedundantDependencyVersions It does not appear to support identifying when a property is declared to drive the dependency version. I dont know if this is a specific spring boot thing or...