<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> |