All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.PrimitiveArrayPassedToVarargsMethod.md Maven / Gradle / Ivy

The newest version!
When you pass a primitive array as the only argument to a varargs method, the
primitive array is autoboxed into a single-element Object array. This is usually
not what was intended.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy