[jboss-jira] [JBoss JIRA] (DROOLS-270) Primitve globals will result in a runtime exception
Davide Sottara (JIRA)
jira-events at lists.jboss.org
Thu Sep 19 05:01:04 EDT 2013
Davide Sottara created DROOLS-270:
-------------------------------------
Summary: Primitve globals will result in a runtime exception
Key: DROOLS-270
URL: https://issues.jboss.org/browse/DROOLS-270
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.CR3, 5.5.0.Final
Reporter: Davide Sottara
Assignee: Mark Proctor
Priority: Minor
Fix For: 5.5.1.Final, 6.0.0.Final
package test;
global int foo;
...
the KnowledgeBuilder will accept primitive typed globals, but they will
later result in a runtime exception when the KB is built.
A compile-time error should be raised instead
--
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