From dev-return-115187-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Tue Jun 30 06:40:50 2009 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 47108 invoked from network); 30 Jun 2009 06:40:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 06:40:50 -0000 Received: (qmail 20726 invoked by uid 500); 30 Jun 2009 06:41:00 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 20588 invoked by uid 500); 30 Jun 2009 06:40:59 -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 20573 invoked by uid 99); 30 Jun 2009 06:40:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 06:40:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.137] (HELO vmbuild.apache.org) (140.211.11.137) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 06:40:56 +0000 Received: from vmbuild.apache.org (localhost [127.0.0.1]) by vmbuild.apache.org (Postfix) with ESMTP id 85647458068; Mon, 29 Jun 2009 23:36:50 -0700 (PDT) Date: Mon, 29 Jun 2009 23:36:49 -0700 (PDT) From: "Continuum@vmbuild.apache.org" To: dev@commons.apache.org To: bayard@apache.org To: bayard@apache.org To: bayard@apache.org To: bayard@apache.org To: bayard@apache.org Message-ID: <28010332.01246343810436.JavaMail.continuum@vmbuild.apache.org> Subject: [continuum] BUILD SUCCESSFUL: Commons - Commons Lang - MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild.apache.org X-Continuum-Project-Id: 114 X-Continuum-Project-Name: Commons Lang X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=197004&projectId=114 Build statistics: State: Ok Previous State: Failed Started at: Mon 29 Jun 2009 23:35:21 -0700 Finished at: Mon 29 Jun 2009 23:36:32 -0700 Total time: 1m 10s Build Trigger: Schedule Build Number: 168 Exit code: 0 Building machine hostname: vmbuild.apache.org Operating system : Linux(unknown) Java Home version : java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) Builder version : Maven version: 2.0.9 Java version: 1.6.0_06 OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: bayard @ Mon 29 Jun 2009 22:09:01 -0700 Comment: Added todo note Files changed: /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/EntityArrays.java ( 789561 ) Changed: bayard @ Mon 29 Jun 2009 22:46:08 -0700 Comment: Adding a simple unit test for text translate. More needed, though StringEscapeUtils does do a good job of hitting a high level of coverage for these classes already. It's easier to debug when you have tighter testing. Files changed: /commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/translate ( 789566 ) /commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/translate/LookupTranslatorTest.java ( 789566 ) Changed: bayard @ Mon 29 Jun 2009 22:47:39 -0700 Comment: Performance improvement. Switching from looping through a doubled array to using a Map. This probably costs more for simple cases like Java/EcmaScript/Xml, but makes up for it in the Html case. This gets performance of the testUnescapeHexCharsHtml method back down to near the same region as the original code Files changed: /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/LookupTranslator.java ( 789567 ) Changed: bayard @ Mon 29 Jun 2009 23:24:20 -0700 Comment: Applying Vincent Ricard's patch in LANG-471 (reported by Ivica Mikic) adding isAllUpperCase and isAllLowerCase to StringUtils Files changed: /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java ( 789573 ) /commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java ( 789573 ) Changed: bayard @ Mon 29 Jun 2009 23:34:01 -0700 Comment: Moving a few of the StringUtils methods over to accepting CharSequence instead of String as part of LANG-510 Files changed: /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java ( 789575 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons -Pci Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: JDK 6 Description: **************************************************************************** Test Summary: **************************************************************************** Tests: 1610 Failures: 0 Errors: 0 Success Rate: 100 Total time: 16.727001 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org