Reenable FinalizeOnlyCallsSuperFinalize

This commit is contained in:
Juan Martín Sotuyo Dodero committed 2021-07-06 02:50:49 -03:00
1 parent d539f472c8
commit 3b1b8a203d
1 file changed
+1 -1
+1 -1
View File
@@ -226,7 +226,7 @@
<rule ref="category/java/errorprone.xml/EmptyWhileStmt"/>
<rule ref="category/java/errorprone.xml/EqualsNull"/>
<!-- <rule ref="category/java/errorprone.xml/FinalizeDoesNotCallSuperFinalize"/> -->
<!-- <rule ref="category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize"/> -->
<rule ref="category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize"/>
<rule ref="category/java/errorprone.xml/FinalizeOverloaded"/>
<rule ref="category/java/errorprone.xml/FinalizeShouldBeProtected"/>
<!-- <rule ref="category/java/errorprone.xml/IdempotentOperations"/> -->