Update rulesets

* add comment for removed rules in the releases rulesets
* remove rules completely in normal rulesets
  (instead of commenting)
This commit is contained in:
Andreas Dangel
2020-02-18 18:54:47 +01:00
parent fcd446fcfd
commit b06772b953
8 changed files with 7 additions and 9 deletions

View File

@@ -54,7 +54,6 @@ are suggested.
<rule ref="category/java/multithreading.xml/AvoidSynchronizedAtMethodLevel" deprecated="true" />
<rule ref="category/java/multithreading.xml/NonThreadSafeSingleton" deprecated="true" />
<!-- <rule ref="category/java/multithreading.xml/UnsynchronizedStaticDateFormatter" deprecated="true" />-->
<rule ref="category/java/multithreading.xml/UseNotifyAllInsteadOfNotify" deprecated="true" />
<rule ref="category/java/bestpractices.xml/AbstractClassWithoutAbstractMethod" deprecated="true" />