Objective-C-CPD-Language icon indicating copy to clipboard operation
Objective-C-CPD-Language copied to clipboard

A CPD language definition for use with Objective-C source code

Results 3 Objective-C-CPD-Language issues
Sort by recently updated
recently updated
newest added

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)...