]
Michael Biarnes Kiefer updated DROOLS-88:
-----------------------------------------
Fix Version/s: 6.0.0.CR5
(was: 6.0.0.CR4)
Support generics in declared types' fields
------------------------------------------
Key: DROOLS-88
URL:
https://issues.jboss.org/browse/DROOLS-88
Project: Drools
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Affects Versions: 5.5.0.Final
Reporter: Davide Sottara
Assignee: Davide Sottara
Priority: Minor
Fix For: 5.5.1.Final, 6.0.0.CR5
It should be possible to write:
declare Foo
list : List<String>
end
While not supported in rules using the mvel dialect, it makes declared types much more
readable, and adds some type-safety to java rules.
Notice that this ticket is NOT related to the possibility of declaring generic classes,
such as Foo<T>.
--
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: