Hi,
The codebase have 269K lines of code and comments, and CD reported
24,000 statements. I don't want to reproduce the output right now. But
as I can remember, CD finally hanged on the "Choosing pattern for each
statement..." stage, when working on the 20,000th statements . I
believe it hanged because the CPU usage of it is only 1% at that time.
Indeed in Wicket's source code there's tests I haven't removed,
because the test code is mixed with other code. And I think this would
be a common style in software development. So I suggest to have a
filter mechanism, so we can filter out functions like testFoo().
Also I have run CCFinder on the same codebase and it is much faster.
However I prefer Clone Digger because it is Open Source!
Thanks!
-- Haoyu Bai
On Wed, Mar 4, 2009 at 1:51 PM, Peter Bulychev <
peter.b...@gmail.com> wrote:
> Hello.
>
> How many lines of code are there in your project?
> We've recently run CD on eclipse-jdtcore with 146K lines of code and it took
> 2h43m on a modern PC.
>
> Can you provide the output of Clone Digger? If you do, I'll try to realize
> what's wrong.
>
> Also, did you removed:
>
> Automatically generated sources.
> Tests.
> Third party libraries.
>
> from the project tree?
>
> 2009/3/3 Haoyu Bai <
divi...@gmail.com>
> - Show quoted text -