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

Cannot omit package qualifier when specifying class and method for AT/AFTER CALL trigger location

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.3
    • 1.0.2
    • Parser/Type Checker
    • None

    Description

      When using the AT/AFTER CALL location specifier to specify a method call as the trigger location it shoud be possible to identify the required method using ust the method name, the class and method name or the fully package qualified class an method name i.e.

      AT CALL foo()
      AT CALL MyFoo.foo()
      AT CALL org.acme.com.MyFoo.foo()

      The 2nd of these options is not currently working.

      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: