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

Unsupported Polymorphic declarations are not detected until runtime

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 5.5.1.Final, 6.0.0.CR1
    • None
    • None
    • None

      rule X
      when
      $x : Foo()
      or
      $x : Bar()
      then
      ...

      will throw a CCE when the rule is triggered by a Bar and $x is used in the RHS

            mfusco@redhat.com Mario Fusco
            dsotty Davide Sottara (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: