rspec/rules/S1174/java/comments-and-links.adoc
2021-06-02 20:44:38 +02:00

15 lines
537 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=== On 2013-08-01T13:05:52Z Freddy Mallet Wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARJAVA-263
=== On 2020-06-18T11:29:17.437Z Quentin Jaquier Wrote:
This rule overlap with:
* Do not override Object.finalize(). RSPEC-1113
* Do not override deprecated method [...] (since java 9). RSPEC-1874
 
We believe this rule is not interesting anymore for users on java >= 9. It can still be useful for users using Java < 9, so we decided to keep it for now, but you should expect it to be deprecated in the mid-term.