A friend of mine only as access to the Express editions of Visual Studio and I am trying to help him refactor to remove a lot of duplication.
|
|
|
|
|
|
|
You could take a look at Simian or DuplicateFinder. Neither have a dependency on the IDE, although you can integrate Simian quite easily. |
||
|
|
|
|
Clone Detective appears as though it might work for you. I haven't used it before, but I stumbled across it on codeplex this week. |
||||
|
|
|
More as fyi, since you mentioned 'express edition' you might need to look for something that would work outside of VS, since I don't believe the express editions support plugins |
||
|
|
|
Your friend should take a look at Gendarme, a FOSS and cross-platform alternative to Microsoft's FxCop/Code Analysis which is part of the Mono project. It includes rules that check for duplicated code. |
|||
|
|
|
|
Try StyleCop tool |
||
|
