mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] cleanup of inspection description updates NegativelyNamedBooleanVariable
GitOrigin-RevId: 61bec56b30709acfa6fa8e7b0835c87a83b22ae6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
23993f5c81
commit
70c521a84e
+1
-1
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports negatively named variables, for example 'disabled', 'hidden', 'isNotChanged'.
|
||||
It is usually more clear to invert the <b>boolean</b> value and remove the negation from the name.
|
||||
It is usually more clear to invert the <code>boolean</code> value and remove the negation from the name.
|
||||
<!-- tooltip end -->
|
||||
<p>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user