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-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to