Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-6708

Impact Analysis: boolean property test

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.62.0.Final
    • None
    • Impact Analysis
    • None
    • 2021 Week 43-45 (from Oct 25)
    • 2
    • NEW
    • NEW

    Description

      With the following rules, the link R1->R2 is UNKNOWN but it should be POSITIVE.

      rule R1 when
        $p : Person(age >= 20)
      then
        modify ($p) {setEmployed(true)};
      end
      rule R2 when
        $p : Person(employed)
      then
      end
      

      Attachments

        Activity

          People

            rhn-support-tkobayas Toshiya Kobayashi
            rhn-support-tkobayas Toshiya Kobayashi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: