Class RefactoringStatus


  • public final class RefactoringStatus
    extends Object
    The refactoring status.
    • Constructor Detail

      • RefactoringStatus

        public RefactoringStatus()
    • Method Detail

      • addProblem

        public void addProblem​(IRefactoringProblem problem)
        Adds the refactoring problem to the status.
        Parameters:
        problem - the refactoring problem, cannot be null.
      • getProblems

        public Collection<IRefactoringProblem> getProblems()
        Returns the problems of the refactoring.
        Returns:
        a collection of refactoring problems, never null.