Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-3648

Adding a comment containing a comma in the RHS causes a compilation failure

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      Adding a comment containing a comma in the RHS, as in the following example, causes a compilation failure.

      rule R1 when
      $p : Person( age < name.length )
      then
      insertLogical(new Person("Mario",
      // this is the age,
      38));
      end

            mfusco@redhat.com Mario Fusco
            mfusco@redhat.com Mario Fusco
            Archiver:
            rhn-support-ceverson Clark Everson

              Created:
              Updated:
              Resolved:
              Archived: