[jboss-jira] [JBoss JIRA] (DROOLS-100) DRL compiler accepts rules extending non-existing rules

Davide Sottara (JIRA) jira-events at lists.jboss.org
Sun Apr 7 17:50:42 EDT 2013


Davide Sottara created DROOLS-100:
-------------------------------------

             Summary: DRL compiler accepts rules extending non-existing rules
                 Key: DROOLS-100
                 URL: https://issues.jboss.org/browse/DROOLS-100
             Project: Drools
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
    Affects Versions: 5.5, 6.0.0.Alpha1
            Reporter: Davide Sottara
            Assignee: Mario Fusco
             Fix For: 5.6, 6.0.0.Beta2


rule "X" extends "Y" 
is accepted even if no rule "Y" is available. "X" will be created with local conditions and actions only.

This is extremely dangerous and very difficult to debug in two cases:
- rule "Y" exists but is in a different package (not supported)
- rule "Y*" exists and "Y" is a spelling mistake

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list