Binary compatibility report for the JCommon library between 0.9.5 and 0.9.6 versions

Test Info


Library NameJCommon
Version #10.9.5
Version #20.9.6

Test Results


Total Java ARchives1
Total Methods / Classes1867 / 299
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-115
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (115)


jcommon-0.9.6.jar, AbstractActionDowngrade.class
package org.jfree.ui.action
AbstractActionDowngrade.AbstractActionDowngrade ( )

jcommon-0.9.6.jar, AbstractTabbedUI.class
package org.jfree.ui.tabbedui
AbstractTabbedUI.AbstractTabbedUI ( )
AbstractTabbedUI.addRootEditor ( RootEditor p1 )  :  void
AbstractTabbedUI.attempExit ( ) [abstract]  :  void
AbstractTabbedUI.createCloseAction ( )  :  Action
AbstractTabbedUI.getCloseAction ( )  :  Action
AbstractTabbedUI.getJMenuBar ( )  :  JMenuBar
AbstractTabbedUI.getPostfixMenus ( ) [abstract]  :  JMenu[ ]
AbstractTabbedUI.getPrefixMenus ( ) [abstract]  :  JMenu[ ]
AbstractTabbedUI.getRootEditor ( int p1 )  :  RootEditor
AbstractTabbedUI.getSelectedEditor ( )  :  int
AbstractTabbedUI.getTabbedPane ( )  :  JTabbedPane
AbstractTabbedUI.setJMenuBar ( JMenuBar p1 )  :  void
AbstractTabbedUI.setSelectedEditor ( int p1 )  :  void
AbstractTabbedUI.updateRootEditorEnabled ( RootEditor p1 )  :  void

jcommon-0.9.6.jar, ActionButton.class
package org.jfree.ui.action
ActionButton.ActionButton ( )
ActionButton.ActionButton ( Action p1 )
ActionButton.ActionButton ( Icon p1 )
ActionButton.ActionButton ( String p1 )
ActionButton.ActionButton ( String p1, Icon p2 )
ActionButton.getAction ( )  :  Action
ActionButton.setAction ( Action p1 )  :  void
ActionButton.setEnabled ( boolean p1 )  :  void

jcommon-0.9.6.jar, ActionConcentrator.class
package org.jfree.ui.action
ActionConcentrator.ActionConcentrator ( )
ActionConcentrator.addAction ( Action p1 )  :  void
ActionConcentrator.isEnabled ( )  :  boolean
ActionConcentrator.removeAction ( Action p1 )  :  void
ActionConcentrator.setEnabled ( boolean p1 )  :  void

jcommon-0.9.6.jar, ActionMenuItem.class
package org.jfree.ui.action
ActionMenuItem.ActionMenuItem ( )
ActionMenuItem.ActionMenuItem ( Action p1 )
ActionMenuItem.ActionMenuItem ( Icon p1 )
ActionMenuItem.ActionMenuItem ( String p1 )
ActionMenuItem.ActionMenuItem ( String p1, Icon p2 )
ActionMenuItem.ActionMenuItem ( String p1, int p2 )
ActionMenuItem.getAction ( )  :  Action
ActionMenuItem.setAction ( Action p1 )  :  void
ActionMenuItem.setEnabled ( boolean p1 )  :  void

jcommon-0.9.6.jar, ActionRadioButton.class
package org.jfree.ui.action
ActionRadioButton.ActionRadioButton ( )
ActionRadioButton.ActionRadioButton ( Action p1 )
ActionRadioButton.ActionRadioButton ( Icon p1 )
ActionRadioButton.ActionRadioButton ( String p1 )
ActionRadioButton.ActionRadioButton ( String p1, Icon p2 )
ActionRadioButton.getAction ( )  :  Action
ActionRadioButton.setAction ( Action p1 )  :  void
ActionRadioButton.setEnabled ( boolean p1 )  :  void

jcommon-0.9.6.jar, ArrayUtils.class
package org.jfree.util
ArrayUtils.hasDuplicateItems ( Object[ ] p1 ) [static]  :  boolean

jcommon-0.9.6.jar, DetailEditor.class
package org.jfree.ui.tabbedui
DetailEditor.clear ( ) [abstract]  :  void
DetailEditor.DetailEditor ( )
DetailEditor.fillObject ( ) [abstract]  :  void
DetailEditor.getObject ( )  :  Object
DetailEditor.isConfirmed ( )  :  boolean
DetailEditor.parseInt ( String p1, int p2 ) [static]  :  int
DetailEditor.setConfirmed ( boolean p1 )  :  void
DetailEditor.setObject ( Object p1 )  :  void
DetailEditor.update ( )  :  void
DetailEditor.updateObject ( Object p1 ) [abstract]  :  void

jcommon-0.9.6.jar, DowngradeActionMap.class
package org.jfree.ui.action
DowngradeActionMap.allKeys ( )  :  Object[ ]
DowngradeActionMap.clear ( )  :  void
DowngradeActionMap.DowngradeActionMap ( )
DowngradeActionMap.get ( Object p1 )  :  Action
DowngradeActionMap.getParent ( )  :  DowngradeActionMap
DowngradeActionMap.keys ( )  :  Object[ ]
DowngradeActionMap.put ( Object p1, Action p2 )  :  void
DowngradeActionMap.remove ( Object p1 )  :  void
DowngradeActionMap.setParent ( DowngradeActionMap p1 )  :  void
DowngradeActionMap.size ( )  :  int

