Reports mixed octal and decimal integer literals in a single array initializer.
This is often due to copying a list of numbers into an array initializer, where
some of the numbers in the array are zero-padded, and will thus be interpreted by the Java compiler as octal.