Reuse embed and paste code - JavaScript and C #
What is the best tool for tracking reuse of cut and paste code in JavaScript and C #? I have inherited a really large project, and the amount of code that is repeated throughout the application is "epic". I need help to deal with all the things that can be refactored to base classes, js libs reusable, etc.
If it can connect to Visual Studio 2010, that would be an added bonus.
a source to share
Simian is built with C # and JavaScript support. There is also a tool called Clone Detective that works as an add-on for Visual Studio, although it doesn't seem to work with JavaScript.
a source to share
SD CloneDR is a tool that finds precise and invisible blocks of duplicate code, using the structure of the language to guide analysis and minimize false positives. He usually finds 10% + duplicate code in almost everything people write.
CloneDR has langauge front ends for compiler for C, C ++, Java, COBOL, PHP. Python, Fortran as well as C # and Javascript.
You can view clone detection reports in the web link report for different systems.
a source to share