commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Check if the given class represents an array of primitives

Open arturobernalg opened this issue 3 years ago • 5 comments

Check if the given class represents an array of primitives. Null-safe

arturobernalg avatar May 29 '21 05:05 arturobernalg

Coverage Status

Coverage decreased (-0.01%) to 94.964% when pulling 37a241014d418c2bcee769eb6fc826599064a512 on arturobernalg:feature/isPrimitiveArray into bbc690f2cbcb9ebda89e18ed0f4745984888cac5 on apache:master.

coveralls avatar May 29 '21 06:05 coveralls

Can this be used within Commons Lanf itself?

garydgregory avatar May 29 '21 11:05 garydgregory

Can this be used within Commons Lanf itself?

HI @garydgregory i.e in --> ObjectUtil

arturobernalg avatar May 29 '21 13:05 arturobernalg

Can this be used within Commons Lanf itself?

HI @garydgregory i.e in --> ObjectUtil

That does not seem like a very good example because it reuses the component type just 2 lines below.

garydgregory avatar May 29 '21 14:05 garydgregory

Can this be used within Commons Lanf itself?

HI @garydgregory i.e in --> ObjectUtil

That does not seem like a very good example because it reuses the component type just 2 lines below. HI @garydgregory That's true. Maybe it's not the best example, but proves that the functionality it's used and the function isPrimitiveArray could be used TY

arturobernalg avatar May 29 '21 17:05 arturobernalg