We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bin/run.sh cpd --minimum-tokens 120 --format csv_with_linecount_per_file --encoding utf-8 --ignore-literals --ignore-annotations --ignore-usings --skip-duplicate-files --skip-lexical-errors --failOnViolation false --files path/to/project --language cpp
The text was updated successfully, but these errors were encountered:
@cyw3 thanks for the report, this is unfortunately a known issue (see #185 (comment)). We have a pending issue to refactor report rendering for CPD.
In the meantime, you can try increasing the heap space CPD has available.
Sorry, something went wrong.
I have set JAVA_OPTIONS="-Xms32m -Xmx6512m", but it is not ok.
@jsotuyod I fixed the bug.
Update changelog, refs pmd#795
6d1a888
@cyw3 I've just submitted a PR fixing this for good. Should be part of PMD 6.1.0
Fixes #795
9c007af
Merge branch 'pr-919'
jsotuyod
No branches or pull requests
bin/run.sh cpd --minimum-tokens 120 --format csv_with_linecount_per_file --encoding utf-8 --ignore-literals --ignore-annotations --ignore-usings --skip-duplicate-files --skip-lexical-errors --failOnViolation false --files path/to/project --language cpp
The text was updated successfully, but these errors were encountered: