> On Nov 26, 2015, at 12:27 PM, John Michael Zorko <[email protected]> wrote: > >> On Nov 26, 2015, at 12:21 PM, Alex Zavatone <[email protected]> wrote: >> >> What’s PMD? > > https://pmd.github.io <https://pmd.github.io/>
The more you try to shoehorn Objective-C and Swift into a tool that wasn't designed for either, you will probably get more and more frustrated. The built-in analyzer does a pretty good job of finding code problems (and is getting better, but I do have one piece of code that gives me a false positive, radar submitted) -- but not copy-and-paste code. However you should be able to track those down using git, in fact there's a StackOverflow on the topic that appears to be language-agnostic: <http://stackoverflow.com/questions/1939635/how-can-i-detect-copy-pasted-code-using-git> -- Glenn L. Austin, Computer Wizard and Race Car Driver <>< <http://www.austinsoft.com> _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
