[TIMOB-12881] CodeProcessor: The platform validator doesn't validate namespaces
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-03-12T23:51:51.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 06 JS, 2013 Sprint 06 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2013-02-27T00:03:32.000+0000 |
| Updated | 2017-03-09T00:26:39.000+0000 |
Description
Right now, only properties and methods are analyzed, but namespaces are not.
Titanium.UI.Android.ProgressIndicator
trips a warning but
Titanium.UI.Android
does not
Closing ticket as fixed.