[TIMOB-13247] CodeProcessor: skipped and visited states should be exclusive, but aren't
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-28T17:59:32.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 07 JS, 2013 Sprint 07 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-03-28T17:38:57.000+0000 |
Updated | 2017-03-09T00:25:01.000+0000 |
Description
Skipped and visited states should be mutually exclusive but aren't. If a node is skipped and later visited (or vice versa), both states are set, but visited should always supersede.
Closing ticket as fixed.