[TIMOB-12766] CodeProcessor: If a function is skipped, the context isn't established properly when it is processed later
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-02-19T19:56:55.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 04 JS, 2013 Sprint 04 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-02-15T23:56:50.000+0000 |
Updated | 2017-03-09T00:24:53.000+0000 |
Description
When processUnvisitedCode is true and a function is skipped, the context is not established properly, causing a crash
if (false) {
function foo(){}
}
Closing ticket as fixed.