.funkyblue { color:#0000AF; }




CopyPasteKiller-find duplicate code in codebase
http://www.nitriq.com/CopyPasteKiller/
CopyPasteKiller is a free tool for .Net developers that will analyze a directory of code and find large chunks of similar code in multiple locations. This similar code can then be refactored either by creating a base class or by reducing the protection level on the method so it can be called by multiple classes. Technically, CopyPasteKiller should be called CopyPasteFinder because its up to you to remove the duplicate code, but CopyPasteFinder isn't nearly as fun a name as CopyPasteKiller.
CopyPasteKiller finds similar code, not exact matches. It ignores "fluff" like whitespace, string content, curly braces, comments and using/import statements. In VB.NET it will also ignore lines that contain only "Next", "End While", "End Try", "End If", "End






More Options ...
Categories
Tag Cloud
Blog RSS
Comments RSS

Void « Default
Life
Earth
Wind
Water
Fire
Light 