[jira] [Commented] (IO-294) Adding FileUtils.byteCountToDisplaySize(long size, boolean useSiUnits)

2015-04-07 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14483620#comment-14483620 ] Paul Benedict commented on IO-294: -- Some thoughts: * I would prefer an Enum over a boolean

[jira] [Commented] (LANG-1065) Merge date and time together

2015-02-20 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14329097#comment-14329097 ] Paul Benedict commented on LANG-1065: - I don't know the average frequency of

[jira] [Commented] (LANG-1065) Merge date and time together

2014-12-27 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259485#comment-14259485 ] Paul Benedict commented on LANG-1065: - We have a pull request with tests. Evidently,

[jira] [Comment Edited] (LANG-1065) Merge date and time together

2014-12-27 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259485#comment-14259485 ] Paul Benedict edited comment on LANG-1065 at 12/27/14 8:53 PM:

[jira] [Commented] (LANG-1065) Merge date and time together

2014-12-20 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14255012#comment-14255012 ] Paul Benedict commented on LANG-1065: - I do. Until Java 8 there is no time-only object

[jira] [Created] (LANG-1065) Merge date and time together

2014-11-14 Thread Paul Benedict (JIRA)
Paul Benedict created LANG-1065: --- Summary: Merge date and time together Key: LANG-1065 URL: https://issues.apache.org/jira/browse/LANG-1065 Project: Commons Lang Issue Type: New Feature

[jira] [Commented] (LANG-417) ClassUtils: method for turning FQN into resource path

2014-01-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13874934#comment-13874934 ] Paul Benedict commented on LANG-417: Good names. I approve. ClassUtils: method for

[jira] Commented: (LANG-676) Potential Autoboxing problems with BooleanUtils methods

2011-02-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989531#comment-12989531 ] Paul Benedict commented on LANG-676: I think this issue is invalid. There's nothing

[jira] Commented: (LANG-676) Potential Autoboxing problems with BooleanUtils methods

2011-02-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989539#comment-12989539 ] Paul Benedict commented on LANG-676: Absolutely. Potential Autoboxing problems with

[jira] Created: (LANG-673) WordUtils.abbreviate() throws undocumented StringIndexOutOfBoundsException

2011-01-17 Thread Paul Benedict (JIRA)
WordUtils.abbreviate() throws undocumented StringIndexOutOfBoundsException -- Key: LANG-673 URL: https://issues.apache.org/jira/browse/LANG-673 Project: Commons Lang

[jira] Commented: (LANG-673) WordUtils.abbreviate() throws undocumented StringIndexOutOfBoundsException

2011-01-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12982990#action_12982990 ] Paul Benedict commented on LANG-673: The error happens in line 627:

[jira] Commented: (LANG-673) WordUtils.abbreviate() throws undocumented StringIndexOutOfBoundsException

2011-01-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12983059#action_12983059 ] Paul Benedict commented on LANG-673: Curiously, StringUtils has an abbreviate(), which is

[jira] Commented: (LANG-667) Add a Null-safe compare() method to ObjectUtils

2011-01-08 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979105#action_12979105 ] Paul Benedict commented on LANG-667: This feature is not a Comparable implementation and

[jira] Commented: (MATH-432) Create a Pair class

2010-11-05 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928899#action_12928899 ] Paul Benedict commented on MATH-432: Commons Lang 3.0 includes a PairK,V class:

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-10-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917132#action_12917132 ] Paul Benedict commented on IO-249: -- I definitely believe both of you are on the right track.

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916715#action_12916715 ] Paul Benedict commented on IO-249: -- JDK 7 is introducing the notion of [suppressed

[jira] Issue Comment Edited: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916748#action_12916748 ] Paul Benedict edited comment on IO-249 at 9/30/10 8:53 PM: --- If you

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-30 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916748#action_12916748 ] Paul Benedict commented on IO-249: -- If you have access to the main exception, you could then

[jira] Created: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Paul Benedict (JIRA)
Enhance closeQuietly to indicate success Key: IO-249 URL: https://issues.apache.org/jira/browse/IO-249 Project: Commons IO Issue Type: Improvement Components: Utilities Affects

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916332#action_12916332 ] Paul Benedict commented on IO-249: -- Niall, can't this be done in 2.0? Enhance closeQuietly

[jira] Commented: (IO-249) Enhance closeQuietly to indicate success

2010-09-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12916338#action_12916338 ] Paul Benedict commented on IO-249: -- If the method currently returns void, there shouldn't be a

