Binary compatibility report for the JGraph library between 5.10.2.0 and 5.11.0.0 versions

Test Info


Library NameJGraph
Version #15.10.2.0
Version #25.11.0.0

Test Results


Total Java ARchives2
Total Methods / Classes1405 / 88
VerdictIncompatible
(31.1%)

Problem Summary


SeverityCount
Added Methods-10
Removed MethodsHigh7
Problems with
Data Types
High1
Medium0
Low1
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-2

Added Methods (10)


jgraph.jar, GraphLayoutCache.class
package org.jgraph.graph
GraphLayoutCache.addOffscreenDirty ( Rectangle2D p1 )  :  void
GraphLayoutCache.clearOffscreenDirty ( )  :  void
GraphLayoutCache.getOffscreenDirty ( )  :  Rectangle2D

jgraph.jar, JGraph.class
package org.jgraph
JGraph.getClipRectangle ( GraphLayoutCacheEvent.GraphLayoutCacheChange p1 )  :  Rectangle2D
JGraph.getClipRectangle ( GraphModelEvent.GraphModelChange p1 )  :  Rectangle2D

jgraph.jar, Spline.class
package org.jgraph.util
Spline.checkValues ( )  :  boolean
Spline.getFastValue ( double p1 )  :  double

jgraph.jar, Spline2D.class
package org.jgraph.util
Spline2D.checkValues ( )  :  boolean
Spline2D.getSplineX ( )  :  Spline
Spline2D.getSplineY ( )  :  Spline

to the top

Removed Methods (7)


jgraph.jar, JGraph.class
package org.jgraph
JGraph.isOffscreenValid ( )  :  boolean
JGraph.repaint ( )  :  void
JGraph.repaint ( int p1, int p2, int p3, int p4 )  :  void
JGraph.repaint ( long p1 )  :  void
JGraph.repaint ( long p1, int p2, int p3, int p4, int p5 )  :  void
JGraph.repaint ( Rectangle p1 )  :  void
JGraph.setOffscreenValid ( boolean p1 )  :  void

to the top

Problems with Data Types, High Severity (1)


jgraph.jar
package org.jgraph
[+] JGraph (1)

to the top

Problems with Data Types, Low Severity (1)


jgraph.jar
package org.jgraph
[+] JGraph (1)

to the top

Other Changes in Data Types (2)


jgraph.jar
package org.jgraph.graph
[+] EdgeRenderer (1)
[+] GraphLayoutCache (1)

to the top

Java ARchives (2)


jgraph-5.10.2.0-lgpl.jar
jgraph.jar

to the top