Changes between Version 9 and Version 10 of CODE_TASKS_REQUIREMENTS
- Timestamp:
- 01/16/09 18:09:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CODE_TASKS_REQUIREMENTS
v9 v10 194 194 == class methods == 195 195 Sometimes 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. 196 In 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] 196 197 197 198 == class variables ==