Not logged in : Login

About: PMD (software)     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatStaticProgramAnalysisTools, within Data Space : ods-qa.openlinksw.com:8896 associated with source document(s)

PMD is an open source static source code analyzer that reports on issues found within application code. PMD includes built-in rule sets and supports the ability to write custom rules. PMD does not report compilation errors, as it only can process well-formed source files. Issues reported by PMD are rather inefficient code, or bad programming habits, which can reduce the performance and maintainability of the program if they accumulate. It can analyze files written in Java, JavaScript, Apex and Visualforce, PLSQL, Apache Velocity, XML, and XSL.

AttributesValues
type
sameAs
wasDerivedFrom
dbpedia-owl:abstract
  • PMD est un outil d'analyse statique de code, prenant en charge plusieurs langages dont Java. Il peut être utilisé pour détecter de possibles erreurs de programmation, vérifier les règles d'un style de programmation, ou mesurer des indicateurs de qualité de code, comme des mesures de complexité. L'analyse produit un rapport lisible par le programmeur. Bien que le sigle PMD ne veuille rien dire officiellement, il a plusieurs interprétations officieuses, comme par exemple Programming Mistake Detector (soit littéralement en anglais « Détecteur d'erreur de programmation »). Son utilisation peut être automatisée à l'aide d'un moteur de production comme Ant, Maven et Gradle. PMD s'intègre également dans différents IDE Java comme Eclipse, IntelliJ et NetBeans. PMD apporte une série d'outils complémentaires : * un détecteur de code dupliqué par copier-coller appelé CPD (qui supporte d'autre langages que Java tel PHP, Ruby, ou encore Fortran) ; * un analyseur de flux de données ; * un détecteur de code mort.
  • PMD (英語のProgramming Mistake Detectorの頭文字)は、Javaソースコードをするための静的なルールセットで、以下のような潜在的問題を識別する: * バグの可能性 —空のトライ/キャッチ/フィナリー/スイッチブロック * デッドコード —使われていないローカル変数、パラメータ、プライベートメソッド * 空のif/whileステートメント * 複雑な式 —whileループを可能にしたforループのステートメントが必要ない場合 * 準最適コード —無駄な文字列/ストリングバッファの使用 * 高い循環的複雑度測定を使ったクラス * 重複コード —コピー・アンド・ペーストされたコードはバグもコピー・アンド・ペーストされていると解釈でき、保守性が低下してしまう。 PMDには正式名称が無く、いくつかの非公式名があり、おそらく最も適切な名称は「Programming Mistake Detector」とされる。 通常PMDのエラーは真のエラーにはならないが、むしろ非効率なコードで例えば未だに修正されないとしてもアプリケーションは適切な動作が出来る事になる。
  • PMD ist ein Programmierwerkzeug für die statische Codeanalyse von Quelltexten. Neben Java werden unter anderem JavaScript, XML und XSL sowie davon abgeleitete Dialekte unterstützt. Der Name PMD selbst hat offiziell keine ausgeschriebene Bedeutung.
  • PMD (Programming Mistake Detector) es un analizador de código fuente estático de código abierto que informa sobre los problemas encontrados dentro del código fuente de una aplicación.​ PMD incluye conjuntos de reglas incorporados por defecto y admite la capacidad de escribir reglas personalizadas. No informa errores de compilación, ya que solamente puede procesar archivos fuente bien formados. Los problemas informados por PMD son malos hábitos de programación, y secciones de código fuente ineficiente, que pueden reducir el rendimiento y la capacidad de mantenimiento del programa si se acumulan.​ Es capaz de analizar archivos escritos en los lenguajes Java, JavaScript, Apex y Visualforce, PLSQL, Apache Velocity, XML y XSL.​ Si bien PMD no significa oficialmente nada, tiene varios nombres no oficiales, de los cuales probablemente el más apropiado sea Programming Mistake Detector. ​
  • PMD is an open source static source code analyzer that reports on issues found within application code. PMD includes built-in rule sets and supports the ability to write custom rules. PMD does not report compilation errors, as it only can process well-formed source files. Issues reported by PMD are rather inefficient code, or bad programming habits, which can reduce the performance and maintainability of the program if they accumulate. It can analyze files written in Java, JavaScript, Apex and Visualforce, PLSQL, Apache Velocity, XML, and XSL. While PMD does not officially stand for anything, several retroacronyms have been suggested, including for instance Programming Mistake Detector and Project Meets Deadline.
dbpedia-owl:wikiPageExternalLink
dbpedia-owl:wikiPageID
dbpedia-owl:wikiPageRevisionID
differentFrom
comment
  • PMD (英語のProgramming Mistake Detectorの頭文字)は、Javaソースコードをするための静的なルールセットで、以下のような潜在的問題を識別する: * バグの可能性 —空のトライ/キャッチ/フィナリー/スイッチブロック * デッドコード —使われていないローカル変数、パラメータ、プライベートメソッド * 空のif/whileステートメント * 複雑な式 —whileループを可能にしたforループのステートメントが必要ない場合 * 準最適コード —無駄な文字列/ストリングバッファの使用 * 高い循環的複雑度測定を使ったクラス * 重複コード —コピー・アンド・ペーストされたコードはバグもコピー・アンド・ペーストされていると解釈でき、保守性が低下してしまう。 PMDには正式名称が無く、いくつかの非公式名があり、おそらく最も適切な名称は「Programming Mistake Detector」とされる。 通常PMDのエラーは真のエラーにはならないが、むしろ非効率なコードで例えば未だに修正されないとしてもアプリケーションは適切な動作が出来る事になる。
  • PMD est un outil d'analyse statique de code, prenant en charge plusieurs langages dont Java. Il peut être utilisé pour détecter de possibles erreurs de programmation, vérifier les règles d'un style de programmation, ou mesurer des indicateurs de qualité de code, comme des mesures de complexité. L'analyse produit un rapport lisible par le programmeur. Bien que le sigle PMD ne veuille rien dire officiellement, il a plusieurs interprétations officieuses, comme par exemple Programming Mistake Detector (soit littéralement en anglais « Détecteur d'erreur de programmation »).
  • PMD (Programming Mistake Detector) es un analizador de código fuente estático de código abierto que informa sobre los problemas encontrados dentro del código fuente de una aplicación.​ PMD incluye conjuntos de reglas incorporados por defecto y admite la capacidad de escribir reglas personalizadas. No informa errores de compilación, ya que solamente puede procesar archivos fuente bien formados. Los problemas informados por PMD son malos hábitos de programación, y secciones de código fuente ineficiente, que pueden reducir el rendimiento y la capacidad de mantenimiento del programa si se acumulan.​ Es capaz de analizar archivos escritos en los lenguajes Java, JavaScript, Apex y Visualforce, PLSQL, Apache Velocity, XML y XSL.​
  • PMD ist ein Programmierwerkzeug für die statische Codeanalyse von Quelltexten. Neben Java werden unter anderem JavaScript, XML und XSL sowie davon abgeleitete Dialekte unterstützt. Der Name PMD selbst hat offiziell keine ausgeschriebene Bedeutung.
  • PMD is an open source static source code analyzer that reports on issues found within application code. PMD includes built-in rule sets and supports the ability to write custom rules. PMD does not report compilation errors, as it only can process well-formed source files. Issues reported by PMD are rather inefficient code, or bad programming habits, which can reduce the performance and maintainability of the program if they accumulate. It can analyze files written in Java, JavaScript, Apex and Visualforce, PLSQL, Apache Velocity, XML, and XSL.
label
  • PMD (Software)
  • PMD (logiciel)
  • PMD (software)
  • PMD (software)
  • PMD (ソフトウェア)
dbpprop:wikiPageUsesTemplate
described by
topic
name
  • PMD
http://purl.org/li...ics/gold/hypernym
dbpprop:license
  • BSD License
  • ,
  • , GNU Lesser General Public License
  • Apache License 2.0
dbpprop:programmingLanguage
Subject
is primary topic of
dbpedia-owl:wikiPageLength
dbpedia-owl:wikiPageWikiLink
Faceted Search & Find service v1.17_git55 as of Mar 01 2021


Alternative Linked Data Documents: ODE     Content Formats:       RDF       ODATA       Microdata      About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3322 as of Mar 14 2022, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (7 GB total memory)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software