tongxin97 opened a new pull request #640:
URL: https://github.com/apache/commons-lang/pull/640


   Issue link: https://issues.apache.org/jira/browse/LANG-1612
   
   Don't use `assertArrayEquals()` because it would fail when the array 
returned by `FieldUtils.getAllFields(...)` is not ordered in the way the test 
assumes in `annotatedFields` and `ArrayUtils.addAll(fieldsInteger, 
fieldsNumber)`. 
   
   Instead, do order-independent assertions on: 1) the size of the returned 
array, 2) the element it contains. 


----------------------------------------------------------------
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:
[email protected]


Reply via email to