Updated documentation for ReturnCount check (bug 904443)

This commit is contained in:
Oleg Sukhodolsky 2004-02-26 04:04:16 +00:00
parent 5fb27c0fe2
commit 6e39e207cb
2 changed files with 4 additions and 0 deletions

View File

@ -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">

View File

@ -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">