Skip to content

Commit 5af615a

Browse files
committed
PMD: Discontinue using Rule name
category/java/errorprone.xml/UselessOperationOnImmutable as it is scheduled for removal from PMD. PMD 8.0.0 will remove support for this Rule.
1 parent 3c08d5c commit 5af615a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/conf/pmd-ruleset.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ limitations under the License.
5757
<rule ref="category/java/errorprone.xml/UnconditionalIfStatement" />
5858
<rule ref="category/java/errorprone.xml/UnnecessaryConversionTemporary" />
5959
<rule ref="category/java/errorprone.xml/UnusedNullCheckInEquals" />
60-
<rule ref="category/java/errorprone.xml/UselessOperationOnImmutable" />
6160

6261
<rule ref="category/java/multithreading.xml/AvoidThreadGroup" />
6362
<rule ref="category/java/multithreading.xml/DontCallThreadRun" />

0 commit comments

Comments
 (0)