Java static analysis and custom bug detectors
This article looks at how static analysis tools can change the way you manage Java software quality.
|
|
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.
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.