[jboss-jira] [JBoss JIRA] Created: (JBRULES-1102) Bug in DefaultBetaConstraint class indexing to never turn on
Yuri de Wit (JIRA)
jira-events at lists.jboss.org
Sun Aug 19 01:36:01 EDT 2007
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
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