Posts Tagged ‘Detect duplicate C# code’

Detect duplicate C# code

Detect duplicate C# code with Clone Detective for Visual Studio 2008

This is a killer add-in for Visual Studio that detects all that copy & paste coding your coworkers have been doing (‘cause of course you would never do that). Long live the DRY principle!

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.

For more details please see the Videos page.

ScreenshotSmall.png

Clone Detective uses ConQAT to perform the clone detection.

conqat_logo_wide_tum.png
 

Popularity: 6% [?]

Share