[jira] [Commented] (LANG-1403) DateUtils.truncate(Object date, int field) breaks Java type safety.

2018-07-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539739#comment-16539739 ] Sebb commented on LANG-1403: Are we sure that the Object method is not useful? If we are, then I agree that

[jira] [Commented] (LANG-1403) DateUtils.truncate(Object date, int field) breaks Java type safety.

2018-07-11 Thread Christian Kleinewaechter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539669#comment-16539669 ] Christian Kleinewaechter commented on LANG-1403: I agree that the overloaded methods with

[jira] [Commented] (LANG-1403) DateUtils.truncate(Object date, int field) breaks Java type safety.

2018-07-10 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16538341#comment-16538341 ] Christian commented on LANG-1403: - Additional methods which has the same behavior are: ceiling, round and

[jira] [Commented] (LANG-1403) DateUtils.truncate(Object date, int field) breaks Java type safety.

2018-07-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537078#comment-16537078 ] Gary Gregory commented on LANG-1403: Note: Public methods can be removed in a major release. >