Ticket #823 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

Integrate PMD/CPD with projects

Reported by: https://me.yahoo.com/postrockrob#52e3a Owned by: rob
Priority: minor Milestone: 0.15
Component: project Keywords:
Cc:

Description

The  CPD tool of the PMD project does static analysis on multiple languages. It would be nice to integrate this into the Projects menu.

Probably means a refactoring of Projects to break out CTAGS from being part of the class hierarchy into an attribute of the Project.

Attachments

Change History

Changed 2 years ago by https://me.yahoo.com/postrockrob#52e3a

Call CPD on my Gentoo system using the following command line:

java -classpath /usr/share/pmd/lib/pmd.jar net.sourceforge.pmd.cpd.CPD --minimum-tokens 100 --files /path/to/files --language cpp

where language can be one of: Java, JSP, C, C++, Fortran or PHP

Add/Change #823 (Integrate PMD/CPD with projects)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.