I want to find all duplicate codes in my android project so can anyone suggest which is the best tool for the same and it should be pluggable with Eclipse IDE.
Regards,
Piks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use http://pmd.sourceforge.net/cpd.html .It can be used to find duplicate code and it works like a charm.
I just did a search for duplicate code at http://marketplace.eclipse.org and found the PMD plugin at http://marketplace.eclipse.org/content/pmd-eclipse
You can use http://pmd.sf.net/eclipse as the update site to get the plugin