Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 58572 invoked from network); 15 Nov 2010 03:55:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Nov 2010 03:55:52 -0000 Received: (qmail 18720 invoked by uid 500); 15 Nov 2010 03:56:23 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 18514 invoked by uid 500); 15 Nov 2010 03:56:23 -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 18506 invoked by uid 99); 15 Nov 2010 03:56:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 03:56:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.216.195 as permitted sender) Received: from [209.85.216.195] (HELO mail-qy0-f195.google.com) (209.85.216.195) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 03:56:16 +0000 Received: by qyk36 with SMTP id 36so839741qyk.6 for ; Sun, 14 Nov 2010 19:55:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=KTGHEB4cdVsKm1ygWVxskWhKato2Da0ArFM6Q8N1bQE=; b=hwCZszOsBLJ+0FKmJ4zl+7RISklEMsDh4LjZjGqrqJZTjq1ct/o3ae4d9ghltfhXbk m/qH+bbsbeq0U0pS/wKc722Zm7cJUEdm6qLelBio2AqhLmBcBUGxPn2QP/NVnab4LqIT /6npmW0p7K30Dp3LqImWlCDNhEhVDpDwBEs3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZJcWhebWA9Z5cjtH+suSVEgRt1yDspJ82QkgygqqCLojPGlXJqmk5/YhAS3apc8ZOr Zugbd/yGGkx1q6s1bSnPwDwj8lMQ5hHtZ7Oe7g8GGliNI8h5cBuckRMMG2nwPD51CF5p QvUZP5PBQB9AX1BeAR82ZXgo7gDQpz3nfrejM= MIME-Version: 1.0 Received: by 10.224.210.138 with SMTP id gk10mr4558699qab.306.1289793356157; Sun, 14 Nov 2010 19:55:56 -0800 (PST) Received: by 10.220.158.130 with HTTP; Sun, 14 Nov 2010 19:55:56 -0800 (PST) Date: Mon, 15 Nov 2010 03:55:56 +0000 Message-ID: Subject: [VFS] @since markers missing - ctd From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Starting a new thread because the original one drifted into @author tags. I've been using clirr to report which classes and methods are new. This works fine for classes, however Clirr does not seem to notice when a private method becomes public - it just says the method has been added, [even if one tells clirr to process all access modifiers.] In a sense, this is a method addition - should the @since tag be added? If so, should we say that the access has changed? For example: @since 2.0 (was private) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org