Class CodeTFReport

java.lang.Object
io.codemodder.codetf.CodeTFReport

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

  • Method Details

    • getRun

      public CodeTFRun getRun()
    • 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.