[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-2248) Drools Expert User Guide errors
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed May 18 23:43:01 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor resolved JBRULES-2248.
-----------------------------------
Resolution: Done
> Drools Expert User Guide errors
> -------------------------------
>
> Key: JBRULES-2248
> URL: https://issues.jboss.org/browse/JBRULES-2248
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-docs
> Affects Versions: 5.0.1.FINAL
> Reporter: Karsten Thoms
> Assignee: Mark Proctor
> Priority: Trivial
> Fix For: 5.2.0.CR1
>
>
> Some minor issues I found when following the User Guide:
> Improvement: Variable 'kbase' is not introduced in the first example. Add declaration and instantiation to example in 2.1.1.
> Rule "Status output when things are ok"
> error:
> not Sprinkler( on === true )
> correct:
> not Sprinkler( on == true )
> ERROR
> if ( kbuilder.hasErrors() ) {
> System.err.println( builder.getErrors().toString() );
> }
> CORRECT
> if ( kbuilder.hasErrors() ) {
> System.err.println( kbuilder.getErrors().toString() );
> }
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list