[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1102) Bug in DefaultBetaConstraint class indexing to never turn on
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Mon Aug 20 20:52:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-1102?page=all ]
Mark Proctor closed JBRULES-1102.
---------------------------------
Resolution: Done
This is fixed, please use the latest snapshot, as there is more wrong with this class than just the depth check you noticed.
> Bug in DefaultBetaConstraint class indexing to never turn on
> ------------------------------------------------------------
>
> Key: JBRULES-1102
> URL: http://jira.jboss.com/jira/browse/JBRULES-1102
> Project: JBoss Rules
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Reteoo
> Affects Versions: 4.0.0.GA
> Reporter: Yuri de Wit
> Assigned To: Mark Proctor
> Fix For: 4.0.1
>
>
> Look at line 75 of DefaultBetaConstraint: notice the (depth <= this.indexed). This will always evaluate to false. It should be this.indexed < depth
> This bug and the one reported here (http://jira.jboss.com/jira/browse/JBRULES-1101) make sure that indexing is not used at all.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list