Issue 1468: Declaration of the pass_by_value attribute is redundant (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: The declaration of the pass_by_value attribute is redundant, since that is the inherited value. No redefinition is needed. Recommendation: Remove the (re)declaration of pass_by_value from BocaApplianceKind. Resolution: Revised Text: Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 38* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable BocaApplianceKind: BocaUnidentifiable{ [is_locked] attribute boolean pass_by_value=FALSE; [is_locked] attribute ChangeableKind changeable=FROZEN; [MANAGER, is_read_only, is_locked] relationship base_type Uses BocaType=BaseAppliance; [MANAGER, is_read_only, is_locked] attribute string keyword="appliance_kind"; }; /* ApplianceType */ The declaration of the pass_by_value attribute is redundant, since that is the inherited value. No redefinition is needed. Recommendation: Remove the (re)declaration of pass_by_value from BocaApplianceKind.