Given an analyzer that reports violations of a rule, creating a transform to fix that violation requires the following:
Transform subclass with an apply method that uses model model methods, text buffer methods, or some other means to fix the cause of the violation.Rule which the transform addresses.
Copyright © 1997, 2005, Oracle. All rights reserved.