タグ

PMDに関するjonnjonのブックマーク (2)

  • PMD - PMD Rulesets index

    Basic JSF rules DontNestJsfInJstlIteration: Do not nest JSF component custom actions inside a custom action that iterates over its body. Basic JSP rules NoLongScripts: Scripts should be part of Tag Libraries, rather than part of JSP pages. NoScriptlets: Scriptlets should be factored into Tag Libraries or JSP declarations, rather than being part of JSP pages. NoInlineStyleInformation: Style infor

    jonnjon
    jonnjon 2006/04/21
    PMDのルール一覧
  • PMD Island

    JavaのコードチェックプロジェクトPMD のルールセットを紹介します。 4.2.1 対応です。 PMD は Checkstyle に似ていますが インデントやJavadocコメントなど、コードの整形に重点を置く Checkstyle に比べて コーディング上のチェックに重点を置いているという印象を受けました。 Limy Eclipse Plugin を使えば、PMDによるコードチェックを簡単に行えます! Basic (2010/01/27) Braces (2010/01/27) Clone (2010/01/27) Code Size (2010/01/27) Controversial (2010/01/27) Coupling (2010/01/27) Design (2010/01/27) Finalizer (2010/01/27) Import Statement (201

  • 1