| OLD | NEW |
| 1 /tests/document.js:1: ERROR - Access to "document" property of global object is
disallowed | 1 /tests/document.js:1: ERROR - Access to "document" property of global object is
disallowed |
| 2 document.bar(); | 2 document.bar(); |
| 3 ^ | 3 ^ |
| 4 | 4 |
| 5 /tests/document.js:2: ERROR - Access to "document" property of global object is
disallowed | 5 /tests/document.js:2: ERROR - Access to "document" property of global object is
disallowed |
| 6 window.document.bar(); | 6 window.document.bar(); |
| 7 ^ | 7 ^ |
| 8 | 8 |
| 9 /tests/document.js:5: ERROR - Access to "document" property of global object is
disallowed | 9 /tests/document.js:5: ERROR - Access to "document" property of global object is
disallowed |
| 10 document(); | 10 document(); |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 | 400 |
| 401 /tests/this.js:268: ERROR - @this annotation is required for functions referenci
ng 'this' | 401 /tests/this.js:268: ERROR - @this annotation is required for functions referenci
ng 'this' |
| 402 function callbackReferencingThisNotAnnotated() | 402 function callbackReferencingThisNotAnnotated() |
| 403 ^ | 403 ^ |
| 404 | 404 |
| 405 /tests/this.js:277: ERROR - @this annotation found for function not referencing
'this' | 405 /tests/this.js:277: ERROR - @this annotation found for function not referencing
'this' |
| 406 function callbackNotReferencingThisAnnotated() | 406 function callbackNotReferencingThisAnnotated() |
| 407 ^ | 407 ^ |
| 408 | 408 |
| 409 Total errors: 102 | 409 Total errors: 102 |
| OLD | NEW |