C#ソースコードのコピペを探す

コピペなどで発生する、似たようなコード片を探すツール


Clone Detective for Visual Studio
http://www.codeplex.com/CloneDetectiveVS

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.


Clone Detectiveは、C#プロジェクト内の複製されたソースコードの分析をVisual Studioに統合することができます。
複製されたコードは一貫性の欠如を招きやすく、また、よく整理されていないコードの指標でもあります。


Visual Studio 2008に対応しているようだ。
手元のプロジェクトで試してたが、なぜかエラーが発生してうまく動かなかった。
バージョンアップしたらまた試してみようと思う。


ちなみに、コピペを分析するツールには他にもこんなのがある。
CCFinderX
http://www.ccfinder.net/ccfinderx-j.html