= Analysis = == Overview == Describes what rules the code must follow. How to setup eclipse to observe and restrict for the quality of the code. == Task requirements == * What are the standards that code must follow. * What are the java code conventions. * What are the javadoc conventions. * What are good code practices. * What are code smells. * What general rules to follow so that code is extensible, maintainable etc. * What is the warning level in eclipse. * Link to related how-tos * Link to tutorials == Requirements to the task result == The result of this task must be wiki pages. == Implementation idea == Wiki pages must be created for all the necessary setups a developer must do and for code conventions a developer must follow, and these pages must be linked in the implementation part of this task page. == Related == '''Code Conventions for the JavaTM Programming Language (Sun Microsysytems, Inc. Revised April 20, 1999)''' * http://java.sun.com/docs/codeconv/ * The most important and with higher priority. '''!AmbySoft Inc. Coding Standards for Java v17.01d (Last uploaded on January 15, 2000)''' * http://www.ambysoft.com/downloads/javaCodingStandards.pdf '''Java Programming Style Guidelines (Version 6.0, April 2007)''' * http://geosoft.no/development/javastyle.html '''Draft Java Coding Standard written by Doug Lea''' * http://g.oswego.edu/dl/html/javaCodingStd.html '''Java Code Conventions & Code auditors Presented by Ravi Pavagada Pavagada, Haibo Zhao, Justin Milligan, Joe Dawley''' * http://webster.cs.uga.edu/~pavagada/SoftwareEngineering/JavaCodeConventions.pdf '''Note:''' Most of the coding conventions mentioned above are more or less the same... == How to demo == Check if all necessary information about the setup of the environment and the rules to be followed for the development is linked. = Design = What pages are needed: * Compiler Settings * Javadoc conventions * Naming conventions * Logging * Code Tasks Requirements * What is considered code smell and code smell examples = Implementation = Created demanded pages in Design section.[[BR]] [wiki:COMPILER_SETTINGS][[BR]] [wiki:JAVADOC_CONVENTIONS][[BR]] [http://java.sun.com/docs/codeconv/ CODE CONVENTIONS][[BR]] [wiki:LOGGING][[BR]] [wiki:CODE_TASKS_REQUIREMENTS][[BR]] [wiki:CODE_SMELLS][[BR]] Useful external links (How-tos, code conventions, etc.) are listed in the Analysis/Related section of this document. = Testing = = Log = [[Include(wiki:PLATFORM_STANDARDS_CODE_R0_LOG)]]