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 8F5F797CA for ; Sun, 24 Jun 2012 12:10:34 +0000 (UTC) Received: (qmail 96782 invoked by uid 500); 24 Jun 2012 12:10:32 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 96541 invoked by uid 500); 24 Jun 2012 12:10:32 -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 96496 invoked by uid 99); 24 Jun 2012 12:10:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 12:10:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of garydgregory@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 12:10:24 +0000 Received: by dajz8 with SMTP id z8so5038284daj.30 for ; Sun, 24 Jun 2012 05:10:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:in-reply-to:mime-version:date:message-id:subject:to :content-type; bh=1S7m3J6uiShFNl2d1pqR6MorgzA4sSeJmn/9bAHQw1E=; b=GNLCebf0iuTmBURVZCOulC17HVtg9QyimHimOZj34tYUoqSp3kYzk9YhpSZv40Hkmz ZCQa9Uup5kkj+4jfQ1FP0eQAXA/r2DFl6hr0ekIl0uEAsjs0TeJZ5/NzakyiJ4BkCTVf B0qRRz674I+TGvXxfhBNbfKL71sc/zPX5E8c4sbQzw4oArfNDuu86Yg9rDsvCjL+0gPs aEkc5IR3dJbokEEdQxYJmyGkuElxToRWPLyj7MEnTB6t4J08xF6N3wZns1wuMmqBSMKs l79uafVmFW/u9et+Dgyfa3qtxGRrqf6OQGVMoragxXD6eLkCZzoIoiaBDUhWUjLr0t2F lDkg== Received: by 10.68.226.131 with SMTP id rs3mr24036957pbc.62.1340539804029; Sun, 24 Jun 2012 05:10:04 -0700 (PDT) References: <4FE6DDBA.4000803@gmail.com> From: Gary Gregory In-Reply-To: <4FE6DDBA.4000803@gmail.com> Mime-Version: 1.0 (1.0) Date: Sun, 24 Jun 2012 08:10:01 -0400 Message-ID: <3140324993976957346@unknownmsgid> Subject: Re: [collections] Cleanup of trunk To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I am +1 to all your proposed changes. Gary On Jun 24, 2012, at 5:29, Thomas Neidhart wrote: > Hi, > > I recently started to work more on collections and cleaning up the trunk > to make it a candidate for a release and would like to ask a few questions: > > - there is still lots of javadoc missing, moving the source code level > to Java 1.6 would allow the use of @Override in more places (instead > of putting a /** {inheritDoc} */ everywhere) > > this has been discussed for vfs a few weeks ago, and my > understanding was that this proposal was well received, so what do > you think about doing the same for collections? > > - unit tests: there are currently two unit tests for certain classes > that are almost similar, e.g. TestListOrderedMap and > TestListOrderedMap2. Does anybody know why this exists? > > also I would like to go to annotation based unit tests like in the > other components and rename the tests to the common style: > ClassNameTest. > > - consistency with commons rules. There are several things that are > different to other components atm: > > o authors contained in source files > o no changes.xml to track changes > o since and version tags are a bit different > o package.html should be package-info.java > > and I guess other things too that I have not spotted yet. > > > Are there any objections / suggestions to continue with the cleanup? > > Thomas > > --------------------------------------------------------------------- > 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