[
https://jira.jboss.org/jira/browse/JBRULES-1215?page=com.atlassian.jira.p...
]
Geoffrey De Smet reassigned JBRULES-1215:
-----------------------------------------
Assignee: Geoffrey De Smet (was: Mark Proctor)
Solver in debug mode asks toString() of a Move after doing it
-------------------------------------------------------------
Key: JBRULES-1215
URL:
https://jira.jboss.org/jira/browse/JBRULES-1215
Project: JBoss Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-solver
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira