On the 0x229 day of Apache Harmony Stefano Mazzocchi wrote:
> I've managed to run CPD[1] against harmony classlib.
> 
> CPD (or cut/paste detector) is a tool that is capable of showing where
> code was cut/pasted from different parts of the source tree.
> 
> I managed to filter out all the tests (because they seem to have a good
> amount of cut/paste and that is not necessarily a problem) but there is
> still a lot of code that is was cut/pasted and might be worth
> considering for refactoring.
> 
> Find it at
> 
>  http://67.86.14.213:10000/results/latest/cpd.html

This one is awesome! Is it only for classlib? I would be happy to see
the DRLVM stats:) Does it parse the language or just detects 1:1 matches?

-- 
Egor Pasko

Reply via email to