[jboss-jira] [JBoss JIRA] Created: (JBRULES-1215) Solver in debug mode asks toString() of a Move after doing it

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Sun Sep 23 13:09:11 EDT 2007


Solver in debug mode asks toString() of a Move after doing it
-------------------------------------------------------------

                 Key: JBRULES-1215
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1215
             Project: JBoss Rules
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Solver
            Reporter: Geoffrey De Smet
         Assigned To: Mark Proctor
            Priority: Optional


so it's incorrect in the logs:
DEBUG     Move ([Queen-0] 0 @ 0 => 0) ignored because not doable.
DEBUG     Move ([Queen-0] 0 @ 1 => 1) with score (-4.0) and acceptChance (1.0).

should be
DEBUG     Move ([Queen-0] 0 @ 0 => 0) ignored because not doable.
DEBUG     Move ([Queen-0] 0 @ 0 => 1) with score (-4.0) and acceptChance (1.0).

Also fix the logging output in the manual as it now shows this bug.

-- 
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