Source compatibility report for the JGraph X library between 1.1.0.2 and 1.2.0.0 versions
Test Info
Library Name | JGraph X |
Version #1 | 1.1.0.2 |
Version #2 | 1.2.0.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Classes | 145 |
---|
Total Methods / Types | 2123 / 119 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Methods | - | 8 |
---|
Removed Methods | High | 9 |
---|
Problems with Data Types | High | 5 |
---|
Medium | 0 |
Low | 3 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (8)
jgraphx.jar, mxEventObject.class
package com.mxgraph.util
mxEventObject.getName ( ):String
[ run-time name: com/mxgraph/util/mxEventObject.getName:()Ljava/lang/String; ]
mxEventObject.getProperties ( ):java.util.Map
[ run-time name: com/mxgraph/util/mxEventObject.getProperties:()Ljava/util/Map; ]
mxEventObject.getProperty ( String p1 ):Object
[ run-time name: com/mxgraph/util/mxEventObject.getProperty:(Ljava/lang/String;)Ljava/lang/Object; ]
mxEventObject.mxEventObject ( String p1 )
[ run-time name: com/mxgraph/util/mxEventObject."<init>":(Ljava/lang/String;)V ]
mxEventObject.mxEventObject ( String p1, Object[] p2 )
[ run-time name: com/mxgraph/util/mxEventObject."<init>":(Ljava/lang/String;[Ljava/lang/Object;)V ]
jgraphx.jar, mxEventSource.class
package com.mxgraph.util
mxEventSource.fireEvent ( mxEventObject p1 ):void
[ run-time name: com/mxgraph/util/mxEventSource.fireEvent:(Lcom/mxgraph/util/mxEventObject;)V ]
mxEventSource.fireEvent ( mxEventObject p1, Object p2 ):void
[ run-time name: com/mxgraph/util/mxEventSource.fireEvent:(Lcom/mxgraph/util/mxEventObject;Ljava/lang/Object;)V ]
jgraphx.jar, mxUndoManager.class
package com.mxgraph.util
mxUndoManager.clear ( ):void
[ run-time name: com/mxgraph/util/mxUndoManager.clear:()V ]
to the top
Removed Methods (9)
jgraphx.jar, mxEventObject.class
package com.mxgraph.util
mxEventObject.getArgAt ( int p1 ):Object
[ run-time name: com/mxgraph/util/mxEventObject.getArgAt:(I)Ljava/lang/Object; ]
mxEventObject.getArgCount ( ):int
[ run-time name: com/mxgraph/util/mxEventObject.getArgCount:()I ]
mxEventObject.getArgs ( ):Object[]
[ run-time name: com/mxgraph/util/mxEventObject.getArgs:()[Ljava/lang/Object; ]
mxEventObject.mxEventObject ( )
[ run-time name: com/mxgraph/util/mxEventObject."<init>":()V ]
mxEventObject.mxEventObject ( Object[] p1 )
[ run-time name: com/mxgraph/util/mxEventObject."<init>":([Ljava/lang/Object;)V ]
jgraphx.jar, mxEventSource.class
package com.mxgraph.util
mxEventSource.fireEvent ( String p1 ):void
[ run-time name: com/mxgraph/util/mxEventSource.fireEvent:(Ljava/lang/String;)V ]
mxEventSource.fireEvent ( String p1, mxEventObject p2 ):void
[ run-time name: com/mxgraph/util/mxEventSource.fireEvent:(Ljava/lang/String;Lcom/mxgraph/util/mxEventObject;)V ]
mxEventSource.fireEvent ( String p1, mxEventObject p2, Object p3 ):void
[ run-time name: com/mxgraph/util/mxEventSource.fireEvent:(Ljava/lang/String;Lcom/mxgraph/util/mxEventObject;Ljava/lang/Object;)V ]
jgraphx.jar, mxUndoManager.class
package com.mxgraph.util
mxUndoManager.reset ( ):void
[ run-time name: com/mxgraph/util/mxUndoManager.reset:()V ]
to the top
Problems with Data Types, High Severity (5)
jgraphx.jar
package com.mxgraph.util
[+] mxEvent (3)
| Change | Effect |
---|
Field AFTER_EXECUTE (java.lang.String) with the compile-time constant value "afterExecute" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable AFTER_EXECUTE in mxEvent. |
Field BEFORE_EXECUTE (java.lang.String) with the compile-time constant value "beforeExecute" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable BEFORE_EXECUTE in mxEvent. |
Field RESET (java.lang.String) with the compile-time constant value "reset" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable RESET in mxEvent. |
[+] affected methods (1)
mxEvent.mxEvent ( )This constructor is from 'mxEvent' class.
[+] mxEventObject (2)
| Change | Effect |
---|
Field EMPTY_ARRAY (java.lang.Object[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable EMPTY_ARRAY in mxEventObject. |
Field args (java.lang.Object[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable args in mxEventObject. |
[+] affected methods (3)
mxEventObject.consume ( )This method is from 'mxEventObject' class.
mxEventObject.isConsumed ( )This method is from 'mxEventObject' class.
mxEventSource.mxIEventListener.invoke ( Object p1, mxEventObject p2 )2nd parameter 'p2' of this abstract method has type 'mxEventObject'.
to the top
Problems with Data Types, Low Severity (3)
jgraphx.jar
package com.mxgraph.util
[+] mxEvent (1)
| Change | Effect |
---|
Field CLEAR has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CLEAR is ambiguous. |
[+] affected methods (1)
mxEvent.mxEvent ( )This constructor is from 'mxEvent' class.
[+] mxEventObject (2)
| Change | Effect |
---|
Field name has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to name is ambiguous. |
Field properties has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (3)
mxEventObject.consume ( )This method is from 'mxEventObject' class.
mxEventObject.isConsumed ( )This method is from 'mxEventObject' class.
mxEventSource.mxIEventListener.invoke ( Object p1, mxEventObject p2 )2nd parameter 'p2' of this abstract method has type 'mxEventObject'.
to the top
Java ARchives (1)
jgraphx.jar
to the top
Classes (145)
package com.mxgraph.analysis
mxConstantCostFunction
mxDistanceCostFunction
mxFibonacciHeap
mxFibonacciHeap.Node
mxGraphAnalysis
mxICostFunction
mxUnionFind
mxUnionFind.Node
package com.mxgraph.canvas
mxBasicCanvas
mxGraphics2DCanvas
mxHtmlCanvas
mxICanvas
mxImageCanvas
mxSvgCanvas
mxVmlCanvas
package com.mxgraph.io
mxCellCodec
mxCodec
mxCodecRegistry
mxModelCodec
mxObjectCodec
mxStylesheetCodec
package com.mxgraph.layout
mxCircleLayout
mxCompactTreeLayout
mxCompactTreeLayout.Polygon
mxCompactTreeLayout.Polyline
mxCompactTreeLayout.TreeNode
mxEdgeLabelLayout
mxFastOrganicLayout
mxGraphLayout
mxIGraphLayout
mxOrganicLayout
mxOrganicLayout.CellWrapper
mxParallelEdgeLayout
mxPartitionLayout
mxStackLayout
package com.mxgraph.layout.hierarchical
mxHierarchicalLayout
package com.mxgraph.layout.hierarchical.model
mxGraphAbstractHierarchyCell
mxGraphHierarchyEdge
mxGraphHierarchyModel
mxGraphHierarchyModel.CellVisitor
mxGraphHierarchyNode
mxGraphHierarchyRank
package com.mxgraph.layout.hierarchical.stage
mxCoordinateAssignment
mxCoordinateAssignment.AreaSpatialCache
mxCoordinateAssignment.WeightedCellSorter
mxHierarchicalLayoutStage
mxMedianHybridCrossingReduction
mxMedianHybridCrossingReduction.MedianCellSorter
mxMinimumCycleRemover
package com.mxgraph.layout.orthogonal
mxOrthogonalLayout
package com.mxgraph.layout.orthogonal.model
mxOrthogonalModel
mxPointPair
mxPointSequence
mxSegment
package com.mxgraph.model
mxCell
mxCellPath
mxGeometry
mxGraphModel
mxGraphModel.Filter
mxGraphModel.mxChildChange
mxGraphModel.mxCollapseChange
mxGraphModel.mxGeometryChange
mxGraphModel.mxRootChange
mxGraphModel.mxStyleChange
mxGraphModel.mxTerminalChange
mxGraphModel.mxValueChange
mxGraphModel.mxVisibleChange
mxICell
mxIGraphModel
mxIGraphModel.mxAtomicGraphModelChange
package com.mxgraph.reader
mxGraphViewImageReader
mxGraphViewReader
package com.mxgraph.sharing
mxSession
mxSharedDiagram
mxSharedDiagram.mxDiagramChangeListener
package com.mxgraph.swing
mxGraphComponent
mxGraphComponent.mxGraphControl
mxGraphComponent.mxMouseRedirector
mxGraphOutline
mxGraphOutline.MouseTracker
package com.mxgraph.swing.handler
mxCellHandler
mxCellMarker
mxCellTracker
mxConnectionHandler
mxEdgeHandler
mxElbowEdgeHandler
mxGraphHandler
mxGraphTransferHandler
mxKeyboardHandler
mxPanningHandler
mxRubberband
mxSubHandler
mxVertexHandler
package com.mxgraph.swing.util
mxCellOverlay
mxGraphActions
mxGraphActions.DeleteAction
mxGraphActions.DrillAction
mxGraphActions.EditAction
mxGraphActions.FoldAction
mxGraphActions.GroupAction
mxGraphActions.LayerAction
mxGraphActions.RemoveFromParentAction
mxGraphActions.SelectAction
mxGraphActions.UngroupAction
mxGraphActions.ZoomAction
mxGraphTransferable
mxICellOverlay
mxMouseControl
package com.mxgraph.swing.view
mxCellEditor
mxICellEditor
mxInteractiveCanvas
package com.mxgraph.util
mxCellRenderer
mxCellRenderer.CanvasFactory
mxConstants
mxEvent
mxEventObject
mxEventSource
mxEventSource.mxIEventListener
mxImage
mxLightweightTextPane
mxPoint
mxRectangle
mxResources
mxUndoableEdit
mxUndoableEdit.mxUndoableChange
mxUndoManager
mxUtils
package com.mxgraph.view
mxCellState
mxEdgeStyle
mxEdgeStyle.mxEdgeStyleFunction
mxGraph
mxGraph.mxICellVisitor
mxGraphSelectionModel
mxGraphSelectionModel.mxSelectionChange
mxGraphView
mxGraphView.mxCurrentRootChange
mxLayoutManager
mxMultiplicity
mxPerimeter
mxPerimeter.mxPerimeterFunction
mxSpaceManager
mxStyleRegistry
mxStylesheet
mxSwimlaneManager
mxTemporaryCellStates
to the top
Generated on Tue Sep 13 09:21:48 2011 for JGraph X by Java API Compliance Checker 1.0
A tool for checking backward binary/source compatibility of a Java library API