views:

52

answers:

0

Possible Duplicate:
What tool to find code duplicates in C# projects?

I have to refactor a C# batch that has a lot of duplicates method in different files (Copy and Paste bonanza); essentially I would like to create a common librabry for all of this methods replicated on many .cs files.

Do you know if Visual Studio out of the box or some third party tools could help me to find duplicates method inside this messy codebase?