[jboss-jira] [JBoss JIRA] (DROOLS-248) Declared Traits do not inherit fields if multiple inheritance is used

Mario Fusco (JIRA) jira-events at lists.jboss.org
Tue Oct 29 05:01:03 EDT 2013


     [ https://issues.jboss.org/browse/DROOLS-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco resolved DROOLS-248.
--------------------------------

    Resolution: Done

    
> Declared Traits do not inherit fields if multiple inheritance is used
> ---------------------------------------------------------------------
>
>                 Key: DROOLS-248
>                 URL: https://issues.jboss.org/browse/DROOLS-248
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.5.0.Final, 6.0.0.CR2
>            Reporter: Davide Sottara
>            Assignee: Mario Fusco
>            Priority: Blocker
>             Fix For: 5.5.1.Final, 6.0.0.Final
>
>
> declare trait A 
>  f : String
> end
> declare trait B
>  g : String
> end
> declare trait C extends A, B
>  h : String
> end
> C will only inherit fields from A

--
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