Package edu.ohio_state.khatchad.refactoring.core

Examples of edu.ohio_state.khatchad.refactoring.core.EnumerizationComputer


    final RefactoringStatus status = new RefactoringStatus();
    try {
      monitor.beginTask(Messages.ConvertConstantsToEnumRefactoring_CheckingPreconditions, 2);

      final IJavaSearchScope scope = SearchEngine.createWorkspaceScope();
      this.computer = new EnumerizationComputer(this.fieldsToRefactor,
          scope, monitor);

      // build the enumerization forest.
      /*
       * TODO: Will treat this as a 'blackbox' for now. For more details
View Full Code Here

TOP

Related Classes of edu.ohio_state.khatchad.refactoring.core.EnumerizationComputer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.