blob: 46258ebd43fb14ee289f35914466917926d7047f [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>
</body>
</html>