Issue 1800: Duplicate Exceptions (pdm-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: It seems that there are a few cases where duplicate exceptions are being raised. The c++ compiler recognizes this as a warning. Nothing major here but it does cause lots of warnings during the compiles. Resolution: Revised Text: Actions taken: August 12, 1998: received issue August 24, 1999: closed issue Discussion: Duplicate exceptions have been eliminated End of Annotations:===== Return-Path: Date: Tue, 11 Aug 1998 14:40:25 -0700 From: degrasse@macsch.com (Jeffrey J. deGrasse) To: issues@omg.org Subject: PDM RTF X-Sun-Charset: US-ASCII Title: Duplicate Exceptions Summary: It seems that there are a few cases where duplicate exceptions are being raised. The c++ compiler recognizes this as a warning. Nothing major here but it does cause lots of warnings during the compiles. In PdmFoundation.idl, I replaced: raises(ValidationError, PDM_EXCEPTIONS); with: raises(PDM_EXCEPTIONS); because ValidationError is a member of PDM_EXCEPTIONS. In PdmConfigurationManagement.idl, I replaced raises(RELATIONSHIP_CREATE_EXCEPTIONS, PdmFoundation::CardinalityExceeded); with: raises(RELATIONSHIP_CREATE_EXCEPTIONS); because the PdmFoundation::CardinalityExceeded is a member of RELATIONSHIP_CREATE_EXCEPTIONS. There are many cases of this in this idl. In PdmChangeManagement.idl, I replaced: raises(RELATIONSHIP_CREATE_EXCEPTIONS, PdmFoundation::CardinalityExceeded); with: raises(RELATIONSHIP_CREATE_EXCEPTIONS); because the PdmFoundation::CardinalityExceeded is a member of RELATIONSHIP_CREATE_EXCEPTIONS. Regards, Jeff deGrasse Mail: 2975 Redhill Avenue MacNeal-Schwendler Corporation Costa Mesa, Ca. 92626 jeff.degrasse@macsch.com Voice: (714)-444-5042 FAX: (714)-545-9434