Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
c786a853
Commit
c786a853
authored
6 years ago
by
Bas Leijdekkers
Browse files
Options
Download
Email Patches
Plain Diff
IG: description tweak
parent
af07a9e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/InspectionGadgets/src/inspectionDescriptions/MultipleVariablesInDeclaration.html
+3
-1
...nspectionDescriptions/MultipleVariablesInDeclaration.html
with
3 additions
and
1 deletion
+3
-1
plugins/InspectionGadgets/src/inspectionDescriptions/MultipleVariablesInDeclaration.html
+
3
-
1
View file @
c786a853
<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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment