From 6e39e207cbcbf5fa1ef09232dccaec60f9ceae08 Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Thu, 26 Feb 2004 04:04:16 +0000 Subject: [PATCH] Updated documentation for ReturnCount check (bug 904443) --- docs/config_coding.html | 1 + docs/releasenotes.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/config_coding.html b/docs/config_coding.html index df09331f9..b0fdac585 100644 --- a/docs/config_coding.html +++ b/docs/config_coding.html @@ -1199,6 +1199,7 @@ return !valid();

ReturnCount

Description

Restrict the number of return statements. Default = 2. + Ignores equals methods.

diff --git a/docs/releasenotes.html b/docs/releasenotes.html index ad5ca14df..df4f150ca 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -174,6 +174,9 @@

  • Fixed JavadocStyleCheck to handle inline javadoc tags correctly (bug 897749)
  • +
  • Updated documentation for ReturnCount check to + reflect that it doesn't check equals() method (bug 904443)
  • +