Source compatibility report for the JGraph X library between 1.5.0.0 and 1.5.0.1 versions
Test Info
Library Name | JGraph X |
Version #1 | 1.5.0.0 |
Version #2 | 1.5.0.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Classes | 260 |
---|
Total Methods / Types | 3457 / 220 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Methods | - | 11 |
---|
Removed Methods | High | 4 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (11)
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.findTreeRoots ( Object p1 ):java.util.List
[ run-time name: com/mxgraph/view/mxGraph.findTreeRoots:(Ljava/lang/Object;)Ljava/util/List; ]
mxGraph.findTreeRoots ( Object p1, boolean p2 ):java.util.List
[ run-time name: com/mxgraph/view/mxGraph.findTreeRoots:(Ljava/lang/Object;Z)Ljava/util/List; ]
mxGraph.findTreeRoots ( Object p1, boolean p2, boolean p3 ):java.util.List
[ run-time name: com/mxgraph/view/mxGraph.findTreeRoots:(Ljava/lang/Object;ZZ)Ljava/util/List; ]
jgraphx.jar, mxGraphControl.class
package com.mxgraph.swing
mxGraphComponent.mxGraphControl.getExtendedCellBounds ( com.mxgraph.view.mxCellState p1 ):java.awt.Rectangle
[ run-time name: com/mxgraph/swing/mxGraphComponent.mxGraphControl.getExtendedCellBounds:(Lcom/mxgraph/view/mxCellState;)Ljava/awt/Rectangle; ]
jgraphx.jar, mxHierarchicalLayout.class
package com.mxgraph.layout.hierarchical
mxHierarchicalLayout.execute ( Object p1, java.util.List p2 ):void
[ run-time name: com/mxgraph/layout/hierarchical/mxHierarchicalLayout.execute:(Ljava/lang/Object;Ljava/util/List;)V ]
jgraphx.jar, mxLabelShape.class
package com.mxgraph.shape
mxLabelShape.hasGradient ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):boolean
[ run-time name: com/mxgraph/shape/mxLabelShape.hasGradient:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Z ]
jgraphx.jar, mxModelCodec.class
package com.mxgraph.io
mxModelCodec.encodeObject ( mxCodec p1, Object p2, org.w3c.dom.Node p3 ):void
[ run-time name: com/mxgraph/io/mxModelCodec.encodeObject:(Lcom/mxgraph/io/mxCodec;Ljava/lang/Object;Lorg/w3c/dom/Node;)V ]
jgraphx.jar, mxObjectCodec.class
package com.mxgraph.io
mxObjectCodec.addObjectValue ( Object p1, String p2, Object p3, Object p4 ):void
[ run-time name: com/mxgraph/io/mxObjectCodec.addObjectValue:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
mxObjectCodec.getFieldTemplate ( Object p1, String p2, org.w3c.dom.Node p3 ):Object
[ run-time name: com/mxgraph/io/mxObjectCodec.getFieldTemplate:(Ljava/lang/Object;Ljava/lang/String;Lorg/w3c/dom/Node;)Ljava/lang/Object; ]
jgraphx.jar, mxPanningHandler.class
package com.mxgraph.swing.handler
mxPanningHandler.isPanningActive ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxPanningHandler.isPanningActive:()Z ]
jgraphx.jar, mxRectangle.class
package com.mxgraph.util
mxRectangle.setRect ( double p1, double p2, double p3, double p4 ):void
[ run-time name: com/mxgraph/util/mxRectangle.setRect:(DDDD)V ]
to the top
Removed Methods (4)
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.findTreeRoots ( Object p1 ):Object[]
[ run-time name: com/mxgraph/view/mxGraph.findTreeRoots:(Ljava/lang/Object;)[Ljava/lang/Object; ]
mxGraph.findTreeRoots ( Object p1, boolean p2 ):Object[]
[ run-time name: com/mxgraph/view/mxGraph.findTreeRoots:(Ljava/lang/Object;Z)[Ljava/lang/Object; ]
mxGraph.findTreeRoots ( Object p1, boolean p2, boolean p3 ):Object[]
[ run-time name: com/mxgraph/view/mxGraph.findTreeRoots:(Ljava/lang/Object;ZZ)[Ljava/lang/Object; ]
jgraphx.jar, mxHierarchicalLayout.class
package com.mxgraph.layout.hierarchical
mxHierarchicalLayout.execute ( Object p1, Object[] p2 ):void
[ run-time name: com/mxgraph/layout/hierarchical/mxHierarchicalLayout.execute:(Ljava/lang/Object;[Ljava/lang/Object;)V ]
to the top
Problems with Data Types, Low Severity (2)
jgraphx.jar
package com.mxgraph.util
[+] mxUtils (2)
| Change | Effect |
---|
Field MAX_COLOR_CACHE_ENTRIES 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 MAX_COLOR_CACHE_ENTRIES is ambiguous. |
Field colorCache 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 colorCache is ambiguous. |
[+] affected methods (77)
mxUtils.addStylename ( String p1, String p2 )This method is from 'mxUtils' class.
mxUtils.clearRect ( java.awt.Graphics2D p1, java.awt.Rectangle p2, java.awt.Color p3 )This method is from 'mxUtils' class.
mxUtils.contains ( Object[] p1, Object p2 )This method is from 'mxUtils' class.
mxUtils.createBufferedImage ( int p1, int p2, java.awt.Color p3 )This method is from 'mxUtils' class.
mxUtils.createDocument ( )This method is from 'mxUtils' class.
mxUtils.createHtmlDocument ( )This method is from 'mxUtils' class.
mxUtils.createHtmlDocument ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.createHtmlDocument ( java.util.Map p1, String p2, double p3 )This method is from 'mxUtils' class.
mxUtils.createHtmlDocumentObject ( java.util.Map p1, double p2 )This method is from 'mxUtils' class.
mxUtils.createSvgDocument ( int p1, int p2 )This method is from 'mxUtils' class.
mxUtils.createTable ( org.w3c.dom.Document p1, String p2, int p3, int p4, int p5, int p6, double p7, java.util.Map p8 )This method is from 'mxUtils' class.
mxUtils.createVmlDocument ( )This method is from 'mxUtils' class.
mxUtils.drawImageClip ( java.awt.Graphics p1, java.awt.image.BufferedImage p2, java.awt.image.ImageObserver p3 )This method is from 'mxUtils' class.
mxUtils.eval ( String p1 )This method is from 'mxUtils' class.
mxUtils.fillClippedRect ( java.awt.Graphics p1, int p2, int p3, int p4, int p5 )This method is from 'mxUtils' class.
mxUtils.findNearestSegment ( com.mxgraph.view.mxCellState p1, double p2, double p3 )This method is from 'mxUtils' class.
mxUtils.findNode ( org.w3c.dom.Node p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.getBodyMarkup ( String p1, boolean p2 )This method is from 'mxUtils' class.
mxUtils.getBoundingBox ( mxRectangle p1, double p2 )This method is from 'mxUtils' class.
mxUtils.getColor ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getColor ( java.util.Map p1, String p2, java.awt.Color p3 )This method is from 'mxUtils' class.
mxUtils.getDouble ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getDouble ( java.util.Map p1, String p2, double p3 )This method is from 'mxUtils' class.
mxUtils.getFloat ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getFloat ( java.util.Map p1, String p2, float p3 )This method is from 'mxUtils' class.
mxUtils.getFloatArray ( java.util.Map p1, String p2, float[] p3 )This method is from 'mxUtils' class.
mxUtils.getFont ( java.util.Map p1 )This method is from 'mxUtils' class.
mxUtils.getFont ( java.util.Map p1, double p2 )This method is from 'mxUtils' class.
mxUtils.getHexColorString ( java.awt.Color p1 )This method is from 'mxUtils' class.
mxUtils.getInt ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getInt ( java.util.Map p1, String p2, int p3 )This method is from 'mxUtils' class.
mxUtils.getLabelPaintBounds ( String p1, java.util.Map p2, boolean p3, mxPoint p4, mxRectangle p5, double p6 )This method is from 'mxUtils' class.
mxUtils.getLabelSize ( String p1, java.util.Map p2, boolean p3, int p4 )This method is from 'mxUtils' class.
mxUtils.getMd5Hash ( String p1 )This method is from 'mxUtils' class.
mxUtils.getPrettyXml ( org.w3c.dom.Node p1 )This method is from 'mxUtils' class.
mxUtils.getPrettyXml ( org.w3c.dom.Node p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.getRotatedPoint ( mxPoint p1, double p2, double p3 )This method is from 'mxUtils' class.
mxUtils.getRotatedPoint ( mxPoint p1, double p2, double p3, mxPoint p4 )This method is from 'mxUtils' class.
mxUtils.getScaledLabelBounds ( double p1, double p2, mxRectangle p3, double p4, double p5, java.util.Map p6, double p7 )This method is from 'mxUtils' class.
mxUtils.getSizeForHtml ( String p1, java.util.Map p2 )This method is from 'mxUtils' class.
mxUtils.getSizeForString ( String p1, java.awt.Font p2, int p3 )This method is from 'mxUtils' class.
mxUtils.getString ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getString ( java.util.Map p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.getStylename ( String p1 )This method is from 'mxUtils' class.
mxUtils.getStylenames ( String p1 )This method is from 'mxUtils' class.
mxUtils.getXml ( org.w3c.dom.Node p1 )This method is from 'mxUtils' class.
mxUtils.hexString ( java.awt.Color p1 )This method is from 'mxUtils' class.
mxUtils.htmlEntities ( String p1 )This method is from 'mxUtils' class.
mxUtils.indexOf ( Object[] p1, Object p2 )This method is from 'mxUtils' class.
mxUtils.indexOfStylename ( String p1, String p2 )This method is from 'mxUtils' class.
mxUtils.intersection ( double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8 )This method is from 'mxUtils' class.
mxUtils.intersectsHotspot ( com.mxgraph.view.mxCellState p1, int p2, int p3, double p4 )This method is from 'mxUtils' class.
mxUtils.intersectsHotspot ( com.mxgraph.view.mxCellState p1, int p2, int p3, double p4, int p5, int p6 )This method is from 'mxUtils' class.
mxUtils.isNode ( Object p1, String p2 )This method is from 'mxUtils' class.
mxUtils.isNode ( Object p1, String p2, String p3, String p4 )This method is from 'mxUtils' class.
mxUtils.isTrue ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.isTrue ( java.util.Map p1, String p2, boolean p3 )This method is from 'mxUtils' class.
mxUtils.loadDocument ( String p1 )This method is from 'mxUtils' class.
mxUtils.loadImage ( String p1 )This method is from 'mxUtils' class.
mxUtils.mxUtils ( )This constructor is from 'mxUtils' class.
mxUtils.parse ( String p1 )This method is from 'mxUtils' class.
mxUtils.parseColor ( String p1 )This method is from 'mxUtils' class.
mxUtils.parseXml ( String p1 )This method is from 'mxUtils' class.
mxUtils.readFile ( String p1 )This method is from 'mxUtils' class.
mxUtils.removeAllStylenames ( String p1 )This method is from 'mxUtils' class.
mxUtils.removeStylename ( String p1, String p2 )This method is from 'mxUtils' class.
mxUtils.selectSingleNode ( org.w3c.dom.Document p1, String p2 )This method is from 'mxUtils' class.
mxUtils.setAntiAlias ( java.awt.Graphics2D p1, boolean p2, boolean p3 )This method is from 'mxUtils' class.
mxUtils.setCellStyleFlags ( com.mxgraph.model.mxIGraphModel p1, Object[] p2, String p3, int p4, Boolean p5 )This method is from 'mxUtils' class.
mxUtils.setCellStyles ( com.mxgraph.model.mxIGraphModel p1, Object[] p2, String p3, String p4 )This method is from 'mxUtils' class.
mxUtils.setStyle ( String p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.setStyleFlag ( String p1, String p2, int p3, Boolean p4 )This method is from 'mxUtils' class.
mxUtils.sortCells ( java.util.Collection p1, boolean p2 )This method is from 'mxUtils' class.
mxUtils.sortCells ( Object[] p1, boolean p2 )This method is from 'mxUtils' class.
mxUtils.translatePoints ( java.util.List p1, double p2, double p3 )This method is from 'mxUtils' class.
mxUtils.wordWrap ( String p1, java.awt.FontMetrics p2, int p3 )This method is from 'mxUtils' class.
mxUtils.writeFile ( String p1, String p2 )This method is from 'mxUtils' class.
to the top
Java ARchives (1)
jgraphx.jar
to the top
Classes (260)
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
mxChildChangeCodec
mxCodec
mxCodecRegistry
mxGdCodec
mxGenericChangeCodec
mxGmlCodec
mxModelCodec
mxObjectCodec
mxRootChangeCodec
mxStylesheetCodec
mxTerminalChangeCodec
mxVdxCodec
package com.mxgraph.io.gd
mxGdDocument
mxGdDocument.mxGDParseState
mxGdEdge
mxGdNode
package com.mxgraph.io.gml
mxGmlConstants
mxGmlData
mxGmlEdge
mxGmlGraph
mxGmlKey
mxGmlKey.keyForValues
mxGmlKey.keyTypeValues
mxGmlKeyManager
mxGmlNode
mxGmlPort
mxGmlShapeEdge
mxGmlShapeNode
mxGmlUtils
package com.mxgraph.io.vdx
mxDelegateShape
mxGeneralShape
mxMasterElement
mxMasterShape
mxMastersManager
mxPropertiesManager
mxStyleSheet
mxStyleSheetManager
mxVdxConstants
mxVdxShape
mxVdxShapeForm
mxVdxTextParser
mxVdxUtils
PageShapeIDKey
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.HierarchicalEdgeStyle
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.shape
mxActorShape
mxArrowShape
mxBasicShape
mxCloudShape
mxConnectorShape
mxCurveLabelShape
mxCurveLabelShape.LabelGlyphCache
mxCurveLabelShape.LabelPosition
mxCurveShape
mxCylinderShape
mxDefaultTextShape
mxDoubleEllipseShape
mxEllipseShape
mxHexagonShape
mxHtmlTextShape
mxImageShape
mxIMarker
mxIShape
mxITextShape
mxLabelShape
mxLineShape
mxMarkerRegistry
mxRectangleShape
mxRhombusShape
mxStencilShape
mxStencilShape.svgShape
mxSwimlaneShape
mxTriangleShape
package com.mxgraph.sharing
mxSession
mxSharedGraphModel
mxSharedState
mxSharedState.mxDiagramChangeListener
package com.mxgraph.swing
mxGraphComponent
mxGraphComponent.mxGraphControl
mxGraphComponent.mxMouseRedirector
mxGraphOutline
mxGraphOutline.MouseTracker
package com.mxgraph.swing.handler
mxCellHandler
mxCellMarker
mxCellTracker
mxConnectionHandler
mxConnectPreview
mxEdgeHandler
mxElbowEdgeHandler
mxGraphHandler
mxGraphTransferHandler
mxInsertHandler
mxKeyboardHandler
mxMovePreview
mxPanningHandler
mxRotationHandler
mxRubberband
mxSelectionCellsHandler
mxVertexHandler
package com.mxgraph.swing.util
mxAnimation
mxCellOverlay
mxGraphActions
mxGraphActions.DeleteAction
mxGraphActions.DrillAction
mxGraphActions.EditAction
mxGraphActions.FoldAction
mxGraphActions.GroupAction
mxGraphActions.LayerAction
mxGraphActions.RemoveFromParentAction
mxGraphActions.SelectAction
mxGraphActions.UngroupAction
mxGraphActions.UpdateGroupBoundsAction
mxGraphActions.ZoomAction
mxGraphTransferable
mxICellOverlay
mxMorphing
mxMouseAdapter
package com.mxgraph.swing.view
mxCellEditor
mxCellEditor.NoLinefeedHtmlEditorKit
mxCellEditor.NoLinefeedHtmlWriter
mxCellStatePreview
mxICellEditor
mxInteractiveCanvas
package com.mxgraph.util
mxBase64
mxCellRenderer
mxCellRenderer.CanvasFactory
mxConstants
mxCurve
mxEvent
mxEventObject
mxEventSource
mxEventSource.mxIEventListener
mxImage
mxImageBundle
mxLightweightLabel
mxLine
mxPoint
mxRectangle
mxResources
mxSpline
mxSpline1D
mxUndoableEdit
mxUndoableEdit.mxUndoableChange
mxUndoManager
mxUtils
package com.mxgraph.util.png
ChunkStream
CRC
IDATOutputStream
mxPngEncodeParam
mxPngEncodeParam.Gray
mxPngEncodeParam.Palette
mxPngEncodeParam.RGB
mxPngImageEncoder
mxPngSuggestedPaletteEntry
mxPngTextDecoder
package com.mxgraph.util.svg
AbstractParser
AWTPathProducer
AWTPolygonProducer
AWTPolylineProducer
CSSConstants
DefaultErrorHandler
ErrorHandler
ExtendedGeneralPath
ExtendedGeneralPath.EPI
ExtendedPathIterator
NormalizingReader
NumberParser
ParseException
Parser
PathHandler
PathParser
PointsHandler
PointsParser
ShapeProducer
StringNormalizingReader
package com.mxgraph.view
mxCellState
mxConnectionConstraint
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:14:32 2011 for JGraph X by Java API Compliance Checker 1.0
A tool for checking backward binary/source compatibility of a Java library API