[TIMOB-17701] Code Analyzer: Shows "Object #<UnknownType> has no method get" error when run for iPhone.
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:46:12.000+0000 |
Affected Version/s | Release 3.4.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | qe-3.4.0 |
Reporter | Khushbu Agrawal |
Assignee | Praveen Innamuri |
Created | 2014-09-16T10:35:04.000+0000 |
Updated | 2017-03-20T17:31:43.000+0000 |
Description
Description:
Running Code Analyzer for iPhone on small Alloy Application with 'Process Unvisited code' set shows "Object # has no method 'get' " an error message.
Code processor is showing error with 'Process Unvisited code' set and only with the iPhone as a target. With 'iPad' as a target, its works successfully.
This is not an regression.
The error is reproducible with Appcelerator Studio 3.3.0.201407111535 and titanium SDK 3.3.0.GA.
Settings:
Enabled the code Analyzer preferences setting for "Process Unvisited Code"
Platform: iPhone
Steps to Reproduce:-
1. Create an alloy project.
2. Project context menu>code Analysis>Run on iPhone platform.
3. Observe that it is showing error message.
Expected Result:
1. Code processor should run normally and the analyzed result should be generated for the iPhone target.
Actual Result:
2. Code processor shows "Object # has no method 'get' " an error message instead of generating the report.
Refer to the attached screenshot for your reference.
Attachments
Code processor is dead.
Closing ticket as code processor is no longer supported.