Changes between Version 1 and Version 2 of CODE_TASKS_REQUIREMENTS


Ignore:
Timestamp:
09/16/08 17:37:28 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CODE_TASKS_REQUIREMENTS

    v1 v2  
    77  * The code style is correct to our convention.  
    88  * The code is easily readable.  
    9   * There are no fake JavaDocs (JavaDocs without useful information). 
     9  * There are no fake !JavaDocs (!JavaDocs without useful information). 
    1010  * The java-doc is complete enough.  
    11    * For each element, the JavaDoc should describe clearly what is it (if this is not easy, then probably the design is bad) 
     11   * For each element, the !JavaDoc should describe clearly what is it (if this is not easy, then probably the design is bad) 
    1212  * It causes '''0''' errors.  
    1313  * It causes '''0''' warnings. 
    14   * The @SuppressWarnings annotation is used only if really needed. 
     14  * The @!SuppressWarnings annotation is used only if really needed. 
    1515   * I know 3 cases for it -  
    1616    * unused, when something is used only by reflection