[TIMOB-12997] CodeProcessor: Clean up undefined identifier exceptions
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-15T19:30:21.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 06 JS, 2013 Sprint 06 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-03-07T23:59:08.000+0000 |
Updated | 2017-03-09T00:25:09.000+0000 |
Description
The code processor should show a better error message when an undefined identifier is referenced.
foo()
currently throws the exception
Cannot dereference foo of undefined
but that doesn't really help. It should say something more user friendly
Turns out this was *way* simpler than I thought it would be, yay!
Closing ticket as fixed.