Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by SanjivaWeerawarana:
http://wiki.apache.org/ws/FrontPage/Axis2/CodeQuality

------------------------------------------------------------------------------
    - If you failed to do something add a comment {{{// TODO}}} to let other 
committers know
  
   * Order of content in a class
+   - Apache license at the absolute top of the file
  
-   - All field definitions must be at the top of the class
+   - Package definition followed by any import statements
  
-   - Immediately after that should be the constructors, ordered from most 
specific (in terms of the number of args) to the least specific (being a 
no-args constructor, where appropriate)
+   - Class comments followed by the class definition
  
-   - Immediately after that should be private methods that are used by 
constructors
+     - All field definitions must be at the top of the class
  
-   - Immediately after that should be getter/setter methods for properties
+     - Immediately after that should be the constructors, ordered from most 
specific (in terms of the number of args) to the least specific (being a 
no-args constructor, where appropriate)
  
-   - Immediately after that are all public methods
+     - Immediately after that should be private methods that are used by 
constructors
  
+     - Immediately after that should be getter/setter methods for properties
+ 
+     - Immediately after that are all public methods
+ 
-   - Finally the private methods used by the class
+     - Finally the private methods used by the class
   
  

Reply via email to