Any tools to check for duplicate VB.NET code?

前端 未结 9 2223
小蘑菇
小蘑菇 2021-02-07 19:31

I wish to get a quick feeling for how much “copy and paste” coding we have, there are many tools for C# / Java to check for this type of thing. Are there any such tools that wo

9条回答
  •  灰色年华
    2021-02-07 19:57

    I once saw an impressive demo of Pattern Insight; its CP Miner may be what you’re looking for: http://patterninsight.com/products/cp-miner.php. It seems to be language-independent, though I couldn’t find anything explicit about languages other than C/C++.

提交回复
热议问题