|
|
|
Checkstyle: Static Code Analysis, Software Development, List of Tools for Static Code Analysis
|
 (Buch) |
Dieser Artikel gilt, aufgrund seiner Grösse, beim Versand als 2 Artikel!
| Inhalt: |
| Please note that the content of this book primarily consists of articles
available from Wikipedia or other free sources online. Checkstyle is a
static code analysis tool used in software development for checking if a
Java source code complies with coding rules. The programming style
adopted by a software development project can help to comply with good
programming practices which improve the code quality, readability,
re-usability, and reduce the cost of development. The performed checks
mainly limit themselves to the presentation and don't analyze content,
and do not confirm the correctness or completeness of the program. In
practice, it can be fastidious to comply with all the style constraints,
some of which could possibly harm the programming stages' dynamic; so,
it may be useful to determine which level of check is needed for a
certain type of program. |
|