[CLASSPATH-3] Eliminate one use of reflection in java.classpath Created: 28/Oct/12 Updated: 28/Oct/12 Resolved: 28/Oct/12 |
|
| Status: | Resolved |
| Project: | java.classpath |
| 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 is one use of reflection in fn classpath that is easy to eliminate with a type hint. |
| Comments |
| Comment by Andy Fingerhut [ 28/Oct/12 6:19 PM ] |
|
classpath-3-eliminate-reflection-v1.txt dated Oct 28 2012 eliminates the one use of reflection that currently exists in java.classpath, by adding a type hint. |
| Comment by Stuart Sierra [ 28/Oct/12 8:09 PM ] |
|
Patch applied. Thanks! |