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