pmd-eclipse-plugin
pmd-eclipse-plugin copied to clipboard
Show Find Suspect Cut and Paste for Java Source Files
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.
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.