pmd-eclipse-plugin icon indicating copy to clipboard operation
pmd-eclipse-plugin copied to clipboard

Show Find Suspect Cut and Paste for Java Source Files

Open numeralnathan opened this issue 6 years ago • 1 comments

When I right click a project and click on the PMD menu, I see the "Find Suspect Cut and Paste..." (FSCAP) menu item. When I right click a Java source file and click on the PMD menu, the FSCAP is not shown. Please show this menu item for Java source files and packages.

I have a long test class and it has several cut and paste problems in it. I would like to avoid running FSCAP for the entire project when I only need it for 1 file.

numeralnathan avatar Feb 01 '19 23:02 numeralnathan

The current alternative is, to use the command line: https://pmd.github.io/pmd-6.11.0/pmd_userdocs_cpd.html But adding this as a menu item, sounds like a good idea.

adangel avatar Feb 06 '19 07:02 adangel