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

disjunction with string == does not compile anymore

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • FUTURE
    • None
    • None

      Such expressions in LHS do not compile anymore :

      C( f == "a" || f == "b" )

      ==> compiler says : Predicate ' f == "a" || f == "b" ' must be a Boolean expression

      Note that this does not work any more :
      C( ( f == "a" ) || ( f == "b" ) )

              mfusco@redhat.com Mario Fusco
              jmvanel_jira Jean-Marc Vanel (Inactive)
              Archiver:
              rhn-support-ceverson Clark Everson

                Created:
                Updated:
                Resolved:
                Archived: