Changes between Version 9 and Version 10 of CODE_TASKS_REQUIREMENTS


Ignore:
Timestamp:
01/16/09 18:09:09 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CODE_TASKS_REQUIREMENTS

    v9 v10  
    194194== class methods == 
    195195Sometimes we design our classes for inheritance but there are some public methods that are critical and we do not want the inheritant to override them - again put final modifier. 
     196In our module structure we should add a get instance functionality when creating new module class. Here is the template: [source:/trunk/sophie2-platform/dev-tools/eclipse_templates/module_templates/module_instance.xml] 
    196197 
    197198== class variables ==