Arturo Bernal
Arturo Bernal
HI @chrismaeda You can check if the change brake the binary by running `japicmp:cmp` Regards,
Reuse ObjectUtils.anyNull when need to instead of check if (obj == null || obj == null) {
rebase from master to solve the conflict
Hi @XenoAmess Rebase with master
> Hello @arturobernalg > What is a use case for this? HI @garydgregory for exactly the same as the ` public static Character toCharacterObject(final String str)` function but avoiding null...
> You should really run a local build before creating the PR as this PR fails the build. Yep, my mistake. Sorry.
> BigInteger Hi @aherbert Thank you for your comment. I've fix those cases that you mentioned and i've add more test. Just one think about --> `0x1L`. I don't know...
> Regarding `0x1L` the NumberUtils.createNumber and NumberUtils.isCreatable only supports the preferred type suffix on decimal numbers. You cannot specify a preferred `L` for hex integers. So this new method should...
Hi @aherbert I will follow your approach. Regards