Class AppliedFix.Applier
java.lang.Object
com.google.errorprone.fixes.AppliedFix.Applier
- Enclosing class:
AppliedFix
- Author:
- alexeagle@google.com (Alex Eagle)
-
Constructor Summary
ConstructorDescriptionApplier
(CharSequence source, com.sun.tools.javac.tree.EndPosTable endPositions) -
Method Summary
-
Constructor Details
-
Applier
-
-
Method Details
-
apply
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.
-