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

Bit shift operators within action expression result in parse errors

    XMLWordPrintable

Details

    Description

      An expression like this one:

      System.out.println("IM=" + Integer.valueOf(($foo & $bar) >> Integer.numberOfTrailingZeros($abc)));
      

      in a rule, fails to parse due to the presence of bit shift operators.

      The referenced forum thread has more details.

      Attachments

        Activity

          People

            rhn-engineering-adinn Andrew Dinn
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: