Issue 18808: the return type of the remove() operation is inconsistent with the description (mof2core-rtf) Source: (, ) Nature: Revision Severity: Minor Summary: "remove(object: Object): Object Removes the specified object from the collection. Returns true if the object was removed." Maybe the operation should return a Boolean. Resolution: Agreed. Correct the operation signature to return Boolean Revised Text: Clause 10.5 – operation remove() Replace the signature: remove(object : Object) : Object by: remove(object : Object) : Boolean Perform the same change in the MOF model. Actions taken: July 10, 2013: received issue April 6, 2015: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 10 Jul 2013 17:13:59 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Xavier Courangon Employer: mailFrom: xavier.courangon@gmail.com Terms_Agreement: I agree Specification: OMG Meta Object Facility (MOF) Core Specification Section: 10.5 FormalNumber: formal/2011-08-07 Version: 2.4.1 Doc_Year: 2011 Doc_Month: August Doc_Day: Day Page: 24 Title: the return type of the remove() operation is inconsistent with the description. Nature: Revision Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: scy83-2-88-172-113-82.fbx.proxad.net Remote User: HTTP User Agent: Mozilla/5.0 (X11; CrOS armv7l 3912.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36 Time: 05:13 PM Description: "remove(object: Object): Object Removes the specified object from the collection. Returns true if the object was removed." Maybe the operation should return a Boolean.