Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-31

[digester] XML Rule for stack param takes useless boolean instead of int arg

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6
    • 1.7
    • None
    • Operating System: Linux
      Platform: PC

    • 32925

    Description

      The XML version of a method parameter rule, to take an argument from the stack,
      takes a boolean "true" or "false" as argument. This means that it is possible,
      only, to specify the top of the stack as a parameter. Since the eventual method
      call is always made to the object on top of the stack, this is particularly
      useless. If the argument were, instead, an integer specifying the stack offset,
      the XML rule creation would have the same functionality as the programatic analogue.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bmeike@starbak.net Blake Meike
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: