Date: 2004-07-04T14:07:05
   Editor: 69.167.38.64 <>
   Wiki: Jakarta Commons Wiki
   Page: Lang
   URL: http://wiki.apache.org/jakarta-commons/Lang

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -12,46 +12,46 @@
 ==== Development plan for 2.1 ====
 
  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29294 29294]    [lang][PATCH] 
Fix the Fraction class - '''Patch being reviewed.'''
- 1. 19331      [lang] General case: infinite loop: ToStringBuilder.reflectionToString 
- '''Need to confirm whether this is a bug'''
- 1. 20015      [lang] Make Entities public and unit test - '''Entities. Needs 
finishing.'''
- 1. 21333      Add TimeoutController - '''Class in HttpClient. Needs evaluating. '''
- 1. 21333       Support HttpClient's DateParser class.
- 1. 22692      StringUtils.split ignores empty items
- 1. 24910      new StringUtils.split methods that split on the whole separator string 
- '''method signature issue''' 
- 1. 26297      [lang] BitSetUtils class, toIndexArray and fromIndexArray - '''DONE - 
Gary to confirm, looks like primitive overloads are still needed'''
- 1. 22172      [lang] DateUtils.parseCVS behavior parsing "h:mm z"
- 1. 25560      DateUtils.truncate() is off by one hour when using a date in DST 
switch 'zone'
- 1. 26922      [lang] public static boolean DateUtils.equals(Date dt1, Date dt2)
- 1. 15082      [lang] elapsed time formatting utility method - 
'''DurationFormatUtils. Needs finishing.'''
- 1. 29794      Add convenience format(long) methods to FastDateFormat - '''Needs 
improvement'''
- 1. 29163      Make StopWatch validate state transitions - '''Coding needed'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=19331 19331]    [lang] General 
case: infinite loop: ToStringBuilder.reflectionToString - '''Need to confirm whether 
this is a bug'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=20015 20015]    [lang] Make 
Entities public and unit test - '''Entities. Needs finishing.'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=21333 21333]    Add 
TimeoutController - '''Class in HttpClient. Needs evaluating. '''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=21333 21333]      Support 
HttpClient's DateParser class.
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=22692 22692]    
StringUtils.split ignores empty items
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=24910 24910]    new 
StringUtils.split methods that split on the whole separator string - '''method 
signature issue''' 
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=26297 26297]    [lang] 
BitSetUtils class, toIndexArray and fromIndexArray - '''DONE - Gary to confirm, looks 
like primitive overloads are still needed'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=22172 22172]    [lang] 
DateUtils.parseCVS behavior parsing "h:mm z"
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=25560 25560]    
DateUtils.truncate() is off by one hour when using a date in DST switch 'zone'
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=26922 26922]    [lang] public 
static boolean DateUtils.equals(Date dt1, Date dt2)
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=15082 15082]    [lang] elapsed 
time formatting utility method - '''DurationFormatUtils. Needs finishing.'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29794 29794]    Add 
convenience format(long) methods to FastDateFormat - '''Needs improvement'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29163 29163]    Make StopWatch 
validate state transitions - '''Coding needed'''
 
 === Pushed back ===
 
- 1. 21663      [lang] Add support in ToStringStyle for DateFormat. - '''Grows quickly 
into commons-convert'''
- 1. 27643      [lang][patch] ClassUtils.newInstance method - '''Seems unnecessary'''
- 1. 29149      [lang] StringEscapeUtils.unescapeHtml() doesn't handle an empty entity 
- '''Empty entity is in fact illegal HTML, so need to decide if we should ignore. 
Current behaviour seems acceptable as we're not in the work with bad HTML market.'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=21663 21663]    [lang] Add 
support in ToStringStyle for DateFormat. - '''Grows quickly into commons-convert'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27643 27643]    [lang][patch] 
ClassUtils.newInstance method - '''Seems unnecessary'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29149 29149]    [lang] 
StringEscapeUtils.unescapeHtml() doesn't handle an empty entity - '''Empty entity is 
in fact illegal HTML, so need to decide if we should ignore. Current behaviour seems 
acceptable as we're not in the work with bad HTML market.'''
  1. StringBuffer replacement - '''Probably 2.2/3.0. A lot of work in this I'd 
imagine. '''
- 1. 26659      [lang] add method to DateUtils to get the distance between 2 dates - 
'''Mainly replicated by DurationFormatUtils, or non-obvious'''
- 1. 29692      [lang] String indentation feature request - '''Needs design as a 
non-simple problem'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=26659 26659]    [lang] add 
method to DateUtils to get the distance between 2 dates - '''Mainly replicated by 
DurationFormatUtils, or non-obvious'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29692 29692]    [lang] String 
indentation feature request - '''Needs design as a non-simple problem'''
 
 === Resolved list ===
 
- 1. 27592      [lang] WordUtils capitalize improvement - '''DONE'''
- 1. 23557      WordUtils.capitalizeFully(String str) should take a delimiter - 
'''DONE'''
- 1. 27778      [lang] add remove methods to ArrayUtils - '''DONE'''
- 1. StringTokenizer replacement: '''(DONE - Tokenizer)'''
- 1. 25227      [lang] StringEscapeUtils.unescapeHtml() doesn't handle hex entities - 
'''DONE'''
- 1. 27640      [lang][patch] ClassUtils.primitivesToWrappers method - '''DONE'''
- 1. 23749      [lang] [PATCH] NumberRange - adds inclusive and exclusive end points - 
'''WONTFIX'''
- 1. 27876      [lang] ReflectionToStringBuilder.toString(null) throws exception by 
design - '''DONE'''
- 1. 27877      [lang][patch] Make ClassUtils methods null-safe and not throw an IAE. 
- '''DONE''' 
- 1. 26056      [lang] Add methods to ArrayUtils: add at end and insert-like ops - 
'''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27592 27592]    [lang] 
WordUtils capitalize improvement - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=23557 23557]    
WordUtils.capitalizeFully(String str) should take a delimiter - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27778 27778]    [lang] add 
remove methods to ArrayUtils - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=StringTokenizer replacement: 
'''(DONE - Tokenizer)'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=25227 25227]    [lang] 
StringEscapeUtils.unescapeHtml() doesn't handle hex entities - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27640 27640]    [lang][patch] 
ClassUtils.primitivesToWrappers method - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=23749 23749]    [lang] [PATCH] 
NumberRange - adds inclusive and exclusive end points - '''WONTFIX'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27876 27876]    [lang] 
ReflectionToStringBuilder.toString(null) throws exception by design - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27877 27877]    [lang][patch] 
Make ClassUtils methods null-safe and not throw an IAE. - '''DONE''' 
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=26056 26056]    [lang] Add 
methods to ArrayUtils: add at end and insert-like ops - '''DONE'''
  1. StringUtils.ordinalIndexOf() - '''Appears to be DONE'''
- 1. 29673      [lang] ExceptionUtils: new getCause() methodname (for 
tomcat-exception) - '''DONE'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29673 29673]    [lang] 
ExceptionUtils: new getCause() methodname (for tomcat-exception) - '''DONE'''
 
 ==== Seeking opinions ====
 
- 1. 22717      [lang] MutableNumbers - '''see lang.mutable.'''
- 1. 18962      [lang] New Method: getSubstitutedValues( String, Map ) - 
'''org.apache.commons.lang.Interpolation available for opinions'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=22717 22717]    [lang] 
MutableNumbers - '''see lang.mutable.'''
+ 1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=18962 18962]    [lang] New 
Method: getSubstitutedValues( String, Map ) - '''org.apache.commons.lang.Interpolation 
available for opinions'''
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to