Mondego / SourcererCC

Sourcerer's Code Clone project
GNU General Public License v3.0
206 stars 69 forks source link

Is the bookkeeping file used by SourcererCC? #5

Closed jakubzitny closed 5 years ago

jakubzitny commented 8 years ago

Hi, the Readme is not clear about where to put the bookkeeping headers.file.

Does SourcererCC actually use this file or is it just for manual check of the block/file that is found?

saini commented 8 years ago

headers.file is not directly used by SourcererCC. It is used for post processing purpose, especially to track the code-block ids to their code snippets. Going further, we need to figure out a good home for it. Currently, we make a bookkeepings folder inside the input folder and then drop this file there.

`` SourcererCC |--input | -- bookkeepings |-- headers.file

saini commented 6 years ago

No, SourcererCC (SCC) doesn't use bookkeeping file. However, it can be used outside of SCC if you want to look into the body of clone pairs.

saini commented 5 years ago

closing this.