skyhover / Deckard

Code clone detection; clone-related bug detection; sematic clone analysis
Other
209 stars 78 forks source link

Clone detection on sample fails(?) #6

Open wagnerst opened 10 years ago

wagnerst commented 10 years ago

After I put my directory into the config in the sample directory, I can run the clone detection but I get the following output:

= Vector clustering w/ MIN_TOKENS=30, STRIDE=2, SIMILARITY=0.95 ...

grouping: vectors/vdb_30_2 with distance=5,477226...Done grouping 30 2 5,477226. See >groups in vectors/vdb_30_2_g[0-9]__5,47722630 paramsetting: 30 2 0.95 ...Error: paramsetting failure: no vector group found: 30 2 0.95 Error: problem in vec clustering step. Stop and check logs in times/

So I'm not sure I can trust what is output in clusters/post_cluster...

What is wrong?

Thanks, Stefan

petersenna commented 10 years ago

What was the command line you used?

On Tue, Jul 8, 2014 at 9:51 AM, wagnerst notifications@github.com wrote:

After I put my directory into the config in the sample directory, I can run the clone detection but I get the following output:

= Vector clustering w/ MIN_TOKENS=30, STRIDE=2, SIMILARITY=0.95 ...

grouping: vectors/vdb_30_2 with distance=5,477226...Done grouping 30 2 5,477226. See >groups in vectors/vdb_30_2_g[0-9]__5,47722630 paramsetting: 30 2 0.95 ...Error: paramsetting failure: no vector group found: 30 2 0.95 Error: problem in vec clustering step. Stop and check logs in times/

So I'm not sure I can trust what is output in clusters/post_cluster...

What is wrong?

Thanks, Stefan

— Reply to this email directly or view it on GitHub https://github.com/skyhover/Deckard/issues/6.

Peter

wagnerst commented 10 years ago

../scripts/clonedetect/deckard.sh in Deckard-parallel1.3/samples

petersenna commented 10 years ago

I'm sorry, I have no idea why I'm receiving those E-mails. I got confused and I was assuming those were reports on one of my repositories, which is not the case.

Sorry, I can't help.

On Tue, Jul 8, 2014 at 1:31 PM, Stefan Wagner notifications@github.com wrote:

../scripts/clonedetect/deckard.sh in Deckard-parallel1.3/samples

— Reply to this email directly or view it on GitHub https://github.com/skyhover/Deckard/issues/6#issuecomment-48324787.

Peter

skyhover commented 10 years ago

Do you see any log files in TIME_DIR folder (defaulted to "times/" within the same folder as the 'config' file)? Can you see more error messages within the grouping* or param* log files there?

Thanks!