Re: ISSUE-827: bug in detecting final states [SCXML-LC-Comments]

On Jan 29, 2013, at 11:09 AM, Jim Barnett <Jim.Barnett@genesyslab.com> wrote:
Note that 'grandparent' will be Null in the code above, because <scxml> doesn't have a parent. That's another problem.
 
I ran into that in my interpreter, and I assumed that it was acceptable in the spec since isParallelState(grandparent) (whose implementation is not defined( would presumably accept a null argument and return false.

Received on Tuesday, 29 January 2013 20:18:25 UTC