[TIMOB-10776] CodeProcessor: Implement full support for unknown data types
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-06T11:19:53.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Sprint 2012-18 API, 2012 Sprint 18 |
Components | Code Processor |
Labels | api |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-09-04T22:50:35.000+0000 |
Updated | 2017-03-08T00:39:43.000+0000 |
Description
Many internal methods take action depending on types. Every time this happens, unknown data types must be explicitly handled but are currently only handled haphazardly. Need to check every call to Base.type() and every reference to .className.
Closing ticket due to time passed.