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 745386 - Debug messages are confusing.
Debug messages are confusing.
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-01 21:23 UTC by Magdalen Berns (irc magpie)
Modified: 2015-03-01 22:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (11.32 KB, patch)
2015-03-01 21:25 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Patch to address problem (1.55 KB, patch)
2015-03-01 22:35 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Add reminder of convention to HACKING (1.12 KB, patch)
2015-03-01 22:41 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-03-01 21:23:42 UTC
They're quite inconsistent and this needs to be improved to help determine the source of null pointers more easily. If JNI error messages are in the form:

    g_warning("\n *** method calling instance: instance == NULL *** \n");

It makes it easier to spot.
Comment 1 Magdalen Berns (irc magpie) 2015-03-01 21:25:56 UTC
Created attachment 298232 [details] [review]
Patch to address problem
Comment 2 Magdalen Berns (irc magpie) 2015-03-01 22:35:45 UTC
Created attachment 298234 [details] [review]
Patch to address problem
Comment 3 Magdalen Berns (irc magpie) 2015-03-01 22:41:22 UTC
Created attachment 298235 [details] [review]
Add reminder of convention to HACKING