[jboss-jira] [JBoss JIRA] (JBRULES-3653) Property Reactive can cause infinite loops when used on types with 64 fields or more
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Mon Oct 8 14:10:08 EDT 2012
Mario Fusco created JBRULES-3653:
------------------------------------
Summary: Property Reactive can cause infinite loops when used on types with 64 fields or more
Key: JBRULES-3653
URL: https://issues.jboss.org/browse/JBRULES-3653
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
The Property Reactive is currently implemented using a long (64-bit) bitmask. It means that for types having more than 64 fields the bitmask cannot be correctly calculated. Since we don't want to pay a performance penalty and increase the memory occupation for this edge case, we decided to disable the property reactivity for this types and emit a compiler warning.
--
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