-
Now CPD can only run to check the whole project. But some times we will be interesting in the code duplication in a file or in a package.
Is it possible to check duplicate code on a single file or files in a package?
Suppose to operate like: Right click on a file or a package in package explorer, select PMD -> Find Suspect Cut and Paste...
2007-05-25 06:28:06 UTC in PMD
-
leoliang registered the ClearCaseWeb project.
2007-05-22 16:05:05 UTC in ClearCaseWeb
-
The XSL files shipped with Checkstyle don't show severity of violations.
I do a small modification on checkstyle-noframes-sorted.xsl to show number of violations in different severity (error/warning/info).
2007-05-18 12:59:09 UTC in checkstyle
-
findbugs itself already has filter-files, which can be
passed as command-line parameters:
>findbugs -exclude myExcludeFilter.xml myApp.jar
But I don't see a way to specify those files within the Eclipse plugin. I would expect an input-field in the findbugs-panel of the eclipse-properties dialog to do so.
2007-03-07 11:35:16 UTC in FindBugs