We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154c6c7 commit 088bcf3Copy full SHA for 088bcf3
.config/pmd/java/ruleset.xml
@@ -153,6 +153,8 @@
153
<rule ref="category/java/errorprone.xml/MisplacedNullCheck"/>
154
<rule ref="category/java/errorprone.xml/MoreThanOneLogger"/>
155
<rule ref="category/java/errorprone.xml/NonStaticInitializer"/>
156
+ <rule ref="category/java/errorprone.xml/ReplaceJavaUtilCalendar"/>
157
+ <rule ref="category/java/errorprone.xml/ReplaceJavaUtilDate"/>
158
<rule ref="category/java/errorprone.xml/ReturnFromFinallyBlock"/>
159
<rule ref="category/java/errorprone.xml/SingletonClassReturningNewInstance"/>
160
<rule ref="category/java/errorprone.xml/UnconditionalIfStatement"/>
0 commit comments