From dev-return-8824-apmail-continuum-dev-archive=continuum.apache.org@continuum.apache.org Wed Jun 09 01:22:21 2010 Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 90878 invoked from network); 9 Jun 2010 01:22:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jun 2010 01:22:21 -0000 Received: (qmail 94373 invoked by uid 500); 9 Jun 2010 01:22:21 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 94296 invoked by uid 500); 9 Jun 2010 01:22:20 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 94288 invoked by uid 99); 9 Jun 2010 01:22:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 01:22:20 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.83.171] (HELO mail-pv0-f171.google.com) (74.125.83.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 01:22:13 +0000 Received: by pvg2 with SMTP id 2so7804515pvg.2 for ; Tue, 08 Jun 2010 18:21:53 -0700 (PDT) Received: by 10.115.39.29 with SMTP id r29mr13644054waj.22.1276046512926; Tue, 08 Jun 2010 18:21:52 -0700 (PDT) Received: from [10.0.0.1] (CPE-124-184-4-53.lns10.cht.bigpond.net.au [124.184.4.53]) by mx.google.com with ESMTPS id b6sm57305858wam.9.2010.06.08.18.21.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 08 Jun 2010 18:21:49 -0700 (PDT) Sender: Brett Porter Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: svn commit: r947907 [1/3] - in /continuum/trunk: continuum-api/src/main/java/org/apache/continuum/dao/ continuum-api/src/main/java/org/apache/maven/continuum/ continuum-core/src/main/java/org/apache/maven/continuum/ continuum-data-management/data-manag... From: Brett Porter In-Reply-To: <20100525035121.478882388978@eris.apache.org> Date: Wed, 9 Jun 2010 08:25:52 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <21C9099B-0287-4674-9BB1-825D994C32EC@apache.org> References: <20100525035121.478882388978@eris.apache.org> To: dev@continuum.apache.org X-Mailer: Apple Mail (2.1078) On 25/05/2010, at 1:51 PM, ctan@apache.org wrote: >=20 > + @SuppressWarnings( "unchecked" ) > + public List getBuildResultsInRange( long fromDate, = long toDate, int state, String triggeredBy ) Would it be easier to work with Date objects here, so that the action = doesn't need to do the conversion? -- Brett Porter brett@apache.org http://brettporter.wordpress.com/