blob: c656c9227e52f2cc85e970a8c8421f34d1824256 [file] [log] [blame]
<html>
<body>
Reports any use of both octal and decimal integers in an array
initialization. This is often due to creating an array by copying a list of numbers into an array without noticing
that some of them are zero-padded, and will thus be interpreted by the Java compiler as octal.
<!-- tooltip end -->
<p>
</body>
</html>