blob: 1ac168ee7726594e197e5798faff630d91988380 [file] [log] [blame]
<html>
<body>
Reports any calls to <b>Arrays.asList()</b> with zero arguments or only one argument. Such calls could be replaced
with either a call to <b>Collections.singletonList()</b> or <b>Collections.emptyList()</b> which will save some memory.
<!-- tooltip end -->
<p>
<small>New in 12</small>
</body>
</html>