initialProblems property

List<RefactoringProblem> initialProblems
getter/setter pair

The initial status of the refactoring, that is, problems related to the context in which the refactoring is requested. The list should be empty if there are no known problems.

Implementation

List<RefactoringProblem> initialProblems;