finalProblems property

List<RefactoringProblem> finalProblems
getter/setter pair

The final status of the refactoring, that is, problems identified in the result of a full, potentially expensive validation and / or change creation. The list should be empty if there are no known problems.

Implementation

List<RefactoringProblem> finalProblems;