initialProblems property

List<RefactoringProblem> initialProblems
getter/setter pair

The initial status of the refactoring, i.e. problems related to the context in which the refactoring is requested. The array will be empty if there are no known problems.

Implementation

List<RefactoringProblem> initialProblems;