rspec/rules/S1181/comments-and-links.adoc

16 lines
539 B
Plaintext
Raw Normal View History

=== Related: RSPEC-1675
=== Related: RSPEC-5754
=== Relates: RSPEC-1938
=== On 2013-08-07T09:10:45Z Freddy Mallet Wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARJAVA-270
=== On 2013-08-08T00:04:08Z Ann Campbell Wrote:
This rule tells people to catch Exception. Are we eliminating (from the core set) the rule that says not to catch the root Exception class, but to catch its children instead?
=== On 2015-02-11T12:35:00Z Sébastien Gioria Wrote:
This rule related to CERT ERR07-J and could be OWASP Top10 A6 related