You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 57 Next »

The Java Coding Guidelines provides 75 <or however many we end up with> guidelines that will help Java developers write higher quality code. It is written by the same team who produced The CERT® Oracle® Secure Coding Standard for Java [Long 2011]. That standard provides a set of rules for secure coding in the Java programming language. The goal of those rules is to eliminate insecure coding practices and undefined behaviors that can lead to exploitable vulnerabilities. The rules are meant to be normative. However, there are Java coding practices which, although they do not warrant inclusion in a secure coding standard for Java, are still considered poor style and could lead to unreliable or insecure programs. The Java Coding Guidelines describes some of these poor coding practices and shows how to avoid them. The application of these Java coding guidelines will lead to better systems that are more robust and more resistant to attack. These guidelines cover a wide range of products coded in Java, for devices such as PCs, game players, mobile phones, home appliances, and automotive electronics.

Scope

Audience

Contents and Organization

  • No labels