Package org.eclim.plugin.core.command.refactoring

Examples of org.eclim.plugin.core.command.refactoring.Refactor


    // create a more descriptive name than the default.
    String desc = refactoring.getName() +
      " (" + element.getElementName() + " -> " + name + ')';

    return new Refactor(desc, refactoring);
  }
View Full Code Here


    // create a more descriptive name than the default.
    String desc = refactoring.getName() +
      " (" + src.getElementName() + " -> " + pack.getElementName() + ')';

    return new Refactor(desc, refactoring);
  }
View Full Code Here

TOP

Related Classes of org.eclim.plugin.core.command.refactoring.Refactor

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.