[TIMOB-13504] Code Processor: api usage finder lists non-apis
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-23T23:06:05.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | 2013 Sprint 09 JS, 2013 Sprint 09, Release 3.2.0 |
Components | Code Processor |
Labels | qe-3.1.0, qe-testadded |
Reporter | Dustin Hyde |
Assignee | Bryan Hughes |
Created | 2013-04-09T20:28:30.000+0000 |
Updated | 2014-02-24T23:42:35.000+0000 |
Description
Code Processor: api usage finder lists non-apis.
See screenshot.
Test Steps:
1. Open Appcelerator Studio.
2. Create Titanium Project w/Appcelerator Services.
3. Run code processor.
Test Results:
API Usage Finder lists non-apis in the results (e.g., font, etc.).
Attachments
Interesting...they actually are APIs...they're just missing their namespace. For example, font should be Ti.UI.Label.font
PR: https://github.com/appcelerator/titanium-code-processor/pull/163 1_0_X PR: https://github.com/appcelerator/titanium-code-processor/pull/164
Now it shows correctly. Ex - Titanium.Platform.osname. Hence closing this issue. Tested in below environment - Appcelerator Studio: 3.2.0.201312121648 SDK:3.2.0.v20131212122847 alloy: 1.3.0-cr acs: 1.0.10 npm: 1.3.2 titanium: 3.2.0-cr3 titanium-code-processor: 1.1.0-cr2 OS - Mountain Lion (v10.8.5)