From: youjun g. <you...@ya...> - 2010-01-15 15:55:28
|
Hilmar, The difficult part is identify the "dead code" and the "living code". In most of the case "dead code" and "living code" are mixed in same java file. Every deletion can break some other java file which refer to the deleted code. The "Investigation" is actually almost the same efforts as delete and fix. I will prefer deletion over investigation. I will try to delete a nclXXX class which Bill Identify as definitely a dead class and see how it is going Youjun |