From 6f5af6e5855a1eae51932cbb9b3417a3c3280c29 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 24 Oct 2024 11:22:47 +0200 Subject: [PATCH] [java] TooFewBranchesForSwitch: use new PatternLabel attribute --- pmd-java/src/main/resources/category/java/performance.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pmd-java/src/main/resources/category/java/performance.xml b/pmd-java/src/main/resources/category/java/performance.xml index 2a6d218354..a8e4c37142 100644 --- a/pmd-java/src/main/resources/category/java/performance.xml +++ b/pmd-java/src/main/resources/category/java/performance.xml @@ -628,9 +628,10 @@ Note: This rule was named TooFewBranchesForASwitchStatement before PMD 7.7.0.