addFix abstract method

void addFix(
  1. AnalysisError error,
  2. PrioritizedSourceChange change
)

Record a new change (fix) associated with the given error.

Implementation

void addFix(AnalysisError error, PrioritizedSourceChange change);