[ 
https://issues.apache.org/jira/browse/LANG-1659?focusedWorklogId=596226&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-596226
 ]

ASF GitHub Bot logged work on LANG-1659:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/May/21 16:20
            Start Date: 13/May/21 16:20
    Worklog Time Spent: 10m 
      Work Description: arturobernalg opened a new pull request #754:
URL: https://github.com/apache/commons-lang/pull/754


   The idea it's have a method that determine whether the given object is an 
array. Change all the reference of `.getClass().isArray()` in favor of 
`ObjectUtils.isArray(value)`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 596226)
    Remaining Estimate: 0h
            Time Spent: 10m

> Method to check if an object it's an array
> ------------------------------------------
>
>                 Key: LANG-1659
>                 URL: https://issues.apache.org/jira/browse/LANG-1659
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The idea it's have a method that determine whether the given object is an 
> array. Change all the reference of .getClass().isArray() in favor of
> {code:java}
> ObjectUtils.isArray(value)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to