Java static analysis and custom bug detectors

30
Anonymous Reader writes “Jave static analysis and custom bug detectors can be a very cost-effective way to improve software quality. By creating a detector for a known bug pattern, we can search for that bug pattern not only in the current code base for a specific project, but in any project, current or future. This article looks at how static analysis tools can change the way you manage software quality.”

Link: ibm.com/developerworks

Category:

  • Java