Download the pmd-bin-X.Y.zip () from the SourceForge site, extract the
pmd-X.Y.jar from it, and then run that on source code thusly:
- java -cp pmd-X.Y.jar net.sourceforge.pmd.cpd.CPD --minimum-tokens 100 --files /some/where/src --language c > cpd.txt
+ java -cp pmd-X.Y.jar net.sourceforge.pmd.cpd.CPD \
+ --minimum-tokens 100 --files /some/where/src --language c > cpd.txt
You may run into memory limits, in which case you should use the -Xmx
option:
You should create the perl with AddressSanitizer using:
sh Configure -Dcc=clang -Accflags=-faddress-sanitizer \
- -Aldflags=-faddress-sanitizer -Alddlflags=-shared\ -faddress-sanitizer
+ -Aldflags=-faddress-sanitizer \
+ -Alddlflags=-shared\ -faddress-sanitizer
where these arguments mean:
pod/perlguts.pod ? Should you be using L<...> instead of 1
pod/perlhack.pod ? Should you be using L<...> instead of 1
pod/perlhack.pod Verbatim line length including indents exceeds 79 by 1
-pod/perlhacktips.pod Verbatim line length including indents exceeds 79 by 2
pod/perlhist.pod Verbatim line length including indents exceeds 79 by 2
pod/perlhpux.pod Verbatim line length including indents exceeds 79 by 3
pod/perlhurd.pod Verbatim line length including indents exceeds 79 by 2