wiki:PRO_LIB_CORE_COMMONS_R1

Version 6 (modified by gogov, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=PRO_LIB_CORE_COMMONS_R1, 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|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

The goal of this task is to fix some inconsistencies of the ProLib.

Task requirements

  • Remove the ChangeManager argument from BaseProObject and "revert" the previous big refactoring from GROUP_CHANGES_R1 and fix all errors which will occur. In the R4 design, there is no need for ChangeManagers so we don't need them anymore.
  • @Own isn't working property. Improve it by implementing some misuse detection:
    • @Own doesn't guarantee exclusive ownership over @Owned objects which don't have a ParentProperty parent() declared explicitly.
    • This will break tests. Fix them accordingly,
  • @Own is not specified very well in the case when a ProObject has to AutoListProperties and you try to put the same objects inside those two AutoListProperties. There are different ways to solve this, though we decided that such case shouldn't be allowed, so some sort of misuse detection for this case should be implemented.
    • Write tests for the new behavior.
  • Help Peko finish PRO_LIB_CORE_TUTORIAL_R1.

Task result

  • Refactored Sophie code where no ChangeManagers exist and tests are updated accordingly.
  • Better @Own annotation behavior.
  • Peko should have finished PRO_LIB_CORE_TUTORIAL_R1

Implementation idea

  • Refactor code.
  • Urge Peko to work.

PRO_LIB_CORE_TUTORIAL_R1

How to demo

  • Show that no ChangeManagers are needed anymore and code is working without them.
  • Explain and show new @Own behavior.
  • Show that Peko has finished the task.

Design

(Describe your design here.)

Implementation

(Describe and link the implementation results here (from the wiki or the repository).)

Testing

(Place the testing results here.)

Comments

  • After the implementation of this task is finished, no warnings or errors related to the properties should be left in the code. --boyan@2009-02-02
  • Identify bugs in the prolib by running all tests and seeing when they fail with an exception in the prolib. --boyan@2009-02-02
  • See the previous revision of this task for ideas on other problems and requirements. --boyan@2009-02-02