Inspection to convert Arrays.copyOf(a, size) to a.copyOf(size)
This commit is contained in:
committed by
Nikolay Krasko
parent
fc4f7303d3
commit
e6de8e9cd3
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <code>Arrays.copyOf</code> function calls replaceable with <code>copyOf</code>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user