'Bug'에 해당되는 글 1건

  1. FindBugs 사용하기.. 2010/02/02

FindBugs 사용하기..

from Tools 2010/02/02 10:21
올.. 좋네요.. ^^
FindBugs라는 툴은 버그를 찾기 위해서 자바코드에 대한 정적 분석을 사용하고, 라이센스는 GNU 그리고 로고는 매릴랜드 대학이 상표권을 가지고 있다라고 하네요.. ^^
FindBugs, a program which uses static analysis to look for bugs in Java code.
It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Maryland.


이클립스에서 사용을 하기 위해서는 아래의 단계를 거치시면 됩니다.
* 설치 
- http://findbugs.sourceforge.net/downloads.html 페이지에서 plug-in 사이트 주소를 통해서 설치를 하시면 됩니다. 

*  사용 
 프로젝트 단위 또는 클래스 단위로 체크가 가능하네요.. ^^

 - 프로젝트 속성 창에서 Find Bugs 메뉴를 찾아서 Find Bugs 기능을 실행

 
- 뷰창을 등록

 
- 찾은 버그 확인 


위와 같은 과정을 통해서 코드의 안정성이 높아지고, 그러면 자연히 코드에 대한 품질도 높아질 것으로 생각이 드네요.. ^^

'Tools' 카테고리의 다른 글

build.xml refactoring using macrodef tag  (1) 2010/03/15
staruml  (0) 2010/02/08
FindBugs 사용하기..  (0) 2010/02/02
Apache JMeter 사용하기  (0) 2010/01/13
Another java decompiler  (0) 2010/01/13