Bug 625 - StructAccessor missing setShortsAt() and getShortsAt() methods for short[]
Summary: StructAccessor missing setShortsAt() and getShortsAt() methods for short[]
Status: RESOLVED FIXED
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2012-10-04 23:52 CEST by frank.dahlberg
Modified: 2012-12-30 19:57 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
gluegen 0104f0ff35304b0aa416c2caa7b53aadf592f36a
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description frank.dahlberg 2012-10-04 23:52:36 CEST
For short[] Java code gets emitted for an StructAccessor object that uses:

void setShortsAt(int i, short[] shorts)
short[] getShortsAt(int i, short[] shorts)

The problem is that StructAccessor.java has no such methods.

Thanks
Comment 1 Sven Gothel 2012-10-06 02:56:02 CEST
(In reply to comment #0)
> For short[] Java code gets emitted for an StructAccessor object that uses:
> 
> void setShortsAt(int i, short[] shorts)
> short[] getShortsAt(int i, short[] shorts)
> 
> The problem is that StructAccessor.java has no such methods.
> 
> Thanks

Do you volunteer to add this ?
If so, pls use our git repo, clone, patch and offer it (email, pull-request, ..).
If so, pls also add short access in unit test.
Comment 2 Sven Gothel 2012-10-31 17:18:42 CET
Any progress ?
Comment 3 Sven Gothel 2012-12-30 19:57:12 CET
added .. commit 0104f0ff35304b0aa416c2caa7b53aadf592f36a