I have a method which I want to delete. This method is being called from n number of classes. I want to dele开发者_开发技巧te this method using refactoring and also make eclipse delete all calls to th
Given the following function: public SomeClass(int RequestID) { // blah } Resharper complains that my parameter should be requestId (which doesn\'t make sense first of all, because the .NET API use
I have written a simple server - client program with Swing interface using singleton and observer pattern. Each client connects to the server and can send messages. The server forwards the messages it
I have the following chunk of header and footer code appearing in alot of methods. Is there a cleaner way of implementing this?
I\'m trying to refactor a python module in wh开发者_开发问答ich the main problem is duplicate code.
This code solves an interesting puzzle outlined in http://www.programgood.net/2011/01/13/DynamicOperatorsGuernseyChallenge.aspx
I am currently toying with the idea of converting a small/medium sized project from AWT to SWT, although Swing is not totally out of the picture yet.
Once I\'ve seen a nice tool called .NET Reflector. It can show the entire object hierarchy of .Net binaries/apps (sorry if the term is wrong).
I 开发者_StackOverflow中文版want to replace the String \"com.oldpackage.className\" with \"com.newPackage.className\" in a stream of serialized data. This serialized data is read from the DB and updat
I have been learning C++ by diving into a project, a simple 2d game. I have attempted to implement a set of cheats but I\'m seriously novice at string manipulation. I\'m sure there would be a more ele