[jira] Commented: (LANG-642) Need varargs form of NumberUtils.max(), etc

2010-08-25 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902610#action_12902610 ] Paul Benedict commented on LANG-642: Adding additional overloads is only necessary when a

[jira] Commented: (LANG-616) New Value Objects For Date/Time

2010-04-15 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857527#action_12857527 ] Paul Benedict commented on LANG-616: Have you checked out JScience

[jira] Commented: (LANG-434) Add DateUtils.ceiling() method

2010-04-11 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855836#action_12855836 ] Paul Benedict commented on LANG-434: I think the method name ceiling() is 100%

[jira] Commented: (DBCP-329) SQLException: Already closed.

2010-03-30 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851386#action_12851386 ] Paul Benedict commented on DBCP-329: My employer does high-transaction processing --

[jira] Commented: (DBCP-329) SQLException: Already closed.

2010-03-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850940#action_12850940 ] Paul Benedict commented on DBCP-329: {quote} This should never happen. According to the

[jira] Commented: (DBCP-329) SQLException: Already closed.

2010-03-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851240#action_12851240 ] Paul Benedict commented on DBCP-329: Phil, you piqued my interest. Let's say a production

[jira] Commented: (BEANUTILS-362) Add serialVersionUID to Serializable classes

2010-03-22 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848187#action_12848187 ] Paul Benedict commented on BEANUTILS-362: - For compatibility with previously

[jira] Commented: (BEANUTILS-362) Add serialVersionUID to Serializable classes

2010-03-22 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848281#action_12848281 ] Paul Benedict commented on BEANUTILS-362: - I don't think different JVMs can

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-09 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843051#action_12843051 ] Paul Benedict commented on LANG-370: I agree with Sebb. For this ticket, prefer comments

[jira] Commented: (IO-224) IOUtils.closeQuietly() should take a Closeable as a parameter.

2010-03-08 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842682#action_12842682 ] Paul Benedict commented on IO-224: -- Unfortunately Socket does not implement Closeable. It

[jira] Commented: (LANG-599) ClassUtils.getClass(): Allow Dots as Inner Class Separators

2010-03-04 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841616#action_12841616 ] Paul Benedict commented on LANG-599: It's an interesting patch, but $ is the official JVM

[jira] Commented: (LANG-482) Enhance StrSubstitutor to support nested ${var-${subvr}} expansion

2010-03-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839712#action_12839712 ] Paul Benedict commented on LANG-482: I am not a fan of substitution variables that become

[jira] Issue Comment Edited: (LANG-482) Enhance StrSubstitutor to support nested ${var-${subvr}} expansion

2010-03-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839712#action_12839712 ] Paul Benedict edited comment on LANG-482 at 3/1/10 4:17 PM: I am

[jira] Commented: (LANG-482) Enhance StrSubstitutor to support nested ${var-${subvr}} expansion

2010-03-01 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839882#action_12839882 ] Paul Benedict commented on LANG-482: Rob, you may have missed my edit. I was pointing out

[jira] Updated: (LANG-594) DateUtils equal compare functions up to most significant field

2010-02-26 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated LANG-594: --- Fix Version/s: (was: 3.1) 3.0 Code has now shown up. DateUtils equal compare

[jira] Resolved: (LANG-594) DateUtils equal compare functions up to most significant field

2010-02-26 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved LANG-594. Resolution: Fixed Added new methods: truncatedEquals and truncatedCompareTo DateUtils equal

[jira] Commented: (LANG-483) Add ComparisonUtils to Commons Lang

2010-02-26 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839153#action_12839153 ] Paul Benedict commented on LANG-483: I would pull most of these utility methods into

[jira] Created: (LANG-594) DateUtils equal compare functions up to most significant field

2010-02-25 Thread Paul Benedict (JIRA)
DateUtils equal compare functions up to most significant field Key: LANG-594 URL: https://issues.apache.org/jira/browse/LANG-594 Project: Commons Lang Issue Type: New Feature

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-12 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833044#action_12833044 ] Paul Benedict commented on LANG-588: Should we provide a PairX, Y interface as well as an

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832093#action_12832093 ] Paul Benedict commented on LANG-588: I vote for T1 and T2. Create a basic PairL, R

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832176#action_12832176 ] Paul Benedict commented on LANG-588: They are type parameters. They correspond to type

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-09 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831450#action_12831450 ] Paul Benedict commented on LANG-588: I would advise against the L and R mnemonic. It

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

2010-01-21 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803285#action_12803285 ] Paul Benedict commented on LANG-405: This method does not fit the definition of truncate

[jira] Commented: (LANG-470) Add containsAll methods to ArrayUtils

2010-01-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12798568#action_12798568 ] Paul Benedict commented on LANG-470: Why not wrap the array into a List and use

[jira] Updated: (LANG-403) HashcodeBuilder is broken for Annotations

2010-01-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated LANG-403: --- Fix Version/s: (was: 3.0) 3.x Without a patch, moving this to post 3.0 release.

[jira] Commented: (LANG-280) Improve wrap method on WordUtils

2010-01-02 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795955#action_12795955 ] Paul Benedict commented on LANG-280: The easy solution is to call split() on the

[jira] Commented: (LANG-566) Replace lastIndexOf methods with -ve index support?

2010-01-02 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795956#action_12795956 ] Paul Benedict commented on LANG-566: Anything you can do to the front of the string, you

[jira] Commented: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792362#action_12792362 ] Paul Benedict commented on LANG-567: Do you want to include the root cause to the IAE? I

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-16 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791376#action_12791376 ] Paul Benedict commented on LANG-316: But I think you guys both missed my point. I do it

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-16 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791402#action_12791402 ] Paul Benedict commented on LANG-316: Sebb, I don't think the Locale is relevant for

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-15 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791227#action_12791227 ] Paul Benedict commented on LANG-316: I do this manually anyway in most of my code. It's a

[jira] Commented: (LANG-561) unescapeHtml has been dropped without going through deprecation

2009-12-07 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787255#action_12787255 ] Paul Benedict commented on LANG-561: A 2.4.1 version can be released to deprecate the

[jira] Commented: (IO-224) IOUtils.closeQuietly() should take a Closeable as a parameter.

2009-12-03 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785562#action_12785562 ] Paul Benedict commented on IO-224: -- Great idea, Sean. The other methods could then be

[jira] Created: (LANG-559) New Validate utility methods

2009-11-30 Thread Paul Benedict (JIRA)
New Validate utility methods Key: LANG-559 URL: https://issues.apache.org/jira/browse/LANG-559 Project: Commons Lang Issue Type: New Feature Reporter: Paul Benedict Assignee: Paul

[jira] Commented: (LANG-508) Validate: add message parameter construction via elllipsis notation to speed up processing

2009-11-29 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783426#action_12783426 ] Paul Benedict commented on LANG-508: Mark, thanks for the volunteering. The code is

[jira] Created: (LANG-558) Overhaul Validate class

2009-11-29 Thread Paul Benedict (JIRA)
Overhaul Validate class --- Key: LANG-558 URL: https://issues.apache.org/jira/browse/LANG-558 Project: Commons Lang Issue Type: Improvement Reporter: Paul Benedict Assignee: Paul Benedict

[jira] Commented: (LANG-508) Validate: add message parameter construction via elllipsis notation to speed up processing

2009-11-28 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783363#action_12783363 ] Paul Benedict commented on LANG-508: I am preparing to use java.lang.String#format over

[jira] Commented: (LANG-548) Use Iterable on API instead of Collection

2009-11-28 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783364#action_12783364 ] Paul Benedict commented on LANG-548: +1 for the possibility with Validate. Use Iterable

[jira] Commented: (LANG-508) Validate: add message parameter construction via elllipsis notation to speed up processing

2009-11-25 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782748#action_12782748 ] Paul Benedict commented on LANG-508: If we want to implement LANG-508 (Validate: add

[jira] Commented: (LANG-556) Add methods for constructing dates to DateUtils

2009-11-19 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12780256#action_12780256 ] Paul Benedict commented on LANG-556: You can find this feature in the JDK: new

[jira] Created: (LANG-555) SystemUtils needs IS_OS_WINDOWS_7 constant

2009-11-17 Thread Paul Benedict (JIRA)
SystemUtils needs IS_OS_WINDOWS_7 constant -- Key: LANG-555 URL: https://issues.apache.org/jira/browse/LANG-555 Project: Commons Lang Issue Type: Improvement Reporter: Paul Benedict

[jira] Resolved: (LANG-554) SystemUtils needs IS_JAVA_1_7 constant

2009-11-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved LANG-554. Resolution: Fixed SystemUtils needs IS_JAVA_1_7 constant --

[jira] Resolved: (LANG-555) SystemUtils needs IS_OS_WINDOWS_7 constant

