Reports any calls to a variable-argument method which has a
null
in the variable-argument position (e.g
System.out.printf("%s", null)
). Such a
null
argument may be confusing, as it is not wrapped as a single-element array, as may be expected.