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

Support @Modifies in executable-model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.51.0.Final
    • 7.46.0.Final
    • executable model
    • None
    • 2021 Week 04-06 (from Jan 25), 2021 Week 07-09 (from Feb 15)
    • 3
    • Undefined
    • NEW
    • NEW
    • ---
    • ---

    Description

      Support @Modifies for property reactivity in executable-model:
      e.g.)

          public class Light {
              private boolean on;
      
              @Modifies( { "on" } )
              public void turnOn() {
                  setOn(true);
              }
        ...
      

      The issue is found in org.drools.mvel.integrationtests.VarargsTest.

      Attachments

        Issue Links

          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: