[jira] Commented: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-11-14 Thread Henri Yandell (JIRA)
[ 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

[jira] Commented: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-10-31 Thread David J. M. Karlsen (JIRA)
[ 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

[jira] Commented: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-10-31 Thread Gary Gregory (JIRA)
[ 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

[jira] Commented: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-10-30 Thread Henri Yandell (JIRA)
[ 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: