FindBugs
表示
開発元 | ビル・ピューとデビッド・ホベメイヤー |
---|---|
最新版 |
3.0.1
/ 2015年3月6日 [1] |
リポジトリ | |
プログラミング 言語 | 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]のプラグインとしても利用可能である。
脚注
[編集]- ^ “FindBugs”. 2016年11月12日閲覧。
- ^ a b c FindBugs, Part 1: Improve the quality of your code
- ^ FindBugs, Part 2: Writing custom detectors
- ^ a b Static Code Analysis
- ^ Netbeans plug-in
- ^ idea-findbugs plug-in
- ^ FindBugs-IDEA - The FindBugs Plugin for IntelliJ IDEA
- ^ QAPlug-FindBugs plug-in
- ^ http://wiki.hudson-ci.org/display/HUDSON/FindBugs+Plugin
- ^ 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