Proofread JavaFX inspection descriptions

GitOrigin-RevId: 78d5181c06ac7f3a7c962255ae27130769e9b693
This commit is contained in:
Aleksandra Zolushkina
2021-05-10 19:56:24 +00:00
committed by intellij-monorepo-bot
parent c64140ac0c
commit 5278f7c0f4
6 changed files with 7 additions and 6 deletions
@@ -1,6 +1,6 @@
<html>
<body>
Reports RGB color components which are out of valid range.
Reports RGB color components that are out of the valid range.
<!-- tooltip end -->
<p>
</body>
@@ -1,6 +1,7 @@
<html>
<body>
Reports usages of tags in .fxml which could be ommitted as these tags correspond to a class property which is declared in @DefaultProperty class annotation.
Reports redundant tags in .fxml files. These tags correspond to a class property which
is declared in the @DefaultProperty class annotation, that is why they can be omitted.
<!-- tooltip end -->
<p>
</body>
@@ -1,5 +1,5 @@
<html>
<body>
Reports event handler issues, including incompatible argument type, ambiguous event handler method, and incorrect return type.
Reports event handler issues, including incompatible argument types, ambiguous event handler methods, and incorrect return types.
</body>
</html>
@@ -1,6 +1,6 @@
<html>
<body>
Reports properties in .fxml files (both attributes and tags) having default values and therefore redundant.
Reports properties in .fxml files (both attributes and tags) that have the default values and therefore are redundant.
<!-- tooltip end -->
</body>
</html>
@@ -1,5 +1,5 @@
<html>
<body>
Reports attribute values defined in properties file that don't match the type of the attribute.
Reports attribute values defined in a .properties file that do not match the type of the attribute.
</body>
</html>
@@ -1,5 +1,5 @@
<html>
<body>
Reports unresolved fx:id references. Quickfix to create corresponding field is provided.
Reports unresolved fx:id references. The quick-fix creates the corresponding fields.
</body>
</html>