[jira] Updated: (LANG-405) StringUtils.truncate() to cut out middle part of a String

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-405: --- Fix Version/s: 3.0 So public String truncateMiddle(String str, String middle, int length); I thin

[jira] Closed: (LANG-408) StringUtils.isLength(String string, int length) : boolean

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-408. -- Resolution: Won't Fix StringUtils.length(String) was just added; so I'm going to close this as a WONTFIX

[jira] Issue Comment Edited: (LANG-410) Ambiguous / confusing names in StringUtils replace* methods

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568448#action_12568448 ] bayard edited comment on LANG-410 at 2/12/08 10:58 PM: -- Looks go

[jira] Updated: (LANG-410) Ambiguous / confusing names in StringUtils replace* methods

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-410: --- Fix Version/s: 2.4 > Ambiguous / confusing names in StringUtils replace* methods >

[jira] Commented: (LANG-410) Ambiguous / confusing names in StringUtils replace* methods

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568448#action_12568448 ] Henri Yandell commented on LANG-410: Looks good - but the patch doesn't work. I think Gar

[jira] Closed: (LANG-412) StrBuilder appendFixedWidth does not handle nulls

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-412. -- Resolution: Fixed svn ci -m "Applying my patch from LANG-412; fixing Peter Oxenham's report that the app

[jira] Updated: (LANG-412) StrBuilder appendFixedWidth does not handle nulls

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-412: --- Attachment: LANG-412.patch Attaching tests and a fix (null -> ""). > StrBuilder appendFixedWidth does

[jira] Updated: (LANG-412) StrBuilder appendFixedWidth does not handle nulls

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-412: --- Fix Version/s: 2.4 > StrBuilder appendFixedWidth does not handle nulls > --

[jira] Commented: (LANG-412) StrBuilder appendFixedWidth does not handle nulls

2008-02-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568433#action_12568433 ] Henri Yandell commented on LANG-412: Confirmed (visually). As appendNull's effect is to d

[jira] Commented: (EMAIL-69) HtmlEmail generated email don't display in Macos X Mail.app

2008-02-12 Thread Chris Beaumont (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568431#action_12568431 ] Chris Beaumont commented on EMAIL-69: - Sadly, patch is incomplete: now it is broken when

[jira] Created: (LANG-412) StrBuilder appendFixedWidth does not handle nulls

2008-02-12 Thread Peter Oxenham (JIRA)
StrBuilder appendFixedWidth does not handle nulls - Key: LANG-412 URL: https://issues.apache.org/jira/browse/LANG-412 Project: Commons Lang Issue Type: Bug Affects Versions: 2.3 En

[jira] Commented: (IO-71) [io] PipedUtils

2008-02-12 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/IO-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568382#action_12568382 ] David Smiley commented on IO-71: Jukka... I'm not going to tell you your code doesn't work, but

[jira] Updated: (IO-71) [io] PipedUtils

2008-02-12 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/IO-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated IO-71: Attachment: ReverseFilterOutputStream.patch See the attached patch (ReverseFilterInputStream.patch) for a simple

[jira] Commented: (LANG-409) StringUtils.isText to check in a null safe way if a String has (real) text

2008-02-12 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568247#action_12568247 ] Niall Pemberton commented on LANG-409: -- Validator has GenericValidator.minLength(String,

[jira] Issue Comment Edited: (LANG-409) StringUtils.isText to check in a null safe way if a String has (real) text

2008-02-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568236#action_12568236 ] [EMAIL PROTECTED] edited comment on LANG-409 at 2/12/08 9:38 AM:

[jira] Commented: (LANG-408) StringUtils.isLength(String string, int length) : boolean

2008-02-12 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568235#action_12568235 ] Jörg Gottschling commented on LANG-408: --- Sorry I do not understand you first comment. W

[jira] Commented: (LANG-409) StringUtils.isText to check in a null safe way if a String has (real) text

2008-02-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568236#action_12568236 ] Gary Gregory commented on LANG-409: --- Then maybe this request belongs to to the [validation]

[jira] Commented: (LANG-409) StringUtils.isText to check in a null safe way if a String has (real) text

2008-02-12 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568233#action_12568233 ] Jörg Gottschling commented on LANG-409: --- Yes, but mainly with validation of user inputs

[jira] Created: (SANDBOX-210) Commons CSV EXCELL_STRATEGY is reading CSV files with double quote and comma properly but not writing them back the same way

2008-02-12 Thread Ilya Egoshin (JIRA)
Commons CSV EXCELL_STRATEGY is reading CSV files with double quote and comma properly but not writing them back the same way Key: SANDBOX-210

[jira] Resolved: (BEANUTILS-305) PropertyUtilsBean.isWritable() returns false when the property is mapped and there is a mapped write method available

2008-02-12 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-305. --- Resolution: Duplicate Fix Version/s: 1.8.0-BETA > PropertyUtilsBean.isWrita

[jira] Created: (POOL-124) Access to enclosing constructor Foo.Bar() is emulated by a synthetic accessor method. Increasing its visibility will improve your performance.

2008-02-12 Thread Gary Gregory (JIRA)
Access to enclosing constructor Foo.Bar() is emulated by a synthetic accessor method. Increasing its visibility will improve your performance. --

[jira] Created: (BEANUTILS-305) PropertyUtilsBean.isWritable() returns false when the property is mapped and there is a mapped write method available

2008-02-12 Thread Stuart Brown (JIRA)
PropertyUtilsBean.isWritable() returns false when the property is mapped and there is a mapped write method available -- Key: BEANUTILS-305 URL: h

[jira] Updated: (SCXML-68) Javascript expression evaluator

2008-02-12 Thread Rahul Akolkar (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Akolkar updated SCXML-68: --- Fix Version/s: 1.0 > Javascript expression evaluator > --- > >

[jira] Commented: (SCXML-68) Javascript expression evaluator

2008-02-12 Thread Rahul Akolkar (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568151#action_12568151 ] Rahul Akolkar commented on SCXML-68: Thanks, looks good. Please note, there are no @auth

[jira] Commented: (IO-71) [io] PipedUtils

2008-02-12 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/IO-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568119#action_12568119 ] David Smiley commented on IO-71: I change my mind... a pair of parallel classes don't have acces

[jira] Updated: (SCXML-68) Javascript expression evaluator

2008-02-12 Thread Tony Seebregts (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Seebregts updated SCXML-68: Description: A Javascript expression evaluator for SCXML expression offers some functionality (e.g. f

[jira] Issue Comment Edited: (SCXML-68) Javascript expression evaluator

2008-02-12 Thread Tony Seebregts (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568054#action_12568054 ] tonys edited comment on SCXML-68 at 2/12/08 3:31 AM: -- Preliminar

[jira] Updated: (SCXML-68) Javascript expression evaluator

2008-02-12 Thread Tony Seebregts (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Seebregts updated SCXML-68: Attachment: org.apache.commons.scxml.env.javascript.zip Preliminary implementation of a Javascript ex

[jira] Created: (SCXML-68) Javascript expression evaluator

2008-02-12 Thread Tony Seebregts (JIRA)
Javascript expression evaluator --- Key: SCXML-68 URL: https://issues.apache.org/jira/browse/SCXML-68 Project: Commons SCXML Issue Type: Improvement Affects Versions: 0.7 Reporter: Tony Seebregts