Issue Details (XML | Word | Printable)

Key: RVM-340
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Annotations don't handle arrays of primitive types correctly

Created: 08/Nov/07 05:44 AM   Updated: 11/Mar/08 05:23 AM
Component/s: Runtime
Affects Version/s: None
Fix Version/s: 2.9.3

Time Tracking:
Not Specified


 Description  « Hide
Annotation support is incomplete, in particular for arrays of primitive types. Currently due to boxing we return an Object[] containing Integers rather than an int[] containing ints.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 11/Mar/08 05:20 AM
Patch committed in r14019.