Loading…

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 fi...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Darwin, Ian F.
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, Calif. : O'Reilly, 2007.
Series:O'Reilly short cuts.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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?