From 10220fb9a7972e679aaa7ac45df605f3637af682 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 24 May 2020 18:14:23 +0200 Subject: [PATCH] [doc] Update deprecated rules --- docs/pages/next_major_development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/next_major_development.md b/docs/pages/next_major_development.md index 97b9d6db69..6c004a5529 100644 --- a/docs/pages/next_major_development.md +++ b/docs/pages/next_major_development.md @@ -874,6 +874,10 @@ large projects, with many duplications, it was causing `OutOfMemoryError`s (see will be removed with PMD 7.0.0. The rule is replaced by the more general {% rule "java/multithreading/UnsynchronizedStaticFormatter" %}. +* The two Java rules {% rule "java/bestpractices/PositionLiteralsFirstInComparisons" %} + and {% rule "java/bestpractices/PositionLiteralsFirstInCaseInsensitiveComparisons" %} (ruleset `java-bestpractices`) + have been deprecated in favor of the new rule {% rule java/bestpractices/LiteralsFirstInComparisons" %}. +