[
http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12449906 ]
Henri Yandell commented on LANG-291:
Quite likely - the 2.3 Enum issues haven't played out as I thought they would -
very little change to Lang; so I'm just chug
[
http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12449413 ]
David J. M. Karlsen commented on LANG-291:
--
Any chance this could be scheduled for the upcoming 2.3 release as it contains
tests as well?
> Null-safe compa
[
http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12446052 ]
Gary Gregory commented on LANG-291:
---
How about following the naming from Math.min() and Math.max():
public static Date min(Date date1, Date date2);
public static Da
[
http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12446027 ]
David J. M. Karlsen commented on LANG-291:
--
Absolutely - good idea! Didn't pass my mind - I'll go ahead and create a patch
for this.
> Null-safe comparison
[
http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12445736 ]
Henri Yandell commented on LANG-291:
It seems to me that these are more specific cases of Comparable.compareTo.
Rather than the above we could have:
ObjectUtil