jcommon-0.9.6.jar, ElementDefinitionException.class
package org.jfree.xml
ElementDefinitionException.ElementDefinitionException ( Exception p1, Locator p2 )
ElementDefinitionException.ElementDefinitionException ( String p1, Exception p2, Locator p3 )
ElementDefinitionException.ElementDefinitionException ( String p1, Locator p2 )

jcommon-0.9.6.jar, ExitAction.class
package org.jfree.ui.tabbedui
AbstractTabbedUI.ExitAction.AbstractTabbedUI.ExitAction ( AbstractTabbedUI p1 )
AbstractTabbedUI.ExitAction.actionPerformed ( ActionEvent p1 )  :  void

jcommon-0.9.6.jar, OverlayLayout.class
package org.jfree.ui
OverlayLayout.OverlayLayout ( boolean p1 )

jcommon-0.9.6.jar, RectangleInsets.class
package org.jfree.ui
RectangleInsets.equals ( Object p1 )  :  boolean

jcommon-0.9.6.jar, RootEditor.class
package org.jfree.ui.tabbedui
RootEditor.addPropertyChangeListener ( PropertyChangeListener p1 ) [abstract]  :  void
RootEditor.addPropertyChangeListener ( String p1, PropertyChangeListener p2 ) [abstract]  :  void
RootEditor.getEditorName ( ) [abstract]  :  String
RootEditor.getMainPanel ( ) [abstract]  :  JComponent
RootEditor.getMenus ( ) [abstract]  :  JMenu[ ]
RootEditor.getToolbar ( ) [abstract]  :  JComponent
RootEditor.isActive ( ) [abstract]  :  boolean
RootEditor.isEnabled ( ) [abstract]  :  boolean
RootEditor.removePropertyChangeListener ( PropertyChangeListener p1 ) [abstract]  :  void
RootEditor.removePropertyChangeListener ( String p1, PropertyChangeListener p2 ) [abstract]  :  void
RootEditor.setActive ( boolean p1 ) [abstract]  :  void

jcommon-0.9.6.jar, RootPanel.class
package org.jfree.ui.tabbedui
RootPanel.isActive ( )  :  boolean
RootPanel.panelActivated ( ) [abstract]  :  void
RootPanel.panelDeactivated ( ) [abstract]  :  void
RootPanel.RootPanel ( )
RootPanel.setActive ( boolean p1 )  :  void

jcommon-0.9.6.jar, TabbedApplet.class
package org.jfree.ui.tabbedui
TabbedApplet.init ( AbstractTabbedUI p1 )  :  void
TabbedApplet.TabbedApplet ( )

jcommon-0.9.6.jar, TabbedDialog.class
package org.jfree.ui.tabbedui
TabbedDialog.init ( AbstractTabbedUI p1 )  :  void
TabbedDialog.TabbedDialog ( )
TabbedDialog.TabbedDialog ( Dialog p1 )
TabbedDialog.TabbedDialog ( Dialog p1, boolean p2 )
TabbedDialog.TabbedDialog ( Dialog p1, String p2 )
TabbedDialog.TabbedDialog ( Dialog p1, String p2, boolean p3 )
TabbedDialog.TabbedDialog ( Frame p1 )
TabbedDialog.TabbedDialog ( Frame p1, boolean p2 )
TabbedDialog.TabbedDialog ( Frame p1, String p2 )
TabbedDialog.TabbedDialog ( Frame p1, String p2, boolean p3 )

jcommon-0.9.6.jar, TabbedFrame.class
package org.jfree.ui.tabbedui
TabbedFrame.init ( AbstractTabbedUI p1 )  :  void
TabbedFrame.TabbedFrame ( )
TabbedFrame.TabbedFrame ( String p1 )

jcommon-0.9.6.jar, TextLine.class
package org.jfree.text
TextLine.getLastTextFragment ( )  :  TextFragment
TextLine.removeFragment ( TextFragment p1 )  :  void

jcommon-0.9.6.jar, TextUtilities.class
package org.jfree.text
TextUtilities.drawAlignedString ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5 ) [static]  :  Rectangle2D

jcommon-0.9.6.jar, VerticalLayout.class
package org.jfree.ui.tabbedui
VerticalLayout.addLayoutComponent ( String p1, Component p2 )  :  void
VerticalLayout.isUseSizeFromParent ( )  :  boolean
VerticalLayout.layoutContainer ( Container p1 )  :  void
VerticalLayout.minimumLayoutSize ( Container p1 )  :  Dimension
VerticalLayout.preferredLayoutSize ( Container p1 )  :  Dimension
VerticalLayout.removeLayoutComponent ( Component p1 )  :  void
VerticalLayout.VerticalLayout ( )
VerticalLayout.VerticalLayout ( boolean p1 )

to the top

Java ARchives (1)


jcommon-0.9.5.jar

to the top