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 326263 - Broken javadoc tags for Gtk.java and Widget.java
Broken javadoc tags for Gtk.java and Widget.java
Status: RESOLVED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other All
: Normal minor
: ---
Assigned To: Ismael Juma
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-09 03:08 UTC by Remy Suen
Modified: 2006-01-09 21:09 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
This patch will apply the corrections I have suggested above. (2.14 KB, patch)
2006-01-09 03:15 UTC, Remy Suen
none Details | Review

Description Remy Suen 2006-01-09 03:08:27 UTC
Documentation 
Section: 
Gtk.java currently references GtkInitException incorrectly with a {@link
#org.gnu.gtk.GtkInitException} when # tags should be appended for referencing
methods and the likes.

Widget.java has two methods' javadoc comments that links to GtkLabel, which does
not work as the name of the class used in the bindings is actually just Label
without a Gtk prefix.

Correct version:
Gtk.java's {@link #org.gnu.gtk.GtkInitException} should be {@link GtkInitException}.

Widget.java should use {@link Label} instead of {@link GtkLabel}.

Other information:
Comment 1 Remy Suen 2006-01-09 03:15:25 UTC
Created attachment 56998 [details] [review]
This patch will apply the corrections I have suggested above.
Comment 2 Ismael Juma 2006-01-09 21:09:14 UTC
Thanks for the patch. Applied to CVS HEAD.