Class AppliedFix
java.lang.Object
com.google.errorprone.fixes.AppliedFix
Represents the corrected source which we think was intended, by applying a Fix. This is used to
generate the "Did you mean?" snippet in the error message.
- Author:
- alexeagle@google.com (Alex Eagle)
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppliedFix.Applier
fromSource
(CharSequence source, com.sun.tools.javac.tree.EndPosTable endPositions) boolean
-
Method Details
-
getNewCodeSnippet
-
isRemoveLine
public boolean isRemoveLine() -
fromSource
public static AppliedFix.Applier fromSource(CharSequence source, com.sun.tools.javac.tree.EndPosTable endPositions)
-