On the 0x22A day of Apache Harmony Stefano Mazzocchi wrote: > Egor Pasko wrote: > > On the 0x22A day of Apache Harmony Stefano Mazzocchi wrote: > >> Find new reports on melody: > >> > >> 1) findbugs reports 2895 potential bugs of 207 of which serious > >> > >> 2) cpd now reports against both classlib/java and drlvm/c (I will do > >> classlib/c and drlvm/java later) > > > > I see no drlvm/c, only drlvm/java. And CPPTASKS can be excluded > > safely, it is an external tool. > > fixed. I now run cpd against classlib/module and drlvm/vm only, both for > java and c.
Thank you for doing this! There are a lot of opportunities for refactoring. I will be looking at these when working on code nearby. What improvements I might think of: * alerts when copy-pasted code grows (whith CC) * ability to filter out known copy-pastings which are OK -- Egor Pasko
