[jboss-jira] [JBoss JIRA] (DROOLS-248) Declared Traits do not inherit fields if multiple inheritance is used
Davide Sottara (JIRA)
jira-events at lists.jboss.org
Thu Sep 5 02:50:03 EDT 2013
Davide Sottara created DROOLS-248:
-------------------------------------
Summary: 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: 6.0.0.CR2, 5.5.0.Final
Reporter: Davide Sottara
Assignee: Mark Proctor
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