hekailiang / squirrel

squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
http://hekailiang.github.io/squirrel/
Other
2.19k stars 540 forks source link

issue: checkConflictTransitions方法校验有问题 #136

Closed zproo closed 2 years ago

zproo commented 2 years ago

在使用builder.newStateMachine时。 如果状态机定义的 流转中to状态为终态、且相同event下、使用了mvel表达式且没有命名时: isMatch方法校验会有问题,导致在checkConflictTransitions方法中会认为使用了相同的Transition