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 7DF52E2B1 for ; Sun, 3 Mar 2013 19:27:50 +0000 (UTC) Received: (qmail 50163 invoked by uid 500); 3 Mar 2013 19:27:50 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 50020 invoked by uid 500); 3 Mar 2013 19:27:49 -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 50012 invoked by uid 99); 3 Mar 2013 19:27:49 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2013 19:27:49 +0000 Received: from localhost (HELO mail-we0-f170.google.com) (127.0.0.1) (smtp-auth username britter, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2013 19:27:49 +0000 Received: by mail-we0-f170.google.com with SMTP id z53so4075710wey.1 for ; Sun, 03 Mar 2013 11:27:47 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.178.9 with SMTP id cu9mr7182975wjc.39.1362338867890; Sun, 03 Mar 2013 11:27:47 -0800 (PST) Received: by 10.194.7.42 with HTTP; Sun, 3 Mar 2013 11:27:47 -0800 (PST) In-Reply-To: References: <20130303132525.0BB2223888CD@eris.apache.org> Date: Sun, 3 Mar 2013 20:27:47 +0100 Message-ID: Subject: Re: svn commit: r1452037 - /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java From: Benedikt Ritter To: Commons Developers List Content-Type: multipart/alternative; boundary=089e013d1f2848cfab04d70a3cbf --089e013d1f2848cfab04d70a3cbf Content-Type: text/plain; charset=ISO-8859-1 Hi sebb, 2013/3/3 sebb > On 3 March 2013 13:25, wrote: > > Author: britter > > Date: Sun Mar 3 13:25:24 2013 > > New Revision: 1452037 > > > > URL: http://svn.apache.org/r1452037 > > Log: > > Add JavaDoc and SVN Keywords > > -1 > > Please don't use $Date$ - it is rendered using the client Locale, and > so causes problems matching SVN tags against source archives. > > $Revision$ is usally enough; if you really want a date, use $id$ > Thanks for reviewing. I've just aligned the SVN keywords to all the other tests in the component. Is there a commons wide convention on how to use SVN tags? Please point me to documentation about this and I will change all classes according to that. If there isn't a convention for all components it has to be discussed for beanutils how SVN tags have to be changed. Please start a separate thread for this discussion. TIA! Benedikt > > > Modified: > > > commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > (contents, props changed) > > > > Modified: > commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > > URL: > http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java?rev=1452037&r1=1452036&r2=1452037&view=diff > > > ============================================================================== > > --- > commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > (original) > > +++ > commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > Sun Mar 3 13:25:24 2013 > > @@ -22,6 +22,15 @@ import java.util.ArrayList; > > > > import junit.framework.TestCase; > > > > +/** > > + * getPropertyType return null on second descendant class > > + * > > + *

> > + * See https://issues.apache.org/jira/browse/BEANUTILS-422 > > + *

> > + * > > + * @version $Revision$ $Date$ > > + */ > > public class Jira422TestCase extends TestCase { > > > > public void testRootBean() throws Exception { > > > > Propchange: > commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > > > ------------------------------------------------------------------------------ > > --- svn:keywords (added) > > +++ svn:keywords Sun Mar 3 13:25:24 2013 > > @@ -0,0 +1,2 @@ > > +Revision > > +Date > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter --089e013d1f2848cfab04d70a3cbf--