Commit c786a853 authored by Bas Leijdekkers's avatar Bas Leijdekkers
Browse files

IG: description tweak

parent af07a9e3
Showing with 3 additions and 1 deletion
+3 -1
<html>
<body>
Reports multiple variables being declared in a single declaration.
Reports multiple variables declared in a single declaration.
Some coding standards prohibit such declarations.
<!-- tooltip end -->
<p>
......@@ -9,5 +9,7 @@ Use the first checkbox below to ignore multiple variables declared in the initia
<p>
Use the second checkbox below to only warn when variables with different array dimensions are declared in a single declaration, e.g.:
<pre><code>String s = "", array[];</code></pre>
<p>
<small>New in 2019.2</small>
</body>
</html>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment