Binary compatibility report for the JCommon library between 1.0.6 and 1.0.7 versions

Test Info


Library NameJCommon
Version #11.0.6
Version #21.0.7

Test Results


Total Java ARchives2
Total Methods / Classes2059 / 329
VerdictIncompatible
(0.4%)

Problem Summary


SeverityCount
Added Methods-24
Removed MethodsHigh0
Problems with
Data Types
High1
Medium1
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-2

Added Methods (24)


jcommon-1.0.7.jar, Configuration.class
package org.jfree.util
Configuration.clone ( ) [abstract]  :  Object

jcommon-1.0.7.jar, DefaultConfiguration.class
package org.jfree.util
DefaultConfiguration.setConfigProperty ( String key, String value )  :  void

jcommon-1.0.7.jar, DrawablePanel.class
package org.jfree.ui
DrawablePanel.getMinimumSize ( )  :  Dimension
DrawablePanel.getPreferredSize ( )  :  Dimension

jcommon-1.0.7.jar, ExtendedConfigurationWrapper.class
package org.jfree.util
ExtendedConfigurationWrapper.clone ( )  :  Object

jcommon-1.0.7.jar, FastStack.class
package org.jfree.util
FastStack.clear ( )  :  void
FastStack.clone ( )  :  Object
FastStack.FastStack ( )
FastStack.FastStack ( int size )
FastStack.get ( int index )  :  Object
FastStack.isEmpty ( )  :  boolean
FastStack.peek ( )  :  Object
FastStack.pop ( )  :  Object
FastStack.push ( Object o )  :  void
FastStack.size ( )  :  int

jcommon-1.0.7.jar, HierarchicalConfiguration.class
package org.jfree.base.config
HierarchicalConfiguration.clone ( )  :  Object

jcommon-1.0.7.jar, KeyedComboBoxModel.class
package org.jfree.ui
KeyedComboBoxModel.setAllowOtherValue ( boolean allowOtherValue )  :  void

jcommon-1.0.7.jar, ObjectTable.class
package org.jfree.util
ObjectTable.getData ( )  :  Object[ ][ ]
ObjectTable.setData ( Object[ ][ ] data, int colCount )  :  void

jcommon-1.0.7.jar, ObjectUtilities.class
package org.jfree.util
ObjectUtilities.loadAndInstantiate ( String className, Class source, Class type ) [static]  :  Object

jcommon-1.0.7.jar, ResourceBundleSupport.class
package org.jfree.util
ResourceBundleSupport.getOptionalKeyStroke ( String key )  :  KeyStroke
ResourceBundleSupport.getOptionalKeyStroke ( String key, int mask )  :  KeyStroke
ResourceBundleSupport.getOptionalMnemonic ( String key )  :  Integer

jcommon-xml-1.0.7.jar, FrontendDefaultHandler.class
package org.jfree.xml
FrontendDefaultHandler.clone ( )  :  Object

to the top

Problems with Data Types, High Severity (1)


jcommon-1.0.6.jar
package org.jfree.util
[+] DefaultConfiguration (1)

to the top

Problems with Data Types, Medium Severity (1)


jcommon-1.0.6.jar
package org.jfree.ui
[+] DrawablePanel (1)

to the top

Other Changes in Data Types (2)


jcommon-1.0.6.jar
package org.jfree.util
[+] Configuration (2)

to the top

Java ARchives (2)


jcommon-1.0.6.jar
jcommon-xml-1.0.6.jar

to the top