Class DescriptionBasedDiff

java.lang.Object
com.google.errorprone.apply.DescriptionBasedDiff
All Implemented Interfaces:
Diff, DescriptionListener

public final class DescriptionBasedDiff extends Object implements DescriptionListener, Diff
Implementation of a Diff that performs the modifications that are passed to its onDescribed(com.google.errorprone.matchers.Description) method, with no formatting.

If imports are changed, they are resorted as per Google Java style.

Author:
[email protected] (Louis Wasserman)