GNOME Bugzilla – Bug 751951
Descriptor for set_extents is missing an Integer Argument.
Last modified: 2015-07-04 14:02:02 UTC
Running a check with the following command: javap -s -p wrapper/org/GNOME/Accessibility/AtkComponent Produces the following information about the set_extents java method descriptor: public java.awt.Rectangle set_extents(int, int, int, int, int); descriptor: (IIIII)Ljava/awt/Rectangle; Where the descriptor currently being used is: (IIII)Ljava/awt/Rectangle; Which is missing an "I"
Created attachment 306809 [details] [review] JNI: fix java descriptor for set_extents call
Created attachment 306810 [details] [review] Update copyright for jawcomponent and AtkComponent The copyright needs updating. Closing.