重构工具 meaning in English
chapter 14:refactoring tools(by don roberts and john brant)
Examples
- It is also possible to use refactoring tools from the class designer window
也可以从“类设计器”窗口中使用重构工具。 - Will cause a type - checking error too . as this example demonstrates , type checkers can be extremely powerful refactoring tools
根据这个示例演示,类型检查器可以成为功能极强大的重构工具。 - Refactoring tools can automatically restructure your source code , for example , by promoting local variables to parameters or converting a block of code into a method
重构工具可自动重新构造源代码,例如,通过将局部变量升级为参数或将代码块转换为方法。 - The java refactoring tools won t replace the use of types in aspectj - specific code unless the developer who ran them remembered to search for the fully qualified name of the type in files with the extension
Java重构工具将不会替换特定于aspectj的代码中类型的使用,除非运行该代码的开发人员记得搜索扩展名为 - The preconditions are checked to estimate whether the refactoring is to change the observable behavior of the software , and the refactor tool need implement it to acquire the reliability
重构的前提条件是检测程序和重构操作是否会改变软件的外在行为,而且重构工具也需要通过实现自动化检测前提条件达到可靠性的要求。