| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | == Overview == |
| 7 | Revise the Property Library: |
| 8 | * Identify problems |
| 9 | * Fix them |
| 10 | * If some problems are too serious and you cannot fix them, report them so proper actions can be taken to solve them |
| 11 | |
| 12 | == Task requirements == |
| 13 | * Look for the following problems: |
| 14 | * Missing JavaDoc |
| 15 | * Warnings |
| 16 | * Remove usage of deprecated stuff: |
| 17 | * Bindings |
| 18 | * ChildrenProperty |
| 19 | * Errors |
| 20 | * Unit tests |
| 21 | * Add demos for Property usage |
| 22 | * ResoursePropertyDemo |
| 23 | * ValuePropertyDemo |
| 24 | * FinalPropertyDemo |
| 25 | * UndoPropertyDemo |
| 26 | * ParentPropertyDemo |
| 27 | * AutoListPropertyDemo |
| 28 | * other ListProperty descendants Demos |
| 29 | * Add other unit tests if the identified problems require it |
| 30 | * Solve other problems which you identify but are not listed or report them |
| 31 | * Update the PRO_LIB_CORE_TUTORIAL wiki page for changes performed with this task |
| 32 | |
| 33 | == Task result == |
| 34 | * Changes in the Pro Lib source code |
| 35 | * Possibly new unit tests |
| 36 | * New demos |
| 37 | * Updates in the wiki |
| 38 | |
| 39 | == Implementation idea == |
| 40 | |
| 41 | == Related == |
| 42 | ^(Add links to related tasks that could be useful or helpful.)^ |
| 43 | |
| 44 | == How to demo == |
| 45 | * List the Pro Lib problems you solved and show that they are actually solved |
| 46 | |
| 47 | = Design = |
| 48 | ^(Describe your design here.)^ |
| 49 | |
| 50 | = Implementation = |
| 51 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 52 | |
| 53 | = Testing = |
| 54 | ^(Place the testing results here.)^ |
| 55 | |
| 56 | = Comments = |
| 57 | ^(Write comments for this or later revisions here.) |