Binary compatibility report for the JCommon library between 0.8.2 and 0.8.3 versions

Test Info


Library NameJCommon
Version #10.8.2
Version #20.8.3

Test Results


Total Java ARchives1
Total Methods / Classes695 / 121
VerdictIncompatible
(0.9%)

Problem Summary


SeverityCount
Added Methods-26
Removed MethodsHigh4
Problems with
Data Types
High0
Medium0
Low1
Problems with
Methods
High2
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods (26)


jcommon-0.8.3.jar, DefaultConfiguration.class
package org.jfree.util
DefaultConfiguration.DefaultConfiguration ( )
DefaultConfiguration.getConfigProperty ( String p1 )  :  String
DefaultConfiguration.getConfigProperty ( String p1, String p2 )  :  String

jcommon-0.8.3.jar, ParseException.class
package org.jfree.xml
ParseException.fillLocation ( Locator p1 )  :  void
ParseException.getColumn ( )  :  int
ParseException.getLine ( )  :  int
ParseException.getMessage ( )  :  String
ParseException.ParseException ( Exception p1 )
ParseException.ParseException ( Exception p1, Locator p2 )
ParseException.ParseException ( String p1 )
ParseException.ParseException ( String p1, Exception p2 )
ParseException.ParseException ( String p1, Exception p2, Locator p3 )
ParseException.ParseException ( String p1, Locator p2 )

jcommon-0.8.3.jar, Parser.class
package org.jfree.xml
Parser.getConfigProperty ( String p1 )  :  String
Parser.getConfigProperty ( String p1, String p2 )  :  String
Parser.getHelperObject ( String p1 )  :  Object
Parser.getLocator ( )  :  Locator
Parser.setConfigProperty ( String p1, String p2 )  :  void
Parser.setDocumentLocator ( Locator p1 )  :  void
Parser.setHelperObject ( String p1, Object p2 )  :  void

jcommon-0.8.3.jar, RefineryUtilities.class
package org.jfree.ui
RefineryUtilities.drawAlignedString ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5 ) [static]  :  void
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5, TextAnchor p6, double p7 ) [static]  :  void

jcommon-0.8.3.jar, TextAnchor.class
package org.jfree.ui
TextAnchor.equals ( Object p1 )  :  boolean
TextAnchor.getHorizontalOpposite ( TextAnchor p1 ) [static]  :  TextAnchor
TextAnchor.getVerticalOpposite ( TextAnchor p1 ) [static]  :  TextAnchor
TextAnchor.toString ( )  :  String

to the top

Removed Methods (4)


jcommon-0.8.2.jar, Parser.class
package org.jfree.xml
Parser.getConfigurationValue ( Object p1 )  :  Object
Parser.getParserConfiguration ( )  :  Map
Parser.setConfigurationValue ( Object p1, Object p2 )  :  void

jcommon-0.8.2.jar, RefineryUtilities.class
package org.jfree.ui
RefineryUtilities.drawAlignedString ( Graphics2D p1, String p2, float p3, float p4, BoundsAnchor p5 ) [static]  :  void

to the top

Problems with Methods, High Severity (2)


jcommon-0.8.2.jar, FileUtilities
package org.jfree.io
[+] FileUtilities.FileUtilities ( ) (1)

jcommon-0.8.2.jar, SerialUtilities
package org.jfree.io
[+] SerialUtilities.SerialUtilities ( ) (1)

to the top

Problems with Data Types, Low Severity (1)


jcommon-0.8.2.jar
package org.jfree.util
[+] Configuration (1)

to the top

Other Changes in Data Types (1)


jcommon-0.8.2.jar
package org.jfree.xml
[+] Parser (1)

to the top

Java ARchives (1)


jcommon-0.8.2.jar

to the top