Javascript source code analysis ( specifically duplication checking )

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-04-13T05:03:33Z Indexed on 2010/04/13 5:12 UTC
Read the original article Hit count: 333

Filed under:
|
|

Partial duplicate of this

Notes: I already use JSLint extensively via a tool I wrote that scans in intervals my current project directory for recently updated/created .js files. It's drastically improved productivity for me and I doubt there is anything as good as JSLint for the price (it's free).

That said, is there any analysis tool out there that can find repetitive or near-duplicate code blocks, the goal being to make it easier to find opportunities to consolidate large files or small/medium sized projects?

© Stack Overflow or respective owner

Related posts about code-analysis

Related posts about refactoring