Source compatibility report for the JGraph library between 5.7 and 5.7.1 versions

Test Info


Library NameJGraph
Version #15.7
Version #25.7.1

Test Results


Total Java ARchives2
Total Methods / Classes1309 / 86
VerdictIncompatible
(0.1%)

Problem Summary


SeverityCount
Added Methods-13
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-6

Added Methods (13)


jgraph.jar, AttributeMap.class
package org.jgraph.graph
AttributeMap.clonePoints ( Object[ ] p1, boolean p2 )  :  List
AttributeMap.clonePoints ( Point2D[ ] p1 )  :  Point2D[ ]

jgraph.jar, GraphLayoutCache.class
package org.jgraph.graph
GraphLayoutCache.cellExpanded ( Object p1 )  :  void
GraphLayoutCache.cellWillCollapse ( Object p1 )  :  void
GraphLayoutCache.getCollapseXScale ( )  :  double
GraphLayoutCache.getCollapseYScale ( )  :  double
GraphLayoutCache.isMovesParentsOnCollapse ( )  :  boolean
GraphLayoutCache.isResizesParentsOnCollapse ( )  :  boolean
GraphLayoutCache.setCollapseXScale ( double p1 )  :  void
GraphLayoutCache.setCollapseYScale ( double p1 )  :  void
GraphLayoutCache.setMovesParentsOnCollapse ( boolean p1 )  :  void
GraphLayoutCache.setResizesParentsOnCollapse ( boolean p1 )  :  void
GraphLayoutCache.toggleCollapsedState ( Object[ ] p1, boolean p2, boolean p3 )  :  void

to the top

Removed Methods (1)


jgraph.jar, AttributeMap.class
package org.jgraph.graph
AttributeMap.clonePoints ( List p1, boolean p2 )  :  List

to the top

Other Changes in Data Types (6)


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

to the top

Java ARchives (2)


jgraph-5.7-lgpl.jar
jgraph.jar

to the top