Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 565B07DDF for ; Sun, 24 Jul 2011 22:25:19 +0000 (UTC) Received: (qmail 40268 invoked by uid 500); 24 Jul 2011 22:25:18 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 40154 invoked by uid 500); 24 Jul 2011 22:25:18 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 40146 invoked by uid 99); 24 Jul 2011 22:25:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 22:25:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phil.steitz@gmail.com designates 209.85.210.41 as permitted sender) Received: from [209.85.210.41] (HELO mail-pz0-f41.google.com) (209.85.210.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 22:25:09 +0000 Received: by pzk4 with SMTP id 4so7308604pzk.0 for ; Sun, 24 Jul 2011 15:24:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=VuTf6zxyV6eRx4vknMZFo6RRtiLZwCgTShqYSAlvsnQ=; b=ZUvk9Ne9sXwmMA/8VmH3pqbrizcfLJsAXuV1OURHtPGgWuptpY7YbqjlOgd07CG7ZX a7GesE6kp1pEf0f1j6nTsQjWoB8DQK/N7mMBrR3B2pDRhO8IdDOZWIIhegecu/rC8R2m itXVgckqJfknO3QktMeCPZ7ePTqqHiV61HhKo= Received: by 10.142.7.3 with SMTP id 3mr2591163wfg.137.1311546287723; Sun, 24 Jul 2011 15:24:47 -0700 (PDT) Received: from a.local (71-223-74-208.phnx.qwest.net [71.223.74.208]) by mx.google.com with ESMTPS id a14sm506566wfg.19.2011.07.24.15.24.45 (version=SSLv3 cipher=OTHER); Sun, 24 Jul 2011 15:24:46 -0700 (PDT) Message-ID: <4E2C9BAB.6000508@gmail.com> Date: Sun, 24 Jul 2011 15:24:43 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [math] Inherits doc and @Override References: <1311315486.2827.2.camel@knuffelchen> <20110724221359.GI7045@dusk.harfang.homelinux.org> In-Reply-To: <20110724221359.GI7045@dusk.harfang.homelinux.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 7/24/11 3:13 PM, Gilles Sadowski wrote: > Hello. > >> I saw in the sources serveral /** {@inheritDoc} */ on methods with >> @Override annotation. Javadoc knows to inherit the javadoc of the >> overwritten methos, so there is no need for @inheritDoc. >> If all agree, one could drop this if the code is modified? > CheckStyle complains if there isn't a Javadoc block. Right, and including it creates a placeholder to expand on or modify the inherited javadoc. I think we should keep it. Phil > > > Regards, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org