Checking Java programs
This Short Cut tells you about tools that will improve the quality of your Java code, using checking above and beyond what the standard tools do, including: Using javac options, JUnit and assertions Making your IDE work harder Checking your source code with PMD Checking your compiled code (.class f...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
[Sebastopol, California] :
O'Reilly Media
2007.
|
Edición: | 1st edition |
Colección: | Short cuts
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626979606719 |
Tabla de Contenidos:
- What it's not about
- It usually begins with javac
- Making your IDE work harder
- Source code checking with PMD
- Static (class file) checking with FindBugs
- Dynamic checking with NASA's Java PathFinder
- What's next?