Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-23

Method parameters cannot be referred to by their symbol names

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.0.3
    • 1.0.2
    • Parser/Type Checker
    • None
    • Documentation (Ref Guide, User Guide, etc.)

    Description

      When a trigger method is compiled with debug information the symbolic names of the method parameters are available in the local variable table. In this case it should be possible to refer to the parameter or the method target (this) as per any local variable e.g. for method foo(int i, Foo foo) it should be possible to refer to $this, $i and $foo in the method body. This should not preclude using the conventional indexed references $0, $1, etc.

      Attachments

        Activity

          People

            rhn-engineering-adinn Andrew Dinn
            rhn-engineering-adinn Andrew Dinn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: