automated-refactoring
what is best java libraries to write custom refactoring scripts? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will l开发者_Python百科ikely[详细]
2023-04-02 00:11 分类:问答Need tools which will refactor the C# code for null checks
Can anyone suggest me for automating the null check refactoring in C# code? The actual problem is, I have a C# consol开发者_运维技巧e application with 500 files where in each file contains so main IF-[详细]
2023-03-22 02:10 分类:问答Any tools to refactor c structures under a superstructure?
Are there any tools which help manage plain old c structures? I have a number of structures that I would like to refactor under one big happy structure.[详细]
2023-03-20 21:52 分类:问答C++ Refactoring - Move method to implementation file
I have lots of header files with lon开发者_运维百科g method implementation inside. Is there An automatic way of doing that?[详细]
2023-03-13 01:53 分类:问答Any tool can help refactor field into get/set pairs of method [closed]
Closed. This question does not meet Stack 开发者_JAVA百科Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-14 07:37 分类:问答why doesn't eclipse-python have magic refactor?
Eclipse is able to utilize compiled bytecode to enable \"magic refactor\" functionality--renaming methods, tracing up and down class hierarchies and tracing through meth开发者_StackOverflow中文版od ca[详细]
2023-02-10 23:32 分类:问答Where in the NetBeans 6.9.1 source code is the code for scanning Java files and finding all the methods, variables, imports etc
I\'m looking for a sample or possibly even code I can use which scans Java files and tells me key pieces of information about each class, which i can then use mu开发者_StackOverflow中文版ch like the N[详细]
2023-02-06 17:11 分类:问答Java source refactoring of 7000 references
I need to change the signature of a method used all over the codebase. Specifically, the method void log(String) will take two additional arguments (Class c, String methodName), which need to be prov[详细]
2023-01-20 00:04 分类:问答Refactoring to move a private field from one class to its helper class?
EDIT : I submitted an Eclipse enhancement request for this refactoring. Is there a way to move a private field from one class to its helper class?The below chicken-scratch UML shows what I\'m doing m[详细]
2023-01-19 03:50 分类:问答C / C++ packages to understand code for refactoring
I am about to starting to work on a project which involves refactoring and modifying existing code which is in c & c++. The code is a bloated one and is in huge volume. Of course since the code ne[详细]
2023-01-17 19:27 分类:问答