Class AppliedFix.Applier

java.lang.Object
com.google.errorprone.fixes.AppliedFix.Applier
Enclosing class:
AppliedFix

public static class AppliedFix.Applier extends Object
  • Constructor Details

    • Applier

      public Applier(CharSequence source, com.sun.tools.javac.tree.EndPosTable endPositions)
  • Method Details

    • apply

      @Nullable public AppliedFix apply(Fix suggestedFix)
      Applies the suggestedFix to the source. Returns null if applying the fix results in no change to the source, or a change only to imports.