Menu

#2462 sfcc getClass does not expose method information

New_Feature
pending-fixed
sfcc (103)
5
2013-02-08
2012-05-25
No

Retrieving class information with getClass only exposes property and qualifier information but not method information.

Discussion

  • Chris Buccella

    Chris Buccella - 2013-02-04
    • assigned_to: buccella --> hellerda
     
  • Dave Heller

    Dave Heller - 2013-02-04

    Preliminary patch attached. This adds support for class methods, including method parameters and qualifiers. The program "TEST/test_gc" is expanded to show the results. TODO:
    - Handle parameter references (currently they are parsed but not handled in the parameter modeling)
    - Handle qualifier value arrays (currently handles only values, not value arrays)
    - Add new error condition: CMPI_RC_ERR_NO_SUCH_METHOD
    - Expand (and relocate?) utility function type2Chars()

     
  • Dave Heller

    Dave Heller - 2013-02-04

    preliminary patch for SFCC 2.2.4

     
  • Dave Heller

    Dave Heller - 2013-02-06

    Patch for final review. Adds support for class methods, including method parameters and qualifiers. Support for parameter references, qualifier value arrays, deferred as future TODO.

     
  • Dave Heller

    Dave Heller - 2013-02-06

    preliminary patch for SFCC 2.2.4

     
  • Dave Heller

    Dave Heller - 2013-02-08

    Pushed to git master

     
  • Dave Heller

    Dave Heller - 2013-02-08

    checkin patch for git

     
  • Dave Heller

    Dave Heller - 2013-02-08
    • status: open --> pending-fixed
     

Log in to post a comment.