FindBugs

FindBugs
開発元 ビル・ピューとデビッド・ホベメイヤー
最新版
3.0.1 / 2015年3月6日 (9年前) (2015-03-06) [1]
リポジトリ
  • github.com/findbugsproject/findbugs
ウィキデータを編集
プログラミング
言語
Java
対応OS クロスプラットフォーム
対応言語 英語と日本語を含む
種別 静的コード解析
ライセンス GNU Lesser General Public License
公式サイト http://findbugs.sourceforge.net
テンプレートを表示

FindBugsとはビル・ピューとデビッド・ホベメイヤーが製作したオープンソースプログラムでJavaコードにあるバグを解析する[2][3]静的解析を使って[2][4]Javaプログラム内で100種類もの潜在的なエラーを検査する[2]。FindBugsはソースコードではなくJavaバイトコード上で運用され[4]、スタンドアロンのGUIアプリケーションで配布される。またEclipse、NetBeans[5]IntelliJ IDEA[6][7][8]Hudson[9]Jenkins[10]のプラグインとしても利用可能である。

脚注

  1. ^ “FindBugs”. 2016年11月12日閲覧。
  2. ^ a b c FindBugs, Part 1: Improve the quality of your code
  3. ^ FindBugs, Part 2: Writing custom detectors
  4. ^ a b Static Code Analysis
  5. ^ Netbeans plug-in
  6. ^ idea-findbugs plug-in
  7. ^ FindBugs-IDEA - The FindBugs Plugin for IntelliJ IDEA
  8. ^ QAPlug-FindBugs plug-in
  9. ^ http://wiki.hudson-ci.org/display/HUDSON/FindBugs+Plugin
  10. ^ https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin

外部リンク

  • FindBugs™ - Find Bugs in Java Programs 公式ウェブサイト
  • Manual
  • List of bug patterns
  • fb-contrib: additional bug detectors for FindBugs
  • FindBugs-IDEA - The FindBugs Plugin for IntelliJ IDEA
  • Using Static Analysis For Software Defect Detection - ウェイバックマシン(2006年10月18日アーカイブ分)
  • Defective Java: Mistakes that matter - Bill Pugh
  • FindBugs In Eclipse Tutorial
  • 表示
  • 編集