blob: 4016a7494423a295dead50e4d1d878e476572f22 [file] [log] [blame]
<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>
</body>
</html>