Class CodeTFReport


  • public final class CodeTFReport
    extends Object
    Top level reporting object. This is the root object to be deserialized from an input stream.
    • Method Detail

      • getResults

        public List<CodeTFResult> getResults()
        Return a List of individual codemod's results. If this list is not empty, that does not mean there are changes to make.
      • hasCodeChanges

        public boolean hasCodeChanges()
        Returns true if the CodeTF describes any changes made to the code.