Summary: | StructAccessor missing setShortsAt() and getShortsAt() methods for short[] | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | frank.dahlberg |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
gluegen 0104f0ff35304b0aa416c2caa7b53aadf592f36a
|
Workaround: | --- |
Description
frank.dahlberg
2012-10-04 23:52:36 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. Any progress ? added .. commit 0104f0ff35304b0aa416c2caa7b53aadf592f36a |