mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Proofread JavaFX inspection descriptions
GitOrigin-RevId: 78d5181c06ac7f3a7c962255ae27130769e9b693
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c64140ac0c
commit
5278f7c0f4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user