[TIMOB-13336] CodeProcessor: Trying to dereference a property of null/undefined should throw a recoverable exception
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-03T05:53:35.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 | Bryan Hughes |
Created | 2013-04-03T05:49:59.000+0000 |
Updated | 2013-05-10T06:06:30.000+0000 |
Description
Trying to dereference a property of null or undefined throws an unrecoverable exception, but it should be recoverable.
Please provide steps to test it,if feasible.
Run this code using the code processor from the command line. You should see a line in the output (before the results) that includes "the bug is fixed".
Run the given code through codeprocessor in console.It gave the expected output line : "info: program output [log]: the bug is fixed".So closing the bug. Used Titanium Code Processor v1.0.0