Using Static Analysis To Find Bugs

IEEE SOFTWARE(2008)

引用 329|浏览0
暂无评分
摘要
Static analysis examines code in the absence of input data and without running the code. It can detect potential security violations (SQL injection), runtime errors (dereferencing a null pointer) and logical inconsistencies (a conditional test that can't possibly be true). Although a rich body of literature exists on algorithms and analytical frameworks used by such tools, reports describing experiences in industry are much harder to come by. The authors describe FindBugs, an open source static-analysis tool for Java, and experiences using it in production settings. FindBugs evaluates what kinds of defects can be effectively detected with relatively simple techniques and helps developers understand how to incorporate such tools into software development.
更多
查看译文
关键词
Java,SQL,public domain software,security of data,software engineering,FindBugs,Java,SQL injection,open source static-analysis tool,runtime errors,security violations,software development,FindBugs,bug patterns,code quality,software defects,software quality,static analysis
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要