zoukankan      html  css  js  c++  java
  • PMD for Eclipse的安装和使用

    To install the PMD plugin for Eclipse:

    • Start Eclipse and open a project
    • Select "Help"->"Software Updates"->"Find and Install"
    • Click "Next", then click "New remote site"
    • Enter "PMD" into the Name field and "http://pmd.sf.net/eclipse" into the URL field
    • Click through the rest of the dialog boxes to install the plugin

    Alternatively, you can download the latest zip file and follow the above proceduresexcept for using "New local site" and browsing to the downloaded zip file.

    To configure PMD, select "Windows"->"Preferences", then select PMD.

    To run PMD, right-click on a project node and select "PMD"->"Check code with PMD".

    To run the duplicate code detector, right-click on a project node and select "PMD"->"Find suspect cut and paste". The report will be placed in a "reports" directory in a file called "cpd-report.txt".

    To find additional help for other features, please read included help by selectingHelp->Help Contents and browse the "How to..." section in the "PMD Plugin Documentation" book.

    After installing an update, if you get an Exception such as "java.lang.RuntimeException: Couldn't find that class xxxxx",try deleting the ruleset.xml file in the .metadata/plugins/net.sourceforge.pmd.eclipse directory in your workspace.

    To get Eclipse to not flag the @SuppressWarnings("PMD") annotation, look under the menu headings Java -> Compiler -> Errors/Warnings -> Annotations -> Unhandled Warning Token.

    转自:http://pmd.sourceforge.net/

  • 相关阅读:
    475.Heaters java
    爬取豆瓣新热门电影数据
    ORALCE逻辑存储结构
    UnicodeDecodeError: 'utf-8' codec can't decode byte 问题
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    oracle和mysql区别
    ORACLE ITL事务槽
    oracle的锁种类知识普及
    仅主机、NAT、桥接模式
    oracle11g和12c区别
  • 原文地址:https://www.cnblogs.com/tjuscslirui/p/4519077.html
Copyright © 2011-2022 走看看