blob: b9ee1385da954ab7b12005a7c2662907298b9028 [file]
<html>
<body>
Reports any calls to a variable-argument method which has a primitive array in
in the variable-argument position (e.g <b>System.out.printf("%s", new int[]{1, 2, 3})</b> ).
Such a primitive-array argument may be confusing, as it will wrapped as a single-element array, rather than each individual
element being boxed, as might be expected.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>