2009-11-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved LANG-555. Resolution: Fixed SystemUtils needs IS_OS_WINDOWS_7 constant

[jira] Commented: (LANG-411) HashCodeBuilder: expose typed hashing methods

2009-11-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779324#action_12779324 ] Paul Benedict commented on LANG-411: The default functionality of HashCodeBuilder will

[jira] Created: (LANG-554) SystemUtils needs IS_JAVA_1_7 constant

2009-11-16 Thread Paul Benedict (JIRA)
SystemUtils needs IS_JAVA_1_7 constant -- Key: LANG-554 URL: https://issues.apache.org/jira/browse/LANG-554 Project: Commons Lang Issue Type: Improvement Affects Versions: 3.0 Reporter:

[jira] Commented: (LANG-536) Add isSorted() to ArrayUtils

2009-10-12 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764950#action_12764950 ] Paul Benedict commented on LANG-536: Arrays.asList() allows a thin wrapper to convert an

[jira] Created: (LANG-527) NumberUtils toXXX should document default null

2009-09-06 Thread Paul Benedict (JIRA)
NumberUtils toXXX should document default null -- Key: LANG-527 URL: https://issues.apache.org/jira/browse/LANG-527 Project: Commons Lang Issue Type: Improvement Affects Versions: 2.4

[jira] Closed: (LANG-527) NumberUtils toXXX should document default null

2009-09-06 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict closed LANG-527. -- Resolution: Invalid My fault. The default is not an object, so it's impossible to get null back. A

[jira] Commented: (BEANUTILS-340) Property with getter from generic interface returns wrong readMethod/propertyType on Linux environment

2009-08-23 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746674#action_12746674 ] Paul Benedict commented on BEANUTILS-340: - Two years back I had to dump iBatis

[jira] Commented: (BEANUTILS-340) Property with getter from generic interface returns wrong readMethod/propertyType on Linux environment

2009-08-22 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746544#action_12746544 ] Paul Benedict commented on BEANUTILS-340: - If BeanUtils knows its running within

[jira] Commented: (LANG-332) EqualsBuilder to alternatively use method properties

2009-03-02 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677990#action_12677990 ] Paul Benedict commented on LANG-332: The issue is not recommending we remove previous

[jira] Commented: (BEANUTILS-333) Avoid calling setAccessible() if not needed

2008-12-16 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657277#action_12657277 ] Paul Benedict commented on BEANUTILS-333: - Good point. Avoid calling

[jira] Commented: (IO-159) FileCleaningTracker: ReferenceQueue uses raw type

2008-12-03 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653071#action_12653071 ] Paul Benedict commented on IO-159: -- The issue deals with best practices coding Java 5. Raw

[jira] Commented: (BEANUTILS-330) DefaultResolver being able to handle parenthesis ( and ) in mapped property key names

2008-11-14 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647716#action_12647716 ] Paul Benedict commented on BEANUTILS-330: - Why not allow the key to be quoted:

[jira] Commented: (BEANUTILS-321) [beanutils] wont recognize isXXX() properties returning Boolean Object

2008-07-09 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612017#action_12612017 ] Paul Benedict commented on BEANUTILS-321: - I think a Boolean object should be

[jira] Issue Comment Edited: (BEANUTILS-321) [beanutils] wont recognize isXXX() properties returning Boolean Object

2008-07-09 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612017#action_12612017 ] paul4christ79 edited comment on BEANUTILS-321 at 7/9/08 5:08 AM:

[jira] Created: (COLLECTIONS-300) Method to query Class to determine if it is a collection

2008-06-27 Thread Paul Benedict (JIRA)
Method to query Class to determine if it is a collection Key: COLLECTIONS-300 URL: https://issues.apache.org/jira/browse/COLLECTIONS-300 Project: Commons Collections Issue Type: Wish

[jira] Commented: (COLLECTIONS-300) Method to query Class to determine if it is a collection

2008-06-27 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12608980#action_12608980 ] Paul Benedict commented on COLLECTIONS-300: --- boolean isCollectionType(Class

[jira] Updated: (LANG-447) String case-insensitive comparisons, equals, and hashing

2008-06-22 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated LANG-447: --- Description: A common pattern I have is comparing strings case-insensitive in equals(), but this also

[jira] Created: (LANG-446) Add null-safe ObjectUtils.clone()

2008-06-12 Thread Paul Benedict (JIRA)
Add null-safe ObjectUtils.clone() - Key: LANG-446 URL: https://issues.apache.org/jira/browse/LANG-446 Project: Commons Lang Issue Type: New Feature Reporter: Paul Benedict Priority:

[jira] Commented: (BEANUTILS-312) Expose the caches in PropertyBeanUtils so they can be controlled if needed

2008-06-06 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603143#action_12603143 ] Paul Benedict commented on BEANUTILS-312: - Yes. An interface will allow

[jira] Issue Comment Edited: (BEANUTILS-312) Expose the caches in PropertyBeanUtils so they can be controlled if needed

2008-06-06 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603143#action_12603143 ] paul4christ79 edited comment on BEANUTILS-312 at 6/6/08 12:14 PM:

[jira] Commented: (BEANUTILS-312) Expose the caches in PropertyBeanUtils so they can be controlled if needed

2008-06-05 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602558#action_12602558 ] Paul Benedict commented on BEANUTILS-312: - Niall, did you consider exposing the

[jira] Commented: (COLLECTIONS-295) Add .settings to svn:ignore

2008-04-27 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12592671#action_12592671 ] Paul Benedict commented on COLLECTIONS-295: --- I do not think IDE

[jira] Commented: (LANG-420) Rename ObjectUtils.toString() to asString().

2008-03-27 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582885#action_12582885 ] Paul Benedict commented on LANG-420: Good point. Without the qualifier, I rather call it

[jira] Commented: (BEANUTILS-311) DynaBean variables are evaluated before member variables.

2008-03-19 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580393#action_12580393 ] Paul Benedict commented on BEANUTILS-311: - I wouldn't leave this behavior,

[jira] Updated: (COLLECTIONS-287) Null-safe Collections.size

2008-03-13 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated COLLECTIONS-287: -- Summary: Null-safe Collections.size (was: Null-safe Collections.isEmpty)

[jira] Created: (IO-159) FileCleaningTracker: ReferenceQueue uses raw type

2008-03-11 Thread Paul Benedict (JIRA)
FileCleaningTracker: ReferenceQueue uses raw type - Key: IO-159 URL: https://issues.apache.org/jira/browse/IO-159 Project: Commons IO Issue Type: Improvement Reporter: Paul

[jira] Commented: (LANG-417) ClassUtils: method for turning FQN into resource path

2008-03-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577262#action_12577262 ] Paul Benedict commented on LANG-417: If this necessitates a PackageUtils, then bump to

[jira] Created: (LANG-417) ClassUtils: method for turning FQN into resource path

2008-03-08 Thread Paul Benedict (JIRA)
ClassUtils: method for turning FQN into resource path - Key: LANG-417 URL: https://issues.apache.org/jira/browse/LANG-417 Project: Commons Lang Issue Type: New Feature

[jira] Commented: (LANG-417) ClassUtils: method for turning FQN into resource path

2008-03-08 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576704#action_12576704 ] Paul Benedict commented on LANG-417: This method may be better named as

[jira] Commented: (BEANUTILS-308) Cannot instantiate BeanUtilsBean class

2008-03-04 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575184#action_12575184 ] Paul Benedict commented on BEANUTILS-308: - Maybe NoSuchMethodError should be

[jira] Commented: (LANG-285) Wish : method unaccent

2008-02-27 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12573138#action_12573138 ] Paul Benedict commented on LANG-285: +1 for the Collator approach. Accented characters

[jira] Created: (LANG-411) HashCodeBuilder: expose typed hashing methods

2008-02-11 Thread Paul Benedict (JIRA)
HashCodeBuilder: expose typed hashing methods - Key: LANG-411 URL: https://issues.apache.org/jira/browse/LANG-411 Project: Commons Lang Issue Type: Wish Affects Versions: 2.3

[jira] Commented: (BEANUTILS-303) Merge Capabilities

2008-02-02 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565071#action_12565071 ] Paul Benedict commented on BEANUTILS-303: - Two things are required: 1) One is

[jira] Commented: (LANG-379) Calculating A date fragment in any time-unit

2008-01-18 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560444#action_12560444 ] Paul Benedict commented on LANG-379: Robert, can you slug out LANG-400 with these

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-11 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558013#action_12558013 ] Paul Benedict commented on LANG-400: I will provide a patch. Add DateUtils methods to

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-11 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558012#action_12558012 ] Paul Benedict commented on LANG-400: Unfortunately Java has no way to just deal with

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557718#action_12557718 ] Paul Benedict commented on LANG-400: I have no idea. I would rather stick to less

  1   2   >