| 2 | |
| 3 | '''Code Conventions for the JavaTM Programming Language (Sun Microsysytems, Inc. Revised April 20, 1999)''' |
| 4 | * http://java.sun.com/docs/codeconv/ |
| 5 | * The most important and with higher priority. |
| 6 | |
| 7 | '''!AmbySoft Inc. Coding Standards for Java v17.01d (Last uploaded on January 15, 2000)''' |
| 8 | * http://www.ambysoft.com/downloads/javaCodingStandards.pdf |
| 9 | |
| 10 | '''Java Programming Style Guidelines (Version 6.0, April 2007)''' |
| 11 | * http://geosoft.no/development/javastyle.html |
| 12 | |
| 13 | '''Draft Java Coding Standard written by Doug Lea''' |
| 14 | * http://g.oswego.edu/dl/html/javaCodingStd.html |
| 15 | |
| 16 | '''Java Code Conventions & Code auditors Presented by Ravi Pavagada Pavagada, Haibo Zhao, Justin Milligan, Joe Dawley''' |
| 17 | * http://webster.cs.uga.edu/~pavagada/SoftwareEngineering/JavaCodeConventions.pdf |
| 18 | |