RemoveUnneededCasts.rules:
a single-rule script that tests for whether the type of a Java
expression is an instance of the type it is being cast to, and if so,
removes the cast.
FindEJBs.rules: reports which
classes implement J2EE EJB interfaces.
SwingUtilitiesToEventQueue.rules:
moves references to those SwingUtilities methods that were moved to the
EventQueue in Java 1.3.
Cleanup.rules: removes common
code redundancy, simplifying the source without changing its
functionality.
Deprecated.rules:
example of how to convert deprecated method references to
non-deprecated references.