Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: pmd-6.55.0 rule adjustments (#22)
* CloneNotSupportedException removed without replacement (see https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java_errorprone.html#clonethrowsclonenotsupportedexception) * InvalidSlf4jMessageFormat renamed to InvalidLogMessageFormat (see https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java_errorprone.html#invalidslf4jmessageformat) * BooleanInstantiation, ByteInstantiation, IntegerInstantiation, LongInstantiation, and ShortInstantiation replaced by PrimitiveWrapperInstantiation (see, for instance, https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java_performance.html#booleaninstantiation)
- Loading branch information