[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214351#comment-16214351 ] Gary Gregory commented on LANG-1360: In progress but might not get to finish until toni

[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-22 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214241#comment-16214241 ] Benedikt Ritter commented on LANG-1360: --- Sounds good to me, go for it! > Add methods

[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214056#comment-16214056 ] Gary Gregory commented on LANG-1360: Crud, I had looked in ClassUtils, but did not find

[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-21 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214022#comment-16214022 ] Benedikt Ritter commented on LANG-1360: --- But in ClassUtils we already have: {code:ja

[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214007#comment-16214007 ] Gary Gregory commented on LANG-1360: I do not think so: the point of putting this code

[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-21 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213973#comment-16213973 ] Benedikt Ritter commented on LANG-1360: --- This belongs to ClassUtils. [~garydgregory]

[jira] [Commented] (LANG-1360) Add methods to ObjectUtils to get various forms of class names in a null-safe manner

2017-10-20 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213324#comment-16213324 ] Bruno P. Kinoshita commented on LANG-1360: -- Looks good to me. Unit tests included.