blob: 8012e002fbd8582acf7bf6d90b9db098e43c12ca [file] [log] [blame]
<html>
<body>
Reports multiple different types of variables being declared in a single declaration. In such a declaration the types
used can only differ in array dimension. Such declarations may be confusing.
<p>For example the following will be reported by this inspection:<br>
<code><pre>String s = "", array[];</pre></code>
<!-- tooltip end -->
<p>
</body>
</html>