[TNS-4] Eliminate several uses of reflection in tools.namespace Created: 28/Oct/12 Updated: 28/Oct/12 Resolved: 28/Oct/12 |
|
| Status: | Resolved |
| Project: | tools.namespace |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Andy Fingerhut | Assignee: | Stuart Sierra |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
There are several reflection warnings when compiling tools.namespace, all of which can be eliminated with fairly straightforward additions of type hints. |
| Comments |
| Comment by Andy Fingerhut [ 28/Oct/12 8:08 PM ] |
|
tns-4-eliminate-reflection-v1.txt dated Oct 28 2012 adds the necessary type hints to eliminate reflection warnings in tools.namespace. |
| Comment by Stuart Sierra [ 28/Oct/12 9:14 PM ] |
|
Patch applied. Thanks! |