Reenable FinalizeOnlyCallsSuperFinalize
This commit is contained in:
1 parent
d539f472c8
commit
3b1b8a203d
1 file changed
+1
-1
@@ -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"/> -->
|
||||
|
||||
Reference in new issue
Block a user