Source compatibility report for the JGraph library between 5.11.0.1 and 5.12.0.0 versions

Test Info


Library NameJGraph
Version #15.11.0.1
Version #25.12.0.0

Test Results


Total Java ARchives2
Total Methods / Classes1408 / 88
VerdictIncompatible
(42.7%)

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh7
Problems with
Data Types
High4
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-4

Added Methods (11)


jgraph.jar, GraphLayoutCacheChange.class
package org.jgraph.event
GraphLayoutCacheEvent.GraphLayoutCacheChange.getDirtyRegion ( ) [abstract]  :  Rectangle2D
GraphLayoutCacheEvent.GraphLayoutCacheChange.setDirtyRegion ( Rectangle2D p1 ) [abstract]  :  void

jgraph.jar, GraphLayoutCacheEdit.class
package org.jgraph.graph
GraphLayoutCache.GraphLayoutCacheEdit.getDirtyRegion ( )  :  Rectangle2D
GraphLayoutCache.GraphLayoutCacheEdit.setDirtyRegion ( Rectangle2D p1 )  :  void

jgraph.jar, GraphModelEdit.class
package org.jgraph.graph
DefaultGraphModel.GraphModelEdit.getDirtyRegion ( )  :  Rectangle2D
DefaultGraphModel.GraphModelEdit.setDirtyRegion ( Rectangle2D p1 )  :  void

jgraph.jar, GraphModelLayerEdit.class
package org.jgraph.graph
DefaultGraphModel.GraphModelLayerEdit.getDirtyRegion ( )  :  Rectangle2D
DefaultGraphModel.GraphModelLayerEdit.setDirtyRegion ( Rectangle2D p1 )  :  void

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

to the top

Removed Methods (7)


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.drawTransparentImage ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 )  :  boolean
JGraph.getTransparentOffgraphics ( )  :  Graphics
JGraph.isUseLegacyPainting ( )  :  boolean
JGraph.setUseLegacyPainting ( boolean p1 )  :  void

to the top

Problems with Data Types, High Severity (4)


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

package org.jgraph.event
[+] GraphLayoutCacheEvent.GraphLayoutCacheChange (2)

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

to the top

Other Changes in Data Types (4)


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

package org.jgraph.graph
[+] DefaultGraphModel.GraphModelEdit (1)
[+] GraphLayoutCache.GraphLayoutCacheEdit (1)

to the top

Java ARchives (2)


jgraph-5.11.0.1-lgpl.jar
jgraph.jar

to the top