[TIMOB-9367] CodeProcessor: Implement Reseved Keyword Warning Code Processor plugin
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:12:38.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-06-04T12:29:02.000+0000 |
Updated | 2017-03-20T17:24:09.000+0000 |
Description
There are many variable names that cannot be used in Mobile Web projects that can be used in other platforms, such as "window", "status", "document", etc. This plugin should detect these instances and throw an error/warning.
Need to detect the scope of the variable too. For example, apparently, you cannot declare "status" in global scope, but you can in a local function scope. However other keywords such as "debugger" are reserved regardless of scope.
Code processor is dead.
Closing ticket as code processor is no longer supported.