rspec/rules/S1610/java/comments-and-links.adoc

13 lines
643 B
Plaintext
Raw Normal View History

=== On 2014-02-25T23:45:34Z Freddy Mallet Wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARJAVA-463
=== On 2015-10-23T13:32:58Z Michael Gumowski Wrote:
Activated by default in java plugin 3.7, as the check will now only perform the analysis if java8 is detected for the sources.
=== On 2015-12-14T11:53:41Z Florian Schneider Wrote:
Should this rule be modified to accept abstract classes with package private visibility that only contain methods with package private visibility?
Refactoring the abstract class as required by the rule to an interface would make the method public API, which might be undesired in some cases.