kucherenko / jscpd

Copy/paste detector for programming source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tokens field in duplicates is always zero

hancao97 opened this issue · comments

Run the following command:

jscpd src -r json -o './maintainability-report-duplicate-temp/'

The tokens field in duplicates is always zero:
image

As a temporary solution,do I have any way to calculate the token length of a code snippet?