After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752334 - JNI: Replace deprecated jaw_table_get_index_at with jaw_table_ref_at
JNI: Replace deprecated jaw_table_get_index_at with jaw_table_ref_at
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other All
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-13 15:08 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-16 10:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
JNI/Wrapper: remove jaw_table_get_index_at (2.75 KB, patch)
2015-07-15 23:37 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Update HACKING (643 bytes, patch)
2015-07-16 10:21 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-07-13 15:08:05 UTC
The jaw_table_get_index_at function, should be replaced with a function named jaw_table_ref_at in jawtable.c which implements the ref_at pointer from the AtkTable interface and calls refAt from the java AtkTable wrapper class.[1,2]

[1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n46
[2] https://git.gnome.org/browse/java-atk-wrapper/tree/jni/src/jawtable.c
Comment 1 Magdalen Berns (irc magpie) 2015-07-15 23:37:01 UTC
Created attachment 307517 [details] [review]
JNI/Wrapper: remove jaw_table_get_index_at
Comment 2 Magdalen Berns (irc magpie) 2015-07-16 10:21:57 UTC
Created attachment 307546 [details] [review]
Update HACKING