Package com.google.gerrit.server.fixes
Class FixCalculator.FixResult
java.lang.Object
com.google.gerrit.server.fixes.FixCalculator.FixResult
- Enclosing class:
- FixCalculator
The result of applying fix to a file content
-
Field Summary
Fields -
Method Summary
-
Field Details
-
edits
public final com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> editsList of edits to transform an original text to a final text (with all fixes applied) -
text
Final text with all applied fixes
-