Binary compatibility report for the JOGL library between 1.1.0 and 1.1.1 versions

Test Info


Library NameJOGL
Version #11.1.0
Version #21.1.1

Test Results


Total Java ARchives1
Total Methods / Classes6553 / 129
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (9)


jogl.jar, GLCanvas.class
package javax.media.opengl
GLCanvas.getGraphicsConfiguration ( )  :  GraphicsConfiguration

jogl.jar, GLU.class
package javax.media.opengl.glu
GLU.gluBeginCurve ( GLUnurbs p1 )  :  void
GLU.gluBeginSurface ( GLUnurbs p1 )  :  void
GLU.gluEndCurve ( GLUnurbs p1 )  :  void
GLU.gluEndSurface ( GLUnurbs p1 )  :  void
GLU.gluNewNurbsRenderer ( )  :  GLUnurbs
GLU.gluNurbsCurve ( GLUnurbs p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, int p7 )  :  void
GLU.gluNurbsProperty ( GLUnurbs p1, int p2, float p3 )  :  void
GLU.gluNurbsSurface ( GLUnurbs p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, int p7, float[ ] p8, int p9, int p10, int p11 )  :  void

to the top

Java ARchives (1)


jogl.jar

to the top