[jboss-jira] [JBoss JIRA] (DROOLS-88) Support generics in declared types' fields
Davide Sottara (JIRA)
jira-events at lists.jboss.org
Mon Mar 25 04:30:41 EDT 2013
Davide Sottara created DROOLS-88:
------------------------------------
Summary: 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
Reporter: Davide Sottara
Assignee: Davide Sottara
Priority: Minor
Fix For: 5.6, 6.0.0.Alpha1
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list