Inspectopedia Help

JavaFX

Color component is out of range   New in this release

Reports RGB color components that are out of the valid range.

Event handler method signature problems   New in this release

Reports event handler issues, including incompatible argument types, ambiguous event handler methods, and incorrect return types.

JavaFX redundant property values   New in this release

Reports properties in .fxml files (both attributes and tags) that have the default values and therefore are redundant.

JavaFX unused imports   New in this release

Reports unused imports in .fxml files.

The value from properties file is incompatible with the attribute type   New in this release

Reports attribute values defined in a .properties file that do not match the type of the attribute.

Unnecessary default tag   New in this release

Reports redundant tags in .fxml files.

Unresolved fx:id attribute reference   New in this release

Reports unresolved fx:id references.

Unresolved style class reference   New in this release

Reports unresolved CSS style classes.

Last modified: 11 September 2024