Issue 1467: Remove (re)declaration of pass_by_value from BocaCommand (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: BocaCommand, a subtype of BocaDependent, redeclares the pass_by_value attribute in a redundant fashion. Recommendation: Remove the (re)declaration of pass_by_value from BocaCommand. Resolution: Revised Text: Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 37* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable BocaDependent: BocaUnidentifiable{ [is_locked] attribute boolean pass_by_value=TRUE; [MANAGER, is_read_only, is_locked] relationship base_type Uses BocaType=BaseDependent; [MANAGER, is_read_only, is_locked] attribute string keyword="dependent"; }; /* DependentType */ identifiable BocaCommand: BocaDependent{ [is_locked] attribute boolean pass_by_value=TRUE; [MANAGER, is_read_only, is_locked] relationship base_type Uses BocaType=BaseDependent; [MANAGER, is_read_only, is_locked] attribute string keyword="dependent"; }; /* DependentType */ BocaCommand, a subtype of BocaDependent, redeclares the pass_by_value attribute in a redundant fashion.