optionsProblems property

List<RefactoringProblem> optionsProblems
getter/setter pair

The options validation status, that is, problems in the given options, such as light-weight validation of a new name, flags compatibility, etc. The list should be empty if there are no known problems.

Implementation

List<RefactoringProblem> optionsProblems;