MOF 2.4 RTF Avatar
  1. OMG Issue

MOF24 — Bad description of set()

  • Key: MOF24-71
  • Legacy Issue Number: 15646
  • Status: closed  
  • Source: Adaptive ( Mr. Pete Rivett)
  • Summary:

    In section 9.1 the description of the exceptions refer to ‘element’ instead of ‘object’ as the parameter.

    And the whole section needs clarification of null e.g. does C.isInstance(null) = true for any class or datatype?

  • Reported: MOF 2.0 — Mon, 27 Sep 2010 04:00 GMT
  • Disposition: Resolved — MOF 2.4
  • Disposition Summary:

    Agreed. Correct the operation signature to return Boolean.
    C.isInstance(null) should return false at all time. Null is not a valid classifier and
    violates the constrains of UML::Type on which MOF::Reflection::Type is based.

  • Updated: Mon, 20 Apr 2015 17:34 GMT