I would like to run cpd on c++ files (header .h, template .txx, and
implementation *.cxx).
I have tried to modify src/net/sourceforge/pmd/cpd/CPPLanguage.java, by adding
.txx to the list of extension, but I use the bin/cpd.sh it does not process
any of the txx file.
What should I do?
Thanks a lot for your help,
Arnaud
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to run cpd on c++ files (header .h, template .txx, and
implementation *.cxx).
I have tried to modify src/net/sourceforge/pmd/cpd/CPPLanguage.java, by adding
.txx to the list of extension, but I use the bin/cpd.sh it does not process
any of the txx file.
What should I do?
Thanks a lot for your help,
Arnaud
Are you working on trunks directly or are you using the 4.2.x branch ?
I suggest you use a remonter debugging and simply debug what is happening. PMD
is simple java application, it is very easy to debug.
Are you working on trunks directly or are you using the 4.2.x branch ?
I suggest you use a remonter debugging and simply debug what is happening. PMD
is simple java application, it is very easy to debug.
I was using the 4.2.5 tarball.
I am not a java expert, but I'll try to debug it...