optionsProblems property

List<RefactoringProblem> optionsProblems
getter/setter pair

The options validation status, i.e. problems in the given options, such as light-weight validation of a new name, flags compatibility, etc. The array will be empty if there are no known problems.

Implementation

List<RefactoringProblem> optionsProblems;