Updated documentation for ReturnCount check (bug 904443)
This commit is contained in:
parent
5fb27c0fe2
commit
6e39e207cb
|
|
@ -1199,6 +1199,7 @@ return !valid();
|
|||
<!-- --> <a name="ReturnCount"></a> <h2>ReturnCount</h2> <h4>Description</h4>
|
||||
<p class="body">
|
||||
Restrict the number of return statements. Default = 2.
|
||||
Ignores equals methods.
|
||||
</p>
|
||||
|
||||
<p class="body">
|
||||
|
|
|
|||
|
|
@ -174,6 +174,9 @@
|
|||
<li class="body">Fixed JavadocStyleCheck to handle inline
|
||||
javadoc tags correctly (bug 897749)</li>
|
||||
|
||||
<li class="body">Updated documentation for ReturnCount check to
|
||||
reflect that it doesn't check equals() method (bug 904443)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="body">
|
||||
|
|
|
|||
Loading…
Reference in New Issue