Changes between Version 3 and Version 4 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 10/07/08 16:50:37 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v3 v4 4 4 5 5 == Overview == 6 Check the Properties Library. If there is something to fix, fix it. For example some properties should be changed from Auto Properties to Resource Properties. Add JavaDoc where necessary. Make overview of the libraries. For example add Changes in the diagram.6 Check the Properties Library. If there is something to fix, fix it. For example some properties should be changed from Auto Properties to Resource Properties. Add !JavaDoc where necessary. Make overview of the libraries. For example add Changes in the diagram which is linked in [wiki:PRO_LIB_CORE_TUTORIAL]. 7 7 8 8 == Task requirements == 9 9 * Go through Properties Library 10 * Add JavaDoc where necessary.10 * Add !JavaDoc where necessary. 11 11 * Check for mistakes (for example a property is an auto property but should be a resource property) 12 12 * Check the design … … 19 19 20 20 == Implementation idea == 21 * Create a wiki page [wiki:PRO_LIB_CORE_COMMONS] where the diagrams will be held.21 * Create a wiki page [wiki:PRO_LIB_CORE_COMMONS] where the diagrams will be linked. 22 22 23 23 == Related == … … 27 27 * Open the project in eclipse. 28 28 * Demonstrate properties library. 29 * Show that there is no JavaDoc missing.29 * Show that there is no !JavaDoc missing. 30 30 * Show the wiki page where the diagrams are. 31 * Run the unit tests. 31 32 32 33 = Design =