JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.errorprone.fixes
AppliedFix
Uses of Class
com.google.errorprone.fixes.AppliedFix
Packages that use
AppliedFix
Package
Description
com.google.errorprone.fixes
Support code for providing automated corrections for defects we find.
Uses of
AppliedFix
in
com.google.errorprone.fixes
Methods in
com.google.errorprone.fixes
that return
AppliedFix
Modifier and Type
Method
Description
@Nullable
AppliedFix
AppliedFix.Applier.
apply
(
Fix
suggestedFix)
Applies the suggestedFix to the source.