javafx: inspection to cleanup code from default properties tag (IDEA-100228)

This commit is contained in:
Anna Kozlova
2013-02-06 16:03:05 +04:00
parent a0c94cf63d
commit 88afea0ee3
13 changed files with 280 additions and 23 deletions
@@ -0,0 +1,8 @@
<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.
<!-- tooltip end -->
<p>
<small>New in 12.1</small>
</body>
</html>