Tagged Questions
17
votes
13answers
590 views
Java source refactoring of 7000 references
I have a huge problem. My supervisors want me to change a piece of java code which can effect whole project.
I need to change the signature of the void log(String) method which should take two more ...
2
votes
2answers
94 views
Visual Studio-like refactor tool for SQL
Are there any free tools providing snippets and syntax checking similar to Refactor in Visual Studio 2003/05/08/10?
@edit: To MSSQL, any version..
0
votes
3answers
645 views
Is there an application that can convert PHP code to ASP.Net?
I'm tired. I have ~30 really messy PHP files in my project. Hearing people say that Asp.net is more structured , that it is better (I'm mostly relying on Jeff's advice @codinghorror here) and that it ...