Objective-C-CPD-Language
Objective-C-CPD-Language copied to clipboard
A CPD language definition for use with Objective-C source code
this tool just checks .m files and .h files,but in my project there are many .mm files.
Are you planning to add support for [Objective-C Literals](http://clang.llvm.org/docs/ObjectiveCLiterals.html)?
When using PMD 5.0.0, I get the following error message for every file, and hence no output: ``` java.lang.NoSuchMethodError: net.sourceforge.pmd.cpd.SourceCode.getCodeBuffer()Ljava/lang/StringBuffer; at net.sourceforge.pmd.cpd.ObjectivecTokenizer.tokenize(ObjectivecTokenizer.java:27) at net.sourceforge.pmd.cpd.CPD.add(CPD.java:102) at net.sourceforge.pmd.cpd.CPD.add(CPD.java:68) at net.sourceforge.pmd.cpd.CPD.addDirectory(CPD.java:78) at net.sourceforge.pmd.cpd.CPD.addRecursively(CPD.java:63)...