[TIMOB-13300] CodeProcessor: Internal methods don't register as ambiguous blocks correctly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-02T04:23:44.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 07 JS, 2013 Sprint 07 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-04-01T20:55:54.000+0000 |
Updated | 2017-03-14T21:15:27.000+0000 |
Description
Some native methods do things that query aspects of the current context. Since native methods don't create their own context, they query the calling context, which is bad. A dummy context needs to be created
Moving to 3.1.1. If this can fit in 3.1.0, we can move it back.
Please provide test steps and sample code.
Closing ticket as fixed.