Source compatibility report for the JCommon library between 0.9.7 and 1.0.0 versions
Test Info
Library Name | JCommon |
Version #1 | 0.9.7 |
Version #2 | 1.0.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 2134 / 328 |
---|
Verdict | Incompatible (16.4%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 207 |
---|
Removed Methods | High | 112 |
---|
Problems with Data Types | High | 45 |
---|
Medium | 4 |
Low | 0 |
Problems with Methods | High | 19 |
---|
Medium | 4 |
Low | 0 |
Other Changes in Data Types | - | 2 |
Added Methods (207)
jcommon-1.0.0.jar, AbstractBoot.class
package org.jfree.base
AbstractBoot.createDefaultHierarchicalConfiguration ( String staticConfig, String userConfig, boolean addSysProps ) : Configuration
[mangled: org/jfree/base/AbstractBoot.createDefaultHierarchicalConfiguration:(Ljava/lang/String;Ljava/lang/String;Z)Lorg/jfree/util/Configuration;]
AbstractBoot.getExtendedConfig ( ) : ExtendedConfiguration
[mangled: org/jfree/base/AbstractBoot.getExtendedConfig:()Lorg/jfree/util/ExtendedConfiguration;]
jcommon-1.0.0.jar, AbstractFileSelectionAction.class
package org.jfree.ui.action
AbstractFileSelectionAction.AbstractFileSelectionAction ( Component parent )
[mangled: org/jfree/ui/action/AbstractFileSelectionAction."<init>":(Ljava/awt/Component;)V]
AbstractFileSelectionAction.createFileChooser ( ) : JFileChooser
[mangled: org/jfree/ui/action/AbstractFileSelectionAction.createFileChooser:()Ljavax/swing/JFileChooser;]
AbstractFileSelectionAction.getCurrentDirectory ( ) : File
[mangled: org/jfree/ui/action/AbstractFileSelectionAction.getCurrentDirectory:()Ljava/io/File;]
AbstractFileSelectionAction.getFileDescription ( ) [abstract] : String
[mangled: org/jfree/ui/action/AbstractFileSelectionAction.getFileDescription:()Ljava/lang/String;]
AbstractFileSelectionAction.getFileExtension ( ) [abstract] : String
[mangled: org/jfree/ui/action/AbstractFileSelectionAction.getFileExtension:()Ljava/lang/String;]
AbstractFileSelectionAction.performSelectFile ( File selectedFile, int dialogType, boolean appendExtension ) : File
[mangled: org/jfree/ui/action/AbstractFileSelectionAction.performSelectFile:(Ljava/io/File;IZ)Ljava/io/File;]
jcommon-1.0.0.jar, AbstractTabbedUI.class
package org.jfree.ui.tabbedui
AbstractTabbedUI.getRootEditorCount ( ) : int
[mangled: org/jfree/ui/tabbedui/AbstractTabbedUI.getRootEditorCount:()I]
jcommon-1.0.0.jar, ArrayUtilities.class
package org.jfree.util
ArrayUtilities.equalReferencesInArrays ( Object[ ] array1, Object[ ] array2 ) [static] : boolean
[mangled: org/jfree/util/ArrayUtilities.equalReferencesInArrays:([Ljava/lang/Object;[Ljava/lang/Object;)Z]
jcommon-1.0.0.jar, AttributedStringUtilities.class
package org.jfree.util
AttributedStringUtilities.equal ( AttributedString s1, AttributedString s2 ) [static] : boolean
[mangled: org/jfree/util/AttributedStringUtilities.equal:(Ljava/text/AttributedString;Ljava/text/AttributedString;)Z]
jcommon-1.0.0.jar, ClassComparator.class
package org.jfree.util
ClassComparator.ClassComparator ( )
[mangled: org/jfree/util/ClassComparator."<init>":()V]
ClassComparator.compare ( Object o1, Object o2 ) : int
[mangled: org/jfree/util/ClassComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
ClassComparator.isComparable ( Class c1, Class c2 ) : boolean
[mangled: org/jfree/util/ClassComparator.isComparable:(Ljava/lang/Class;Ljava/lang/Class;)Z]
jcommon-1.0.0.jar, Configuration.class
package org.jfree.util
Configuration.getConfigProperties ( ) [abstract] : Enumeration
[mangled: org/jfree/util/Configuration.getConfigProperties:()Ljava/util/Enumeration;]
jcommon-1.0.0.jar, DateChooserPanel.class
package org.jfree.ui
DateChooserPanel.getChosenDateButtonColor ( ) : Color
[mangled: org/jfree/ui/DateChooserPanel.getChosenDateButtonColor:()Ljava/awt/Color;]
DateChooserPanel.getChosenMonthButtonColor ( ) : Color
[mangled: org/jfree/ui/DateChooserPanel.getChosenMonthButtonColor:()Ljava/awt/Color;]
DateChooserPanel.getChosenOtherButtonColor ( ) : Color
[mangled: org/jfree/ui/DateChooserPanel.getChosenOtherButtonColor:()Ljava/awt/Color;]
DateChooserPanel.getYearSelectionRange ( ) : int
[mangled: org/jfree/ui/DateChooserPanel.getYearSelectionRange:()I]
DateChooserPanel.setChosenDateButtonColor ( Color chosenDateButtonColor ) : void
[mangled: org/jfree/ui/DateChooserPanel.setChosenDateButtonColor:(Ljava/awt/Color;)V]
DateChooserPanel.setChosenMonthButtonColor ( Color chosenMonthButtonColor ) : void
[mangled: org/jfree/ui/DateChooserPanel.setChosenMonthButtonColor:(Ljava/awt/Color;)V]
DateChooserPanel.setChosenOtherButtonColor ( Color chosenOtherButtonColor ) : void
[mangled: org/jfree/ui/DateChooserPanel.setChosenOtherButtonColor:(Ljava/awt/Color;)V]
DateChooserPanel.setYearSelectionRange ( int yearSelectionRange ) : void
[mangled: org/jfree/ui/DateChooserPanel.setYearSelectionRange:(I)V]
jcommon-1.0.0.jar, DefaultConfiguration.class
package org.jfree.util
DefaultConfiguration.getConfigProperties ( ) : Enumeration
[mangled: org/jfree/util/DefaultConfiguration.getConfigProperties:()Ljava/util/Enumeration;]
jcommon-1.0.0.jar, DefaultLog.class
package org.jfree.base.log
DefaultLog.installDefaultLog ( ) [static] : void
[mangled: org/jfree/base/log/DefaultLog.installDefaultLog:()V]
jcommon-1.0.0.jar, ExtendedConfiguration.class
package org.jfree.util
ExtendedConfiguration.getBoolProperty ( String p1 ) [abstract] : boolean
[mangled: org/jfree/util/ExtendedConfiguration.getBoolProperty:(Ljava/lang/String;)Z]
ExtendedConfiguration.getBoolProperty ( String p1, boolean p2 ) [abstract] : boolean
[mangled: org/jfree/util/ExtendedConfiguration.getBoolProperty:(Ljava/lang/String;Z)Z]
ExtendedConfiguration.getIntProperty ( String p1 ) [abstract] : int
[mangled: org/jfree/util/ExtendedConfiguration.getIntProperty:(Ljava/lang/String;)I]
ExtendedConfiguration.getIntProperty ( String p1, int p2 ) [abstract] : int
[mangled: org/jfree/util/ExtendedConfiguration.getIntProperty:(Ljava/lang/String;I)I]
ExtendedConfiguration.isPropertySet ( String p1 ) [abstract] : boolean
[mangled: org/jfree/util/ExtendedConfiguration.isPropertySet:(Ljava/lang/String;)Z]
jcommon-1.0.0.jar, ExtendedConfigurationWrapper.class
package org.jfree.util
ExtendedConfigurationWrapper.ExtendedConfigurationWrapper ( Configuration parent )
[mangled: org/jfree/util/ExtendedConfigurationWrapper."<init>":(Lorg/jfree/util/Configuration;)V]
ExtendedConfigurationWrapper.findPropertyKeys ( String prefix ) : Iterator
[mangled: org/jfree/util/ExtendedConfigurationWrapper.findPropertyKeys:(Ljava/lang/String;)Ljava/util/Iterator;]
ExtendedConfigurationWrapper.getBoolProperty ( String name ) : boolean
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getBoolProperty:(Ljava/lang/String;)Z]
ExtendedConfigurationWrapper.getBoolProperty ( String name, boolean defaultValue ) : boolean
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getBoolProperty:(Ljava/lang/String;Z)Z]
ExtendedConfigurationWrapper.getConfigProperties ( ) : Enumeration
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getConfigProperties:()Ljava/util/Enumeration;]
ExtendedConfigurationWrapper.getConfigProperty ( String key ) : String
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getConfigProperty:(Ljava/lang/String;)Ljava/lang/String;]
ExtendedConfigurationWrapper.getConfigProperty ( String key, String defaultValue ) : String
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ExtendedConfigurationWrapper.getIntProperty ( String name ) : int
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getIntProperty:(Ljava/lang/String;)I]
ExtendedConfigurationWrapper.getIntProperty ( String name, int defaultValue ) : int
[mangled: org/jfree/util/ExtendedConfigurationWrapper.getIntProperty:(Ljava/lang/String;I)I]
ExtendedConfigurationWrapper.isPropertySet ( String name ) : boolean
[mangled: org/jfree/util/ExtendedConfigurationWrapper.isPropertySet:(Ljava/lang/String;)Z]
jcommon-1.0.0.jar, ExtendedDrawable.class
package org.jfree.ui
ExtendedDrawable.getPreferredSize ( ) [abstract] : Dimension
[mangled: org/jfree/ui/ExtendedDrawable.getPreferredSize:()Ljava/awt/Dimension;]
ExtendedDrawable.isPreserveAspectRatio ( ) [abstract] : boolean
[mangled: org/jfree/ui/ExtendedDrawable.isPreserveAspectRatio:()Z]
jcommon-1.0.0.jar, FilesystemFilter.class
package org.jfree.ui
FilesystemFilter.FilesystemFilter ( String[ ] fileext, String descr, boolean accDirs )
[mangled: org/jfree/ui/FilesystemFilter."<init>":([Ljava/lang/String;Ljava/lang/String;Z)V]
jcommon-1.0.0.jar, HashNMap.class
package org.jfree.util
HashNMap.createList ( ) : List
[mangled: org/jfree/util/HashNMap.createList:()Ljava/util/List;]
jcommon-1.0.0.jar, HierarchicalConfiguration.class
package org.jfree.base.config
HierarchicalConfiguration.configurationLoaded ( ) : void
[mangled: org/jfree/base/config/HierarchicalConfiguration.configurationLoaded:()V]
HierarchicalConfiguration.getParentConfig ( ) : Configuration
[mangled: org/jfree/base/config/HierarchicalConfiguration.getParentConfig:()Lorg/jfree/util/Configuration;]
HierarchicalConfiguration.HierarchicalConfiguration ( Configuration parentConfiguration )
[mangled: org/jfree/base/config/HierarchicalConfiguration."<init>":(Lorg/jfree/util/Configuration;)V]
HierarchicalConfiguration.isParentSaved ( ) : boolean
[mangled: org/jfree/base/config/HierarchicalConfiguration.isParentSaved:()Z]
HierarchicalConfiguration.setParentConfig ( Configuration config ) : void
[mangled: org/jfree/base/config/HierarchicalConfiguration.setParentConfig:(Lorg/jfree/util/Configuration;)V]
jcommon-1.0.0.jar, InsetsChooserPanel.class
package org.jfree.ui
InsetsChooserPanel.getInsetsValue ( ) : Insets
[mangled: org/jfree/ui/InsetsChooserPanel.getInsetsValue:()Ljava/awt/Insets;]
jcommon-1.0.0.jar, KeyedComboBoxModel.class
package org.jfree.ui
KeyedComboBoxModel.add ( Object key, Object cbitem ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.add:(Ljava/lang/Object;Ljava/lang/Object;)V]
KeyedComboBoxModel.addListDataListener ( ListDataListener l ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.addListDataListener:(Ljavax/swing/event/ListDataListener;)V]
KeyedComboBoxModel.clear ( ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.clear:()V]
KeyedComboBoxModel.findElementIndex ( Object key ) : int
[mangled: org/jfree/ui/KeyedComboBoxModel.findElementIndex:(Ljava/lang/Object;)I]
KeyedComboBoxModel.fireListDataEvent ( ListDataEvent evt ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.fireListDataEvent:(Ljavax/swing/event/ListDataEvent;)V]
KeyedComboBoxModel.getElementAt ( int index ) : Object
[mangled: org/jfree/ui/KeyedComboBoxModel.getElementAt:(I)Ljava/lang/Object;]
KeyedComboBoxModel.getKeyAt ( int index ) : Object
[mangled: org/jfree/ui/KeyedComboBoxModel.getKeyAt:(I)Ljava/lang/Object;]
KeyedComboBoxModel.getSelectedItem ( ) : Object
[mangled: org/jfree/ui/KeyedComboBoxModel.getSelectedItem:()Ljava/lang/Object;]
KeyedComboBoxModel.getSelectedKey ( ) : Object
[mangled: org/jfree/ui/KeyedComboBoxModel.getSelectedKey:()Ljava/lang/Object;]
KeyedComboBoxModel.getSize ( ) : int
[mangled: org/jfree/ui/KeyedComboBoxModel.getSize:()I]
KeyedComboBoxModel.KeyedComboBoxModel ( )
[mangled: org/jfree/ui/KeyedComboBoxModel."<init>":()V]
KeyedComboBoxModel.KeyedComboBoxModel ( Object[ ] keys, Object[ ] values )
[mangled: org/jfree/ui/KeyedComboBoxModel."<init>":([Ljava/lang/Object;[Ljava/lang/Object;)V]
KeyedComboBoxModel.removeDataElement ( Object key ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.removeDataElement:(Ljava/lang/Object;)V]
KeyedComboBoxModel.removeListDataListener ( ListDataListener l ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.removeListDataListener:(Ljavax/swing/event/ListDataListener;)V]
KeyedComboBoxModel.setData ( Object[ ] keys, Object[ ] values ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.setData:([Ljava/lang/Object;[Ljava/lang/Object;)V]
KeyedComboBoxModel.setSelectedItem ( Object anItem ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.setSelectedItem:(Ljava/lang/Object;)V]
KeyedComboBoxModel.setSelectedKey ( Object anItem ) : void
[mangled: org/jfree/ui/KeyedComboBoxModel.setSelectedKey:(Ljava/lang/Object;)V]
jcommon-1.0.0.jar, LengthAdjustmentType.class
package org.jfree.ui
LengthAdjustmentType.equals ( Object obj ) : boolean
[mangled: org/jfree/ui/LengthAdjustmentType.equals:(Ljava/lang/Object;)Z]
LengthAdjustmentType.hashCode ( ) : int
[mangled: org/jfree/ui/LengthAdjustmentType.hashCode:()I]
LengthAdjustmentType.toString ( ) : String
[mangled: org/jfree/ui/LengthAdjustmentType.toString:()Ljava/lang/String;]
jcommon-1.0.0.jar, LineBreakIterator.class
package org.jfree.util
LineBreakIterator.getText ( ) : String
[mangled: org/jfree/util/LineBreakIterator.getText:()Ljava/lang/String;]
LineBreakIterator.hasNext ( ) : boolean
[mangled: org/jfree/util/LineBreakIterator.hasNext:()Z]
LineBreakIterator.LineBreakIterator ( )
[mangled: org/jfree/util/LineBreakIterator."<init>":()V]
LineBreakIterator.LineBreakIterator ( String text )
[mangled: org/jfree/util/LineBreakIterator."<init>":(Ljava/lang/String;)V]
LineBreakIterator.next ( ) : Object
[mangled: org/jfree/util/LineBreakIterator.next:()Ljava/lang/Object;]
LineBreakIterator.nextPosition ( ) : int
[mangled: org/jfree/util/LineBreakIterator.nextPosition:()I]
LineBreakIterator.nextWithEnd ( ) : int
[mangled: org/jfree/util/LineBreakIterator.nextWithEnd:()I]
LineBreakIterator.remove ( ) : void
[mangled: org/jfree/util/LineBreakIterator.remove:()V]
LineBreakIterator.setText ( String text ) : void
[mangled: org/jfree/util/LineBreakIterator.setText:(Ljava/lang/String;)V]
jcommon-1.0.0.jar, ObjectTable.class
package org.jfree.util
ObjectTable.copyColumn ( int oldColumn, int newColumn ) : void
[mangled: org/jfree/util/ObjectTable.copyColumn:(II)V]
ObjectTable.copyRow ( int oldRow, int newRow ) : void
[mangled: org/jfree/util/ObjectTable.copyRow:(II)V]
jcommon-1.0.0.jar, ObjectUtilities.class
package org.jfree.util
ObjectUtilities.clone ( Object object ) [static] : Object
[mangled: org/jfree/util/ObjectUtilities.clone:(Ljava/lang/Object;)Ljava/lang/Object;]
ObjectUtilities.deepClone ( Collection collection ) [static] : Collection
[mangled: org/jfree/util/ObjectUtilities.deepClone:(Ljava/util/Collection;)Ljava/util/Collection;]
ObjectUtilities.equal ( Object o1, Object o2 ) [static] : boolean
[mangled: org/jfree/util/ObjectUtilities.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z]
ObjectUtilities.getClassLoader ( ) [static] : ClassLoader
[mangled: org/jfree/util/ObjectUtilities.getClassLoader:()Ljava/lang/ClassLoader;]
ObjectUtilities.getClassLoader ( Class c ) [static] : ClassLoader
[mangled: org/jfree/util/ObjectUtilities.getClassLoader:(Ljava/lang/Class;)Ljava/lang/ClassLoader;]
ObjectUtilities.getClassLoaderSource ( ) [static] : String
[mangled: org/jfree/util/ObjectUtilities.getClassLoaderSource:()Ljava/lang/String;]
ObjectUtilities.getResource ( String name, Class c ) [static] : URL
[mangled: org/jfree/util/ObjectUtilities.getResource:(Ljava/lang/String;Ljava/lang/Class;)Ljava/net/URL;]
ObjectUtilities.getResourceAsStream ( String name, Class context ) [static] : InputStream
[mangled: org/jfree/util/ObjectUtilities.getResourceAsStream:(Ljava/lang/String;Ljava/lang/Class;)Ljava/io/InputStream;]
ObjectUtilities.getResourceRelative ( String name, Class c ) [static] : URL
[mangled: org/jfree/util/ObjectUtilities.getResourceRelative:(Ljava/lang/String;Ljava/lang/Class;)Ljava/net/URL;]
ObjectUtilities.getResourceRelativeAsStream ( String name, Class context ) [static] : InputStream
[mangled: org/jfree/util/ObjectUtilities.getResourceRelativeAsStream:(Ljava/lang/String;Ljava/lang/Class;)Ljava/io/InputStream;]
ObjectUtilities.hashCode ( Object object ) [static] : int
[mangled: org/jfree/util/ObjectUtilities.hashCode:(Ljava/lang/Object;)I]
ObjectUtilities.loadAndInstantiate ( String className, Class source ) [static] : Object
[mangled: org/jfree/util/ObjectUtilities.loadAndInstantiate:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ObjectUtilities.setClassLoader ( ClassLoader classLoader ) [static] : void
[mangled: org/jfree/util/ObjectUtilities.setClassLoader:(Ljava/lang/ClassLoader;)V]
ObjectUtilities.setClassLoaderSource ( String classLoaderSource ) [static] : void
[mangled: org/jfree/util/ObjectUtilities.setClassLoaderSource:(Ljava/lang/String;)V]
jcommon-1.0.0.jar, PaintUtilities.class
package org.jfree.util
PaintUtilities.colorToString ( Color c ) [static] : String
[mangled: org/jfree/util/PaintUtilities.colorToString:(Ljava/awt/Color;)Ljava/lang/String;]
PaintUtilities.stringToColor ( String value ) [static] : Color
[mangled: org/jfree/util/PaintUtilities.stringToColor:(Ljava/lang/String;)Ljava/awt/Color;]
jcommon-1.0.0.jar, PngEncoder.class
package com.keypoint
PngEncoder.getImage ( ) : Image
[mangled: com/keypoint/PngEncoder.getImage:()Ljava/awt/Image;]
PngEncoder.getXDpi ( ) : int
[mangled: com/keypoint/PngEncoder.getXDpi:()I]
PngEncoder.getYDpi ( ) : int
[mangled: com/keypoint/PngEncoder.getYDpi:()I]
PngEncoder.setDpi ( int xDpi, int yDpi ) : void
[mangled: com/keypoint/PngEncoder.setDpi:(II)V]
PngEncoder.setXDpi ( int xDpi ) : void
[mangled: com/keypoint/PngEncoder.setXDpi:(I)V]
PngEncoder.setYDpi ( int yDpi ) : void
[mangled: com/keypoint/PngEncoder.setYDpi:(I)V]
PngEncoder.writeResolution ( ) : void
[mangled: com/keypoint/PngEncoder.writeResolution:()V]
jcommon-1.0.0.jar, RectangleAnchor.class
package org.jfree.ui
RectangleAnchor.coordinates ( Rectangle2D rectangle, RectangleAnchor anchor ) [static] : Point2D
[mangled: org/jfree/ui/RectangleAnchor.coordinates:(Ljava/awt/geom/Rectangle2D;Lorg/jfree/ui/RectangleAnchor;)Ljava/awt/geom/Point2D;]
jcommon-1.0.0.jar, RectangleInsets.class
package org.jfree.ui
RectangleInsets.calculateBottomInset ( double height ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateBottomInset:(D)D]
RectangleInsets.calculateBottomOutset ( double height ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateBottomOutset:(D)D]
RectangleInsets.calculateLeftInset ( double width ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateLeftInset:(D)D]
RectangleInsets.calculateLeftOutset ( double width ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateLeftOutset:(D)D]
RectangleInsets.calculateRightInset ( double width ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateRightInset:(D)D]
RectangleInsets.calculateRightOutset ( double width ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateRightOutset:(D)D]
RectangleInsets.calculateTopInset ( double height ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateTopInset:(D)D]
RectangleInsets.calculateTopOutset ( double height ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateTopOutset:(D)D]
RectangleInsets.createAdjustedRectangle ( Rectangle2D base, LengthAdjustmentType horizontal, LengthAdjustmentType vertical ) : Rectangle2D
[mangled: org/jfree/ui/RectangleInsets.createAdjustedRectangle:(Ljava/awt/geom/Rectangle2D;Lorg/jfree/ui/LengthAdjustmentType;Lorg/jfree/ui/LengthAdjustmentType;)Ljava/awt/geom/Rectangle2D;]
RectangleInsets.extendHeight ( double height ) : double
[mangled: org/jfree/ui/RectangleInsets.extendHeight:(D)D]
RectangleInsets.extendWidth ( double width ) : double
[mangled: org/jfree/ui/RectangleInsets.extendWidth:(D)D]
RectangleInsets.hashCode ( ) : int
[mangled: org/jfree/ui/RectangleInsets.hashCode:()I]
RectangleInsets.RectangleInsets ( double top, double left, double bottom, double right )
[mangled: org/jfree/ui/RectangleInsets."<init>":(DDDD)V]
RectangleInsets.toString ( ) : String
[mangled: org/jfree/ui/RectangleInsets.toString:()Ljava/lang/String;]
RectangleInsets.trim ( Rectangle2D area ) : void
[mangled: org/jfree/ui/RectangleInsets.trim:(Ljava/awt/geom/Rectangle2D;)V]
RectangleInsets.trimHeight ( double height ) : double
[mangled: org/jfree/ui/RectangleInsets.trimHeight:(D)D]
RectangleInsets.trimWidth ( double width ) : double
[mangled: org/jfree/ui/RectangleInsets.trimWidth:(D)D]
jcommon-1.0.0.jar, ResourceBundleSupport.class
package org.jfree.util
ResourceBundleSupport.getKeyStroke ( String key, int mask ) : KeyStroke
[mangled: org/jfree/util/ResourceBundleSupport.getKeyStroke:(Ljava/lang/String;I)Ljavax/swing/KeyStroke;]
ResourceBundleSupport.getLocale ( ) : Locale
[mangled: org/jfree/util/ResourceBundleSupport.getLocale:()Ljava/util/Locale;]
ResourceBundleSupport.ResourceBundleSupport ( Locale locale, ResourceBundle resourceBundle )
[mangled: org/jfree/util/ResourceBundleSupport."<init>":(Ljava/util/Locale;Ljava/util/ResourceBundle;)V]
ResourceBundleSupport.ResourceBundleSupport ( Locale locale, ResourceBundle resourceBundle, String baseName )
[mangled: org/jfree/util/ResourceBundleSupport."<init>":(Ljava/util/Locale;Ljava/util/ResourceBundle;Ljava/lang/String;)V]
ResourceBundleSupport.ResourceBundleSupport ( Locale locale, String baseName )
[mangled: org/jfree/util/ResourceBundleSupport."<init>":(Ljava/util/Locale;Ljava/lang/String;)V]
ResourceBundleSupport.ResourceBundleSupport ( ResourceBundle resourceBundle )
[mangled: org/jfree/util/ResourceBundleSupport."<init>":(Ljava/util/ResourceBundle;)V]
ResourceBundleSupport.ResourceBundleSupport ( ResourceBundle resourceBundle, String baseName )
[mangled: org/jfree/util/ResourceBundleSupport."<init>":(Ljava/util/ResourceBundle;Ljava/lang/String;)V]
jcommon-1.0.0.jar, RootPanel.class
package org.jfree.ui.tabbedui
RootPanel.getMainPanel ( ) : JComponent
[mangled: org/jfree/ui/tabbedui/RootPanel.getMainPanel:()Ljavax/swing/JComponent;]
RootPanel.getToolbar ( ) : JComponent
[mangled: org/jfree/ui/tabbedui/RootPanel.getToolbar:()Ljavax/swing/JComponent;]
jcommon-1.0.0.jar, SerialUtilities.class
package org.jfree.io
SerialUtilities.readAttributedString ( ObjectInputStream stream ) [static] : AttributedString
[mangled: org/jfree/io/SerialUtilities.readAttributedString:(Ljava/io/ObjectInputStream;)Ljava/text/AttributedString;]
SerialUtilities.writeAttributedString ( AttributedString as, ObjectOutputStream stream ) [static] : void
[mangled: org/jfree/io/SerialUtilities.writeAttributedString:(Ljava/text/AttributedString;Ljava/io/ObjectOutputStream;)V]
jcommon-1.0.0.jar, ShapeUtilities.class
package org.jfree.util
ShapeUtilities.contains ( Rectangle2D rect1, Rectangle2D rect2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.contains:(Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;)Z]
ShapeUtilities.createTranslatedShape ( Shape shape, double transX, double transY ) [static] : Shape
[mangled: org/jfree/util/ShapeUtilities.createTranslatedShape:(Ljava/awt/Shape;DD)Ljava/awt/Shape;]
ShapeUtilities.createTranslatedShape ( Shape shape, RectangleAnchor anchor, double locationX, double locationY ) [static] : Shape
[mangled: org/jfree/util/ShapeUtilities.createTranslatedShape:(Ljava/awt/Shape;Lorg/jfree/ui/RectangleAnchor;DD)Ljava/awt/Shape;]
ShapeUtilities.equal ( Arc2D a1, Arc2D a2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.equal:(Ljava/awt/geom/Arc2D;Ljava/awt/geom/Arc2D;)Z]
ShapeUtilities.equal ( Ellipse2D e1, Ellipse2D e2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.equal:(Ljava/awt/geom/Ellipse2D;Ljava/awt/geom/Ellipse2D;)Z]
ShapeUtilities.equal ( GeneralPath p1, GeneralPath p2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.equal:(Ljava/awt/geom/GeneralPath;Ljava/awt/geom/GeneralPath;)Z]
ShapeUtilities.equal ( Line2D l1, Line2D l2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.equal:(Ljava/awt/geom/Line2D;Ljava/awt/geom/Line2D;)Z]
ShapeUtilities.equal ( Shape s1, Shape s2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.equal:(Ljava/awt/Shape;Ljava/awt/Shape;)Z]
ShapeUtilities.intersects ( Rectangle2D rect1, Rectangle2D rect2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtilities.intersects:(Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;)Z]
jcommon-1.0.0.jar, Size2D.class
package org.jfree.ui
Size2D.clone ( ) : Object
[mangled: org/jfree/ui/Size2D.clone:()Ljava/lang/Object;]
Size2D.equals ( Object obj ) : boolean
[mangled: org/jfree/ui/Size2D.equals:(Ljava/lang/Object;)Z]
Size2D.setHeight ( double height ) : void
[mangled: org/jfree/ui/Size2D.setHeight:(D)V]
Size2D.setWidth ( double width ) : void
[mangled: org/jfree/ui/Size2D.setWidth:(D)V]
Size2D.Size2D ( )
[mangled: org/jfree/ui/Size2D."<init>":()V]
Size2D.toString ( ) : String
[mangled: org/jfree/ui/Size2D.toString:()Ljava/lang/String;]
jcommon-1.0.0.jar, SortableTableModel.class
package org.jfree.ui
SortableTableModel.isAscending ( ) : boolean
[mangled: org/jfree/ui/SortableTableModel.isAscending:()Z]
jcommon-1.0.0.jar, SortedConfigurationWriter.class
package org.jfree.util
SortedConfigurationWriter.getDescription ( String key ) : String
[mangled: org/jfree/util/SortedConfigurationWriter.getDescription:(Ljava/lang/String;)Ljava/lang/String;]
SortedConfigurationWriter.save ( File file, Configuration config ) : void
[mangled: org/jfree/util/SortedConfigurationWriter.save:(Ljava/io/File;Lorg/jfree/util/Configuration;)V]
SortedConfigurationWriter.save ( OutputStream outStream, Configuration config ) : void
[mangled: org/jfree/util/SortedConfigurationWriter.save:(Ljava/io/OutputStream;Lorg/jfree/util/Configuration;)V]
SortedConfigurationWriter.save ( String filename, Configuration config ) : void
[mangled: org/jfree/util/SortedConfigurationWriter.save:(Ljava/lang/String;Lorg/jfree/util/Configuration;)V]
SortedConfigurationWriter.SortedConfigurationWriter ( )
[mangled: org/jfree/util/SortedConfigurationWriter."<init>":()V]
jcommon-1.0.0.jar, StandardGradientPaintTransformer.class
package org.jfree.ui
StandardGradientPaintTransformer.hashCode ( ) : int
[mangled: org/jfree/ui/StandardGradientPaintTransformer.hashCode:()I]
jcommon-1.0.0.jar, StringUtils.class
package org.jfree.util
StringUtils.getLineSeparator ( ) [static] : String
[mangled: org/jfree/util/StringUtils.getLineSeparator:()Ljava/lang/String;]
jcommon-1.0.0.jar, StrokeChooserPanel.class
package org.jfree.ui
StrokeChooserPanel.getSelector ( ) : JComboBox
[mangled: org/jfree/ui/StrokeChooserPanel.getSelector:()Ljavax/swing/JComboBox;]
jcommon-1.0.0.jar, SubSystem.class
package org.jfree.base.modules
SubSystem.getExtendedConfig ( ) [abstract] : ExtendedConfiguration
[mangled: org/jfree/base/modules/SubSystem.getExtendedConfig:()Lorg/jfree/util/ExtendedConfiguration;]
jcommon-1.0.0.jar, SystemPropertiesPanel.class
package org.jfree.ui.about
SystemPropertiesPanel.getCopyPopupMenu ( ) : JPopupMenu
[mangled: org/jfree/ui/about/SystemPropertiesPanel.getCopyPopupMenu:()Ljavax/swing/JPopupMenu;]
SystemPropertiesPanel.getTable ( ) : JTable
[mangled: org/jfree/ui/about/SystemPropertiesPanel.getTable:()Ljavax/swing/JTable;]
jcommon-1.0.0.jar, SystemProperty.class
package org.jfree.ui.about
SystemPropertiesTableModel.SystemProperty.getName ( ) : String
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemProperty.getName:()Ljava/lang/String;]
SystemPropertiesTableModel.SystemProperty.getValue ( ) : String
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemProperty.getValue:()Ljava/lang/String;]
SystemPropertiesTableModel.SystemProperty.SystemPropertiesTableModel.SystemProperty ( String name, String value )
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemProperty."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
jcommon-1.0.0.jar, SystemPropertyComparator.class
package org.jfree.ui.about
SystemPropertiesTableModel.SystemPropertyComparator.compare ( Object o1, Object o2 ) : int
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemPropertyComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
SystemPropertiesTableModel.SystemPropertyComparator.equals ( Object o ) : boolean
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemPropertyComparator.equals:(Ljava/lang/Object;)Z]
SystemPropertiesTableModel.SystemPropertyComparator.hashCode ( ) : int
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemPropertyComparator.hashCode:()I]
SystemPropertiesTableModel.SystemPropertyComparator.SystemPropertiesTableModel.SystemPropertyComparator ( boolean ascending )
[mangled: org/jfree/ui/about/SystemPropertiesTableModel.SystemPropertyComparator."<init>":(Z)V]
jcommon-1.0.0.jar, TabbedApplet.class
package org.jfree.ui.tabbedui
TabbedApplet.getTabbedUI ( ) : AbstractTabbedUI
[mangled: org/jfree/ui/tabbedui/TabbedApplet.getTabbedUI:()Lorg/jfree/ui/tabbedui/AbstractTabbedUI;]
jcommon-1.0.0.jar, TabbedDialog.class
package org.jfree.ui.tabbedui
TabbedDialog.getTabbedUI ( ) : AbstractTabbedUI
[mangled: org/jfree/ui/tabbedui/TabbedDialog.getTabbedUI:()Lorg/jfree/ui/tabbedui/AbstractTabbedUI;]
jcommon-1.0.0.jar, TabbedFrame.class
package org.jfree.ui.tabbedui
TabbedFrame.getTabbedUI ( ) : AbstractTabbedUI
[mangled: org/jfree/ui/tabbedui/TabbedFrame.getTabbedUI:()Lorg/jfree/ui/tabbedui/AbstractTabbedUI;]
jcommon-1.0.0.jar, TextBlock.class
package org.jfree.text
TextBlock.getLineAlignment ( ) : HorizontalAlignment
[mangled: org/jfree/text/TextBlock.getLineAlignment:()Lorg/jfree/ui/HorizontalAlignment;]
TextBlock.hashCode ( ) : int
[mangled: org/jfree/text/TextBlock.hashCode:()I]
TextBlock.setLineAlignment ( HorizontalAlignment alignment ) : void
[mangled: org/jfree/text/TextBlock.setLineAlignment:(Lorg/jfree/ui/HorizontalAlignment;)V]
jcommon-1.0.0.jar, TextBox.class
package org.jfree.text
TextBox.getInteriorGap ( ) : RectangleInsets
[mangled: org/jfree/text/TextBox.getInteriorGap:()Lorg/jfree/ui/RectangleInsets;]
TextBox.hashCode ( ) : int
[mangled: org/jfree/text/TextBox.hashCode:()I]
TextBox.setInteriorGap ( RectangleInsets gap ) : void
[mangled: org/jfree/text/TextBox.setInteriorGap:(Lorg/jfree/ui/RectangleInsets;)V]
jcommon-1.0.0.jar, TextFragment.class
package org.jfree.text
TextFragment.getBaselineOffset ( ) : float
[mangled: org/jfree/text/TextFragment.getBaselineOffset:()F]
TextFragment.hashCode ( ) : int
[mangled: org/jfree/text/TextFragment.hashCode:()I]
TextFragment.TextFragment ( String text, Font font, Paint paint, float baselineOffset )
[mangled: org/jfree/text/TextFragment."<init>":(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/Paint;F)V]
jcommon-1.0.0.jar, TextLine.class
package org.jfree.text
TextLine.hashCode ( ) : int
[mangled: org/jfree/text/TextLine.hashCode:()I]
jcommon-1.0.0.jar, TextUtilities.class
package org.jfree.text
TextUtilities.createTextBlock ( String text, Font font, Paint paint ) [static] : TextBlock
[mangled: org/jfree/text/TextUtilities.createTextBlock:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/Paint;)Lorg/jfree/text/TextBlock;]
TextUtilities.isUseDrawRotatedStringWorkaround ( ) [static] : boolean
[mangled: org/jfree/text/TextUtilities.isUseDrawRotatedStringWorkaround:()Z]
jcommon-xml-1.0.0.jar, ClassFactoryImpl.class
package org.jfree.xml.factory.objects
ClassFactoryImpl.getComparator ( ) : ClassComparator
[mangled: org/jfree/xml/factory/objects/ClassFactoryImpl.getComparator:()Lorg/jfree/util/ClassComparator;]
jcommon-xml-1.0.0.jar, FrontendDefaultHandler.class
package org.jfree.xml
FrontendDefaultHandler.findPropertyKeys ( String prefix ) : Iterator
[mangled: org/jfree/xml/FrontendDefaultHandler.findPropertyKeys:(Ljava/lang/String;)Ljava/util/Iterator;]
FrontendDefaultHandler.FrontendDefaultHandler ( )
[mangled: org/jfree/xml/FrontendDefaultHandler."<init>":()V]
FrontendDefaultHandler.getCommentHandler ( ) : CommentHandler
[mangled: org/jfree/xml/FrontendDefaultHandler.getCommentHandler:()Lorg/jfree/xml/CommentHandler;]
FrontendDefaultHandler.getConfigProperties ( ) : Enumeration
[mangled: org/jfree/xml/FrontendDefaultHandler.getConfigProperties:()Ljava/util/Enumeration;]
FrontendDefaultHandler.getConfigProperty ( String key ) : String
[mangled: org/jfree/xml/FrontendDefaultHandler.getConfigProperty:(Ljava/lang/String;)Ljava/lang/String;]
FrontendDefaultHandler.getConfigProperty ( String key, String defaultValue ) : String
[mangled: org/jfree/xml/FrontendDefaultHandler.getConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
FrontendDefaultHandler.getContentBase ( ) : URL
[mangled: org/jfree/xml/FrontendDefaultHandler.getContentBase:()Ljava/net/URL;]
FrontendDefaultHandler.getLocator ( ) : Locator
[mangled: org/jfree/xml/FrontendDefaultHandler.getLocator:()Lorg/xml/sax/Locator;]
FrontendDefaultHandler.getResult ( ) [abstract] : Object
[mangled: org/jfree/xml/FrontendDefaultHandler.getResult:()Ljava/lang/Object;]
FrontendDefaultHandler.newInstance ( ) [abstract] : FrontendDefaultHandler
[mangled: org/jfree/xml/FrontendDefaultHandler.newInstance:()Lorg/jfree/xml/FrontendDefaultHandler;]
FrontendDefaultHandler.setConfigProperty ( String key, String value ) : void
[mangled: org/jfree/xml/FrontendDefaultHandler.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)V]
FrontendDefaultHandler.setDocumentLocator ( Locator locator ) : void
[mangled: org/jfree/xml/FrontendDefaultHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
jcommon-xml-1.0.0.jar, JCommonXMLInfo.class
package org.jfree.xml
JCommonXMLInfo.getInstance ( ) [static] : JCommonXMLInfo
[mangled: org/jfree/xml/JCommonXMLInfo.getInstance:()Lorg/jfree/xml/JCommonXMLInfo;]
jcommon-xml-1.0.0.jar, Parser.class
package org.jfree.xml
Parser.newInstance ( ) : FrontendDefaultHandler
[mangled: org/jfree/xml/Parser.newInstance:()Lorg/jfree/xml/FrontendDefaultHandler;]
jcommon-xml-1.0.0.jar, ParserFrontend.class
package org.jfree.xml
ParserFrontend.configureReader ( XMLReader reader, FrontendDefaultHandler handler ) : void
[mangled: org/jfree/xml/ParserFrontend.configureReader:(Lorg/xml/sax/XMLReader;Lorg/jfree/xml/FrontendDefaultHandler;)V]
ParserFrontend.createDefaultHandler ( URL contentBase ) : FrontendDefaultHandler
[mangled: org/jfree/xml/ParserFrontend.createDefaultHandler:(Ljava/net/URL;)Lorg/jfree/xml/FrontendDefaultHandler;]
ParserFrontend.getDefaultHandler ( ) : FrontendDefaultHandler
[mangled: org/jfree/xml/ParserFrontend.getDefaultHandler:()Lorg/jfree/xml/FrontendDefaultHandler;]
ParserFrontend.ParserFrontend ( FrontendDefaultHandler parser )
[mangled: org/jfree/xml/ParserFrontend."<init>":(Lorg/jfree/xml/FrontendDefaultHandler;)V]
ParserFrontend.setDefaultHandler ( FrontendDefaultHandler handler ) : void
[mangled: org/jfree/xml/ParserFrontend.setDefaultHandler:(Lorg/jfree/xml/FrontendDefaultHandler;)V]
jcommon-xml-1.0.0.jar, RootXmlReadHandler.class
package org.jfree.xml.parser
RootXmlReadHandler.addDefaultMappings ( ) : void
[mangled: org/jfree/xml/parser/RootXmlReadHandler.addDefaultMappings:()V]
RootXmlReadHandler.getHelperObject ( String key ) : Object
[mangled: org/jfree/xml/parser/RootXmlReadHandler.getHelperObject:(Ljava/lang/String;)Ljava/lang/Object;]
RootXmlReadHandler.getResult ( ) : Object
[mangled: org/jfree/xml/parser/RootXmlReadHandler.getResult:()Ljava/lang/Object;]
RootXmlReadHandler.setHelperObject ( String key, Object value ) : void
[mangled: org/jfree/xml/parser/RootXmlReadHandler.setHelperObject:(Ljava/lang/String;Ljava/lang/Object;)V]
jcommon-xml-1.0.0.jar, StringReadHandler.class
package org.jfree.xml.parser.coretypes
StringReadHandler.getResult ( ) : String
[mangled: org/jfree/xml/parser/coretypes/StringReadHandler.getResult:()Ljava/lang/String;]
to the top
Removed Methods (112)
jcommon-0.9.7.jar, ArrayUtils.class
package org.jfree.util
ArrayUtils.ArrayUtils ( )
[mangled: org/jfree/util/ArrayUtils."<init>":()V]
ArrayUtils.clone ( float[ ][ ] p1 ) [static] : float[ ][ ]
[mangled: org/jfree/util/ArrayUtils.clone:([[F)[[F]
ArrayUtils.equal ( float[ ][ ] p1, float[ ][ ] p2 ) [static] : boolean
[mangled: org/jfree/util/ArrayUtils.equal:([[F[[F)Z]
ArrayUtils.hasDuplicateItems ( Object[ ] p1 ) [static] : boolean
[mangled: org/jfree/util/ArrayUtils.hasDuplicateItems:([Ljava/lang/Object;)Z]
jcommon-0.9.7.jar, BaseBoot.class
package org.jfree.base
BaseBoot.main ( String[ ] p1 ) [static] : void
[mangled: org/jfree/base/BaseBoot.main:([Ljava/lang/String;)V]
jcommon-0.9.7.jar, BooleanUtils.class
package org.jfree.util
BooleanUtils.BooleanUtils ( )
[mangled: org/jfree/util/BooleanUtils."<init>":()V]
BooleanUtils.valueOf ( boolean p1 ) [static] : Boolean
[mangled: org/jfree/util/BooleanUtils.valueOf:(Z)Ljava/lang/Boolean;]
jcommon-0.9.7.jar, BoundsAnchor.class
package org.jfree.ui
BoundsAnchor.equals ( Object p1 ) : boolean
[mangled: org/jfree/ui/BoundsAnchor.equals:(Ljava/lang/Object;)Z]
BoundsAnchor.hashCode ( ) : int
[mangled: org/jfree/ui/BoundsAnchor.hashCode:()I]
BoundsAnchor.toString ( ) : String
[mangled: org/jfree/ui/BoundsAnchor.toString:()Ljava/lang/String;]
jcommon-0.9.7.jar, ClassFactoryImpl.class
package org.jfree.xml.factory.objects
ClassFactoryImpl.getComparator ( ) : ClassComparator
[mangled: org/jfree/xml/factory/objects/ClassFactoryImpl.getComparator:()Lorg/jfree/xml/factory/objects/ClassComparator;]
jcommon-0.9.7.jar, ConfigBackend.class
package org.jfree.base.config
ConfigBackend.ConfigBackend ( )
[mangled: org/jfree/base/config/ConfigBackend."<init>":()V]
jcommon-0.9.7.jar, FontTable.class
package org.jfree.util
FontTable.equals ( Object p1 ) : boolean
[mangled: org/jfree/util/FontTable.equals:(Ljava/lang/Object;)Z]
FontTable.FontTable ( )
[mangled: org/jfree/util/FontTable."<init>":()V]
FontTable.getFont ( int p1, int p2 ) : Font
[mangled: org/jfree/util/FontTable.getFont:(II)Ljava/awt/Font;]
FontTable.setFont ( int p1, int p2, Font p3 ) : void
[mangled: org/jfree/util/FontTable.setFont:(IILjava/awt/Font;)V]
jcommon-0.9.7.jar, HierarchicalConfiguration.class
package org.jfree.base.config
HierarchicalConfiguration.getParentConfig ( ) : ModifiableConfiguration
[mangled: org/jfree/base/config/HierarchicalConfiguration.getParentConfig:()Lorg/jfree/base/config/ModifiableConfiguration;]
HierarchicalConfiguration.HierarchicalConfiguration ( ModifiableConfiguration p1 )
[mangled: org/jfree/base/config/HierarchicalConfiguration."<init>":(Lorg/jfree/base/config/ModifiableConfiguration;)V]
HierarchicalConfiguration.setParentConfig ( ModifiableConfiguration p1 ) : void
[mangled: org/jfree/base/config/HierarchicalConfiguration.setParentConfig:(Lorg/jfree/base/config/ModifiableConfiguration;)V]
jcommon-0.9.7.jar, InsetsChooserPanel.class
package org.jfree.ui
InsetsChooserPanel.getInsets ( ) : Insets
[mangled: org/jfree/ui/InsetsChooserPanel.getInsets:()Ljava/awt/Insets;]
jcommon-0.9.7.jar, NumberTable.class
package org.jfree.util
NumberTable.equals ( Object p1 ) : boolean
[mangled: org/jfree/util/NumberTable.equals:(Ljava/lang/Object;)Z]
NumberTable.getNumber ( int p1, int p2 ) : Number
[mangled: org/jfree/util/NumberTable.getNumber:(II)Ljava/lang/Number;]
NumberTable.NumberTable ( )
[mangled: org/jfree/util/NumberTable."<init>":()V]
NumberTable.setNumber ( int p1, int p2, Number p3 ) : void
[mangled: org/jfree/util/NumberTable.setNumber:(IILjava/lang/Number;)V]
jcommon-0.9.7.jar, NumberUtils.class
package org.jfree.util
NumberUtils.equal ( double p1, double p2 ) [static] : boolean
[mangled: org/jfree/util/NumberUtils.equal:(DD)Z]
NumberUtils.NumberUtils ( )
[mangled: org/jfree/util/NumberUtils."<init>":()V]
jcommon-0.9.7.jar, ObjectUtils.class
package org.jfree.util
ObjectUtils.clone ( List p1 ) [static] : List
[mangled: org/jfree/util/ObjectUtils.clone:(Ljava/util/List;)Ljava/util/List;]
ObjectUtils.clone ( Object p1 ) [static] : Object
[mangled: org/jfree/util/ObjectUtils.clone:(Ljava/lang/Object;)Ljava/lang/Object;]
ObjectUtils.equal ( Object p1, Object p2 ) [static] : boolean
[mangled: org/jfree/util/ObjectUtils.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z]
ObjectUtils.equalOrBothNull ( Object p1, Object p2 ) [static] : boolean *DEPRECATED*
[mangled: org/jfree/util/ObjectUtils.equalOrBothNull:(Ljava/lang/Object;Ljava/lang/Object;)Z]
ObjectUtils.hashCode ( Object p1 ) [static] : int
[mangled: org/jfree/util/ObjectUtils.hashCode:(Ljava/lang/Object;)I]
ObjectUtils.ObjectUtils ( )
[mangled: org/jfree/util/ObjectUtils."<init>":()V]
jcommon-0.9.7.jar, PaintTable.class
package org.jfree.util
PaintTable.equals ( Object p1 ) : boolean
[mangled: org/jfree/util/PaintTable.equals:(Ljava/lang/Object;)Z]
PaintTable.getPaint ( int p1, int p2 ) : Paint
[mangled: org/jfree/util/PaintTable.getPaint:(II)Ljava/awt/Paint;]
PaintTable.hashCode ( ) : int
[mangled: org/jfree/util/PaintTable.hashCode:()I]
PaintTable.PaintTable ( )
[mangled: org/jfree/util/PaintTable."<init>":()V]
PaintTable.readSerializedData ( ObjectInputStream p1 ) : Object
[mangled: org/jfree/util/PaintTable.readSerializedData:(Ljava/io/ObjectInputStream;)Ljava/lang/Object;]
PaintTable.setPaint ( int p1, int p2, Paint p3 ) : void
[mangled: org/jfree/util/PaintTable.setPaint:(IILjava/awt/Paint;)V]
PaintTable.writeSerializedData ( ObjectOutputStream p1, Object p2 ) : void
[mangled: org/jfree/util/PaintTable.writeSerializedData:(Ljava/io/ObjectOutputStream;Ljava/lang/Object;)V]
jcommon-0.9.7.jar, PaintUtils.class
package org.jfree.util
PaintUtils.equal ( Paint p1, Paint p2 ) [static] : boolean
[mangled: org/jfree/util/PaintUtils.equal:(Ljava/awt/Paint;Ljava/awt/Paint;)Z]
PaintUtils.PaintUtils ( )
[mangled: org/jfree/util/PaintUtils."<init>":()V]
jcommon-0.9.7.jar, ParserFrontend.class
package org.jfree.xml
ParserFrontend.configureReader ( XMLReader p1, Parser p2 ) : void
[mangled: org/jfree/xml/ParserFrontend.configureReader:(Lorg/xml/sax/XMLReader;Lorg/jfree/xml/Parser;)V]
ParserFrontend.createDefaultHandler ( URL p1 ) : Parser
[mangled: org/jfree/xml/ParserFrontend.createDefaultHandler:(Ljava/net/URL;)Lorg/jfree/xml/Parser;]
ParserFrontend.getDefaultHandler ( ) : Parser
[mangled: org/jfree/xml/ParserFrontend.getDefaultHandler:()Lorg/jfree/xml/Parser;]
ParserFrontend.ParserFrontend ( Parser p1 )
[mangled: org/jfree/xml/ParserFrontend."<init>":(Lorg/jfree/xml/Parser;)V]
ParserFrontend.setDefaultHandler ( Parser p1 ) : void
[mangled: org/jfree/xml/ParserFrontend.setDefaultHandler:(Lorg/jfree/xml/Parser;)V]
jcommon-0.9.7.jar, RectangleAnchor.class
package org.jfree.ui
RectangleAnchor.coordinates ( Rectangle2D p1, RectangleAnchor p2 ) [static] : double[ ]
[mangled: org/jfree/ui/RectangleAnchor.coordinates:(Ljava/awt/geom/Rectangle2D;Lorg/jfree/ui/RectangleAnchor;)[D]
jcommon-0.9.7.jar, RectangleInsets.class
package org.jfree.ui
RectangleInsets.calculateBottomMargin ( double p1 ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateBottomMargin:(D)D]
RectangleInsets.calculateLeftMargin ( double p1 ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateLeftMargin:(D)D]
RectangleInsets.calculateRightMargin ( double p1 ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateRightMargin:(D)D]
RectangleInsets.calculateTopMargin ( double p1 ) : double
[mangled: org/jfree/ui/RectangleInsets.calculateTopMargin:(D)D]
jcommon-0.9.7.jar, RefineryUtilities.class
package org.jfree.ui
RefineryUtilities.calculateRotatedStringBounds ( String p1, Graphics2D p2, float p3, float p4, double p5, float p6, float p7 ) [static] : Shape *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.calculateRotatedStringBounds:(Ljava/lang/String;Ljava/awt/Graphics2D;FFDFF)Ljava/awt/Shape;]
RefineryUtilities.calculateRotatedStringBounds ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5, TextAnchor p6, double p7 ) [static] : Shape *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.calculateRotatedStringBounds:(Ljava/lang/String;Ljava/awt/Graphics2D;FFLorg/jfree/ui/TextAnchor;Lorg/jfree/ui/TextAnchor;D)Ljava/awt/Shape;]
RefineryUtilities.drawAlignedString ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.drawAlignedString:(Ljava/lang/String;Ljava/awt/Graphics2D;FFLorg/jfree/ui/TextAnchor;)V]
RefineryUtilities.drawRotatedShape ( Shape p1, Graphics2D p2, float p3, float p4, double p5 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.drawRotatedShape:(Ljava/awt/Shape;Ljava/awt/Graphics2D;FFD)V]
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, double p5 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.drawRotatedString:(Ljava/lang/String;Ljava/awt/Graphics2D;FFD)V]
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, double p5, float p6, float p7 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.drawRotatedString:(Ljava/lang/String;Ljava/awt/Graphics2D;FFDFF)V]
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5, float p6, float p7, double p8 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.drawRotatedString:(Ljava/lang/String;Ljava/awt/Graphics2D;FFLorg/jfree/ui/TextAnchor;FFD)V]
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, TextAnchor p5, TextAnchor p6, double p7 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.drawRotatedString:(Ljava/lang/String;Ljava/awt/Graphics2D;FFLorg/jfree/ui/TextAnchor;Lorg/jfree/ui/TextAnchor;D)V]
RefineryUtilities.getPointInRectangle ( double p1, double p2, Rectangle2D p3 ) [static] : Point2D *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.getPointInRectangle:(DDLjava/awt/geom/Rectangle2D;)Ljava/awt/geom/Point2D;]
RefineryUtilities.invokeAndWait ( Runnable p1 ) [static] : boolean
[mangled: org/jfree/ui/RefineryUtilities.invokeAndWait:(Ljava/lang/Runnable;)Z]
RefineryUtilities.setUseDrawRotatedStringWorkaround ( boolean p1 ) [static] : void *DEPRECATED*
[mangled: org/jfree/ui/RefineryUtilities.setUseDrawRotatedStringWorkaround:(Z)V]
jcommon-0.9.7.jar, RootXmlReadHandler.class
package org.jfree.xml.parser
RootXmlReadHandler.getObject ( String p1 ) : Object
[mangled: org/jfree/xml/parser/RootXmlReadHandler.getObject:(Ljava/lang/String;)Ljava/lang/Object;]
RootXmlReadHandler.putObject ( String p1, Object p2 ) : void
[mangled: org/jfree/xml/parser/RootXmlReadHandler.putObject:(Ljava/lang/String;Ljava/lang/Object;)V]
jcommon-0.9.7.jar, ShapeTable.class
package org.jfree.util
ShapeTable.equals ( Object p1 ) : boolean
[mangled: org/jfree/util/ShapeTable.equals:(Ljava/lang/Object;)Z]
ShapeTable.getShape ( int p1, int p2 ) : Shape
[mangled: org/jfree/util/ShapeTable.getShape:(II)Ljava/awt/Shape;]
ShapeTable.hashCode ( ) : int
[mangled: org/jfree/util/ShapeTable.hashCode:()I]
ShapeTable.readSerializedData ( ObjectInputStream p1 ) : Object
[mangled: org/jfree/util/ShapeTable.readSerializedData:(Ljava/io/ObjectInputStream;)Ljava/lang/Object;]
ShapeTable.setShape ( int p1, int p2, Shape p3 ) : void
[mangled: org/jfree/util/ShapeTable.setShape:(IILjava/awt/Shape;)V]
ShapeTable.ShapeTable ( )
[mangled: org/jfree/util/ShapeTable."<init>":()V]
ShapeTable.writeSerializedData ( ObjectOutputStream p1, Object p2 ) : void
[mangled: org/jfree/util/ShapeTable.writeSerializedData:(Ljava/io/ObjectOutputStream;Ljava/lang/Object;)V]
jcommon-0.9.7.jar, ShapeUtilities.class
package org.jfree.util
ShapeUtilities.translateShape ( Shape p1, double p2, double p3 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtilities.translateShape:(Ljava/awt/Shape;DD)Ljava/awt/Shape;]
jcommon-0.9.7.jar, ShapeUtils.class
package org.jfree.util
ShapeUtils.clone ( Shape p1 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.clone:(Ljava/awt/Shape;)Ljava/awt/Shape;]
ShapeUtils.createDiagonalCross ( float p1, float p2 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.createDiagonalCross:(FF)Ljava/awt/Shape;]
ShapeUtils.createDiamond ( float p1 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.createDiamond:(F)Ljava/awt/Shape;]
ShapeUtils.createDownTriangle ( float p1 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.createDownTriangle:(F)Ljava/awt/Shape;]
ShapeUtils.createLineRegion ( Line2D p1, float p2 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.createLineRegion:(Ljava/awt/geom/Line2D;F)Ljava/awt/Shape;]
ShapeUtils.createRegularCross ( float p1, float p2 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.createRegularCross:(FF)Ljava/awt/Shape;]
ShapeUtils.createUpTriangle ( float p1 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.createUpTriangle:(F)Ljava/awt/Shape;]
ShapeUtils.drawRotatedShape ( Graphics2D p1, Shape p2, double p3, float p4, float p5 ) [static] : void
[mangled: org/jfree/util/ShapeUtils.drawRotatedShape:(Ljava/awt/Graphics2D;Ljava/awt/Shape;DFF)V]
ShapeUtils.equal ( Polygon p1, Polygon p2 ) [static] : boolean
[mangled: org/jfree/util/ShapeUtils.equal:(Ljava/awt/Polygon;Ljava/awt/Polygon;)Z]
ShapeUtils.getPointInRectangle ( double p1, double p2, Rectangle2D p3 ) [static] : Point2D
[mangled: org/jfree/util/ShapeUtils.getPointInRectangle:(DDLjava/awt/geom/Rectangle2D;)Ljava/awt/geom/Point2D;]
ShapeUtils.rotateShape ( Shape p1, double p2, float p3, float p4 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.rotateShape:(Ljava/awt/Shape;DFF)Ljava/awt/Shape;]
ShapeUtils.ShapeUtils ( )
[mangled: org/jfree/util/ShapeUtils."<init>":()V]
ShapeUtils.translateShape ( Shape p1, double p2, double p3 ) [static] : Shape
[mangled: org/jfree/util/ShapeUtils.translateShape:(Ljava/awt/Shape;DD)Ljava/awt/Shape;]
jcommon-0.9.7.jar, SortableTableModel.class
package org.jfree.ui
SortableTableModel.getAscending ( ) : boolean
[mangled: org/jfree/ui/SortableTableModel.getAscending:()Z]
jcommon-0.9.7.jar, Spacer.class
package org.jfree.ui
Spacer.equals ( Object p1 ) : boolean
[mangled: org/jfree/ui/Spacer.equals:(Ljava/lang/Object;)Z]
Spacer.getAdjustedHeight ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.getAdjustedHeight:(D)D]
Spacer.getAdjustedWidth ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.getAdjustedWidth:(D)D]
Spacer.getBottomSpace ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.getBottomSpace:(D)D]
Spacer.getLeftSpace ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.getLeftSpace:(D)D]
Spacer.getRightSpace ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.getRightSpace:(D)D]
Spacer.getTopSpace ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.getTopSpace:(D)D]
Spacer.Spacer ( int p1, double p2, double p3, double p4, double p5 )
[mangled: org/jfree/ui/Spacer."<init>":(IDDDD)V]
Spacer.trim ( Rectangle2D p1 ) : void
[mangled: org/jfree/ui/Spacer.trim:(Ljava/awt/geom/Rectangle2D;)V]
Spacer.trimWidth ( double p1 ) : double
[mangled: org/jfree/ui/Spacer.trimWidth:(D)D]
jcommon-0.9.7.jar, StrokeTable.class
package org.jfree.util
StrokeTable.equals ( Object p1 ) : boolean
[mangled: org/jfree/util/StrokeTable.equals:(Ljava/lang/Object;)Z]
StrokeTable.getStroke ( int p1, int p2 ) : Stroke
[mangled: org/jfree/util/StrokeTable.getStroke:(II)Ljava/awt/Stroke;]
StrokeTable.hashCode ( ) : int
[mangled: org/jfree/util/StrokeTable.hashCode:()I]
StrokeTable.readSerializedData ( ObjectInputStream p1 ) : Object
[mangled: org/jfree/util/StrokeTable.readSerializedData:(Ljava/io/ObjectInputStream;)Ljava/lang/Object;]
StrokeTable.setStroke ( int p1, int p2, Stroke p3 ) : void
[mangled: org/jfree/util/StrokeTable.setStroke:(IILjava/awt/Stroke;)V]
StrokeTable.StrokeTable ( )
[mangled: org/jfree/util/StrokeTable."<init>":()V]
StrokeTable.writeSerializedData ( ObjectOutputStream p1, Object p2 ) : void
[mangled: org/jfree/util/StrokeTable.writeSerializedData:(Ljava/io/ObjectOutputStream;Ljava/lang/Object;)V]
jcommon-0.9.7.jar, TextAnchor.class
package org.jfree.ui
TextAnchor.getHorizontalOpposite ( TextAnchor p1 ) [static] : TextAnchor *DEPRECATED*
[mangled: org/jfree/ui/TextAnchor.getHorizontalOpposite:(Lorg/jfree/ui/TextAnchor;)Lorg/jfree/ui/TextAnchor;]
TextAnchor.getVerticalOpposite ( TextAnchor p1 ) [static] : TextAnchor *DEPRECATED*
[mangled: org/jfree/ui/TextAnchor.getVerticalOpposite:(Lorg/jfree/ui/TextAnchor;)Lorg/jfree/ui/TextAnchor;]
jcommon-0.9.7.jar, TextAnchorTable.class
package org.jfree.ui
TextAnchorTable.equals ( Object p1 ) : boolean
[mangled: org/jfree/ui/TextAnchorTable.equals:(Ljava/lang/Object;)Z]
TextAnchorTable.getAnchor ( int p1, int p2 ) : TextAnchor
[mangled: org/jfree/ui/TextAnchorTable.getAnchor:(II)Lorg/jfree/ui/TextAnchor;]
TextAnchorTable.hashCode ( ) : int
[mangled: org/jfree/ui/TextAnchorTable.hashCode:()I]
TextAnchorTable.setAnchor ( int p1, int p2, TextAnchor p3 ) : void
[mangled: org/jfree/ui/TextAnchorTable.setAnchor:(IILorg/jfree/ui/TextAnchor;)V]
TextAnchorTable.TextAnchorTable ( )
[mangled: org/jfree/ui/TextAnchorTable."<init>":()V]
jcommon-0.9.7.jar, TextBox.class
package org.jfree.text
TextBox.getInteriorGap ( ) : Spacer
[mangled: org/jfree/text/TextBox.getInteriorGap:()Lorg/jfree/ui/Spacer;]
TextBox.setInteriorGap ( Spacer p1 ) : void
[mangled: org/jfree/text/TextBox.setInteriorGap:(Lorg/jfree/ui/Spacer;)V]
to the top
Problems with Data Types, High Severity (45)
jcommon-0.9.7.jar
package org.jfree.base.config
[+] ConfigBackend (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConfigBackend. |
[+] affected methods (1)
ConfigBackend ( )This constructor is from 'ConfigBackend' class.
package org.jfree.base.modules
[+] SubSystem (1)
| Change | Effect |
---|
1 | Abstract method getExtendedConfig ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getExtendedConfig() in SubSystem. |
[+] affected methods (8)
initialize ( SubSystem )1st parameter 'p1' of this method has type 'SubSystem'.
configure ( SubSystem )1st parameter 'p1' of this method has type 'SubSystem'.
configure ( SubSystem )1st parameter 'p1' of this abstract method has type 'SubSystem'.
initialize ( SubSystem )1st parameter 'p1' of this abstract method has type 'SubSystem'.
configure ( SubSystem )1st parameter 'p1' of this method has type 'SubSystem'.
initialize ( SubSystem )1st parameter 'p1' of this method has type 'SubSystem'.
getGlobalConfig ( )This abstract method is from 'SubSystem' interface.
getPackageManager ( )This abstract method is from 'SubSystem' interface.
package org.jfree.date
[+] DayAndMonthRule (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class DayAndMonthRule. |
[+] affected methods (7)
DayAndMonthRule ( )This constructor is from 'DayAndMonthRule' class.
DayAndMonthRule ( int, int )This constructor is from 'DayAndMonthRule' class.
getDate ( int )This method is from 'DayAndMonthRule' class.
getDayOfMonth ( )This method is from 'DayAndMonthRule' class.
getMonth ( )This method is from 'DayAndMonthRule' class.
setDayOfMonth ( int )This method is from 'DayAndMonthRule' class.
setMonth ( int )This method is from 'DayAndMonthRule' class.
[+] DayOfWeekInMonthRule (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class DayOfWeekInMonthRule. |
[+] affected methods (9)
DayOfWeekInMonthRule ( )This constructor is from 'DayOfWeekInMonthRule' class.
DayOfWeekInMonthRule ( int, int, int )This constructor is from 'DayOfWeekInMonthRule' class.
getCount ( )This method is from 'DayOfWeekInMonthRule' class.
getDate ( int )This method is from 'DayOfWeekInMonthRule' class.
getDayOfWeek ( )This method is from 'DayOfWeekInMonthRule' class.
getMonth ( )This method is from 'DayOfWeekInMonthRule' class.
setCount ( int )This method is from 'DayOfWeekInMonthRule' class.
setDayOfWeek ( int )This method is from 'DayOfWeekInMonthRule' class.
setMonth ( int )This method is from 'DayOfWeekInMonthRule' class.
[+] EasterSundayRule (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class EasterSundayRule. |
[+] affected methods (2)
EasterSundayRule ( )This constructor is from 'EasterSundayRule' class.
getDate ( int )This method is from 'EasterSundayRule' class.
[+] RelativeDayOfWeekRule (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class RelativeDayOfWeekRule. |
[+] affected methods (10)
RelativeDayOfWeekRule ( )This constructor is from 'RelativeDayOfWeekRule' class.
RelativeDayOfWeekRule ( AnnualDateRule, int, int )This constructor is from 'RelativeDayOfWeekRule' class.
clone ( )This method is from 'RelativeDayOfWeekRule' class.
getDate ( int )This method is from 'RelativeDayOfWeekRule' class.
getDayOfWeek ( )This method is from 'RelativeDayOfWeekRule' class.
getRelative ( )This method is from 'RelativeDayOfWeekRule' class.
getSubrule ( )This method is from 'RelativeDayOfWeekRule' class.
setDayOfWeek ( int )This method is from 'RelativeDayOfWeekRule' class.
setRelative ( int )This method is from 'RelativeDayOfWeekRule' class.
setSubrule ( AnnualDateRule )This method is from 'RelativeDayOfWeekRule' class.
[+] SerialDate (5)
| Change | Effect |
---|
1 | Access level of field AGGREGATE_DAYS_TO_END_OF_MONTH has been changed from public to package-private. | Recompilation of a client program may be terminated with the message: AGGREGATE_DAYS_TO_END_OF_MONTH is not public in SerialDate; cannot be accessed from outside package. |
2 | Access level of field AGGREGATE_DAYS_TO_END_OF_PRECEDING_MONTH has been changed from public to package-private. | Recompilation of a client program may be terminated with the message: AGGREGATE_DAYS_TO_END_OF_PRECEDING_MONTH is not public in SerialDate; cannot be accessed from outside package. |
3 | Access level of field LAST_DAY_OF_MONTH has been changed from public to package-private. | Recompilation of a client program may be terminated with the message: LAST_DAY_OF_MONTH is not public in SerialDate; cannot be accessed from outside package. |
4 | Access level of field LEAP_YEAR_AGGREGATE_DAYS_TO_END_OF_MONTH has been changed from public to package-private. | Recompilation of a client program may be terminated with the message: LEAP_YEAR_AGGREGATE_DAYS_TO_END_OF_MONTH is not public in SerialDate; cannot be accessed from outside package. |
5 | Access level of field LEAP_YEAR_AGGREGATE_DAYS_TO_END_OF_PRECEDING_MONTH has been changed from public to package-private. | Recompilation of a client program may be terminated with the message: LEAP_YEAR_AGGREGATE_DAYS_TO_END_OF_PRECEDING_MONTH is not public in SerialDate; cannot be accessed from outside package. |
[+] affected methods (73)
getDate ( int )Return value of this abstract method has type 'SerialDate'.
getDate ( int )Return value of this method has type 'SerialDate'.
getDate ( int )Return value of this method has type 'SerialDate'.
getDate ( int )Return value of this method has type 'SerialDate'.
getDate ( int )Return value of this method has type 'SerialDate'.
SerialDate ( )This constructor is from 'SerialDate' abstract class.
addDays ( int, SerialDate )2nd parameter 'p2' of this method has type 'SerialDate'.
addMonths ( int, SerialDate )2nd parameter 'p2' of this method has type 'SerialDate'.
addYears ( int, SerialDate )2nd parameter 'p2' of this method has type 'SerialDate'.
compare ( SerialDate )1st parameter 'p1' of this abstract method has type 'SerialDate'.
createInstance ( int )This method is from 'SerialDate' abstract class.
createInstance ( int, int, int )This method is from 'SerialDate' abstract class.
...
[+] SpreadsheetDate (1)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class SpreadsheetDate. |
[+] affected methods (21)
SpreadsheetDate ( int )This constructor is from 'SpreadsheetDate' class.
SpreadsheetDate ( int, int, int )This constructor is from 'SpreadsheetDate' class.
compare ( SerialDate )This method is from 'SpreadsheetDate' class.
compareTo ( Object )This method is from 'SpreadsheetDate' class.
equals ( Object )This method is from 'SpreadsheetDate' class.
getDayOfMonth ( )This method is from 'SpreadsheetDate' class.
getDayOfWeek ( )This method is from 'SpreadsheetDate' class.
getDescription ( )This method is from 'SpreadsheetDate' class.
getMonth ( )This method is from 'SpreadsheetDate' class.
getYYYY ( )This method is from 'SpreadsheetDate' class.
hashCode ( )This method is from 'SpreadsheetDate' class.
isAfter ( SerialDate )This method is from 'SpreadsheetDate' class.
...
package org.jfree.ui
[+] BoundsAnchor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BoundsAnchor. |
[+] affected methods (3)
equals ( Object )This method is from 'BoundsAnchor' class.
hashCode ( )This method is from 'BoundsAnchor' class.
toString ( )This method is from 'BoundsAnchor' class.
[+] DateCellRenderer (1)
| Change | Effect |
---|
1 | Removed super-interface javax.swing.table.TableCellRenderer. | Recompilation of a client program may be terminated with the message: cannot find method in class DateCellRenderer. |
[+] affected methods (3)
DateCellRenderer ( )This constructor is from 'DateCellRenderer' class.
DateCellRenderer ( DateFormat )This constructor is from 'DateCellRenderer' class.
getTableCellRendererComponent ( JTable, Object, boolean, boolean, int, int )This method is from 'DateCellRenderer' class.
[+] FloatDimension (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class FloatDimension. |
[+] affected methods (12)
FloatDimension ( )This constructor is from 'FloatDimension' class.
FloatDimension ( float, float )This constructor is from 'FloatDimension' class.
FloatDimension ( FloatDimension )1st parameter 'p1' of this method has type 'FloatDimension'.
clone ( )This method is from 'FloatDimension' class.
equals ( Object )This method is from 'FloatDimension' class.
getHeight ( )This method is from 'FloatDimension' class.
getWidth ( )This method is from 'FloatDimension' class.
hashCode ( )This method is from 'FloatDimension' class.
setHeight ( double )This method is from 'FloatDimension' class.
setSize ( double, double )This method is from 'FloatDimension' class.
setWidth ( double )This method is from 'FloatDimension' class.
toString ( )This method is from 'FloatDimension' class.
...
[+] NumberCellRenderer (1)
| Change | Effect |
---|
1 | Removed super-interface javax.swing.table.TableCellRenderer. | Recompilation of a client program may be terminated with the message: cannot find method in class NumberCellRenderer. |
[+] affected methods (2)
NumberCellRenderer ( )This constructor is from 'NumberCellRenderer' class.
getTableCellRendererComponent ( JTable, Object, boolean, boolean, int, int )This method is from 'NumberCellRenderer' class.
[+] Spacer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Spacer. |
[+] affected methods (10)
Spacer ( int, double, double, double, double )This constructor is from 'Spacer' class.
equals ( Object )This method is from 'Spacer' class.
getAdjustedHeight ( double )This method is from 'Spacer' class.
getAdjustedWidth ( double )This method is from 'Spacer' class.
getBottomSpace ( double )This method is from 'Spacer' class.
getLeftSpace ( double )This method is from 'Spacer' class.
getRightSpace ( double )This method is from 'Spacer' class.
getTopSpace ( double )This method is from 'Spacer' class.
trim ( Rectangle2D )This method is from 'Spacer' class.
trimWidth ( double )This method is from 'Spacer' class.
[+] TextAnchorTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextAnchorTable. |
[+] affected methods (5)
TextAnchorTable ( )This constructor is from 'TextAnchorTable' class.
equals ( Object )This method is from 'TextAnchorTable' class.
getAnchor ( int, int )This method is from 'TextAnchorTable' class.
hashCode ( )This method is from 'TextAnchorTable' class.
setAnchor ( int, int, TextAnchor )This method is from 'TextAnchorTable' class.
package org.jfree.util
[+] ArrayUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrayUtils. |
[+] affected methods (4)
ArrayUtils ( )This constructor is from 'ArrayUtils' abstract class.
clone ( float[ ][ ] )This method is from 'ArrayUtils' abstract class.
equal ( float[ ][ ], float[ ][ ] )This method is from 'ArrayUtils' abstract class.
hasDuplicateItems ( Object[ ] )This method is from 'ArrayUtils' abstract class.
[+] BooleanList (2)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class BooleanList. |
2 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class BooleanList. |
[+] affected methods (5)
BooleanList ( )This constructor is from 'BooleanList' class.
equals ( Object )This method is from 'BooleanList' class.
getBoolean ( int )This method is from 'BooleanList' class.
hashCode ( )This method is from 'BooleanList' class.
setBoolean ( int, Boolean )This method is from 'BooleanList' class.
[+] BooleanUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BooleanUtils. |
[+] affected methods (2)
BooleanUtils ( )This constructor is from 'BooleanUtils' abstract class.
valueOf ( boolean )This method is from 'BooleanUtils' abstract class.
[+] Configuration (1)
| Change | Effect |
---|
1 | Abstract method getConfigProperties ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigProperties() in Configuration. |
[+] affected methods (14)
getGlobalConfig ( )Return value of this method has type 'Configuration'.
loadConfiguration ( )Return value of this abstract method has type 'Configuration'.
getGlobalConfig ( )Return value of this abstract method has type 'Configuration'.
findPropertyKeys ( String )This abstract method is from 'Configuration' interface.
getConfigProperty ( String )This abstract method is from 'Configuration' interface.
getConfigProperty ( String, String )This abstract method is from 'Configuration' interface.
configure ( Configuration )1st parameter 'p1' of this method has type 'Configuration'.
getConfig ( )Return value of this method has type 'Configuration'.
configure ( Configuration )1st parameter 'p1' of this method has type 'Configuration'.
configure ( Configuration )1st parameter 'p1' of this abstract method has type 'Configuration'.
configure ( Configuration )1st parameter 'p1' of this method has type 'Configuration'.
configure ( Configuration )1st parameter 'p1' of this method has type 'Configuration'.
...
[+] FontTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FontTable. |
[+] affected methods (4)
FontTable ( )This constructor is from 'FontTable' class.
equals ( Object )This method is from 'FontTable' class.
getFont ( int, int )This method is from 'FontTable' class.
setFont ( int, int, Font )This method is from 'FontTable' class.
[+] NumberTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NumberTable. |
[+] affected methods (4)
NumberTable ( )This constructor is from 'NumberTable' class.
equals ( Object )This method is from 'NumberTable' class.
getNumber ( int, int )This method is from 'NumberTable' class.
setNumber ( int, int, Number )This method is from 'NumberTable' class.
[+] NumberUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NumberUtils. |
[+] affected methods (2)
NumberUtils ( )This constructor is from 'NumberUtils' abstract class.
equal ( double, double )This method is from 'NumberUtils' abstract class.
[+] ObjectList (3)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class ObjectList. |
2 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class ObjectList. |
3 | Removed super-interface PublicCloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class ObjectList. |
[+] affected methods (5)
ObjectList ( )This constructor is from 'ObjectList' class.
ObjectList ( int )This constructor is from 'ObjectList' class.
get ( int )This method is from 'ObjectList' class.
indexOf ( Object )This method is from 'ObjectList' class.
set ( int, Object )This method is from 'ObjectList' class.
[+] ObjectUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectUtils. |
[+] affected methods (6)
ObjectUtils ( )This constructor is from 'ObjectUtils' abstract class.
clone ( Object )This method is from 'ObjectUtils' abstract class.
clone ( List )This method is from 'ObjectUtils' abstract class.
equal ( Object, Object )This method is from 'ObjectUtils' abstract class.
equalOrBothNull ( Object, Object )This method is from 'ObjectUtils' abstract class.
hashCode ( Object )This method is from 'ObjectUtils' abstract class.
[+] PaintList (2)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class PaintList. |
2 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class PaintList. |
[+] affected methods (5)
PaintList ( )This constructor is from 'PaintList' class.
equals ( Object )This method is from 'PaintList' class.
getPaint ( int )This method is from 'PaintList' class.
hashCode ( )This method is from 'PaintList' class.
setPaint ( int, Paint )This method is from 'PaintList' class.
[+] PaintTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PaintTable. |
[+] affected methods (7)
PaintTable ( )This constructor is from 'PaintTable' class.
equals ( Object )This method is from 'PaintTable' class.
getPaint ( int, int )This method is from 'PaintTable' class.
hashCode ( )This method is from 'PaintTable' class.
readSerializedData ( ObjectInputStream )This method is from 'PaintTable' class.
setPaint ( int, int, Paint )This method is from 'PaintTable' class.
writeSerializedData ( ObjectOutputStream, Object )This method is from 'PaintTable' class.
[+] PaintUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PaintUtils. |
[+] affected methods (2)
PaintUtils ( )This constructor is from 'PaintUtils' abstract class.
equal ( Paint, Paint )This method is from 'PaintUtils' abstract class.
[+] PublicCloneable (1)
| Change | Effect |
---|
1 | Added super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in java.lang.Cloneable. |
[+] affected methods (1)
clone ( )This abstract method is from 'PublicCloneable' interface.
[+] ShapeList (2)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class ShapeList. |
2 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class ShapeList. |
[+] affected methods (6)
ShapeList ( )This constructor is from 'ShapeList' class.
clone ( )This method is from 'ShapeList' class.
equals ( Object )This method is from 'ShapeList' class.
getShape ( int )This method is from 'ShapeList' class.
hashCode ( )This method is from 'ShapeList' class.
setShape ( int, Shape )This method is from 'ShapeList' class.
[+] ShapeTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShapeTable. |
[+] affected methods (7)
ShapeTable ( )This constructor is from 'ShapeTable' class.
equals ( Object )This method is from 'ShapeTable' class.
getShape ( int, int )This method is from 'ShapeTable' class.
hashCode ( )This method is from 'ShapeTable' class.
readSerializedData ( ObjectInputStream )This method is from 'ShapeTable' class.
setShape ( int, int, Shape )This method is from 'ShapeTable' class.
writeSerializedData ( ObjectOutputStream, Object )This method is from 'ShapeTable' class.
[+] ShapeUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShapeUtils. |
[+] affected methods (13)
ShapeUtils ( )This constructor is from 'ShapeUtils' abstract class.
clone ( Shape )This method is from 'ShapeUtils' abstract class.
createDiagonalCross ( float, float )This method is from 'ShapeUtils' abstract class.
createDiamond ( float )This method is from 'ShapeUtils' abstract class.
createDownTriangle ( float )This method is from 'ShapeUtils' abstract class.
createLineRegion ( Line2D, float )This method is from 'ShapeUtils' abstract class.
createRegularCross ( float, float )This method is from 'ShapeUtils' abstract class.
createUpTriangle ( float )This method is from 'ShapeUtils' abstract class.
drawRotatedShape ( Graphics2D, Shape, double, float, float )This method is from 'ShapeUtils' abstract class.
equal ( Polygon, Polygon )This method is from 'ShapeUtils' abstract class.
getPointInRectangle ( double, double, Rectangle2D )This method is from 'ShapeUtils' abstract class.
rotateShape ( Shape, double, float, float )This method is from 'ShapeUtils' abstract class.
...
[+] StrokeList (2)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class StrokeList. |
2 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class StrokeList. |
[+] affected methods (6)
StrokeList ( )This constructor is from 'StrokeList' class.
clone ( )This method is from 'StrokeList' class.
equals ( Object )This method is from 'StrokeList' class.
getStroke ( int )This method is from 'StrokeList' class.
hashCode ( )This method is from 'StrokeList' class.
setStroke ( int, Stroke )This method is from 'StrokeList' class.
[+] StrokeTable (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StrokeTable. |
[+] affected methods (7)
StrokeTable ( )This constructor is from 'StrokeTable' class.
equals ( Object )This method is from 'StrokeTable' class.
getStroke ( int, int )This method is from 'StrokeTable' class.
hashCode ( )This method is from 'StrokeTable' class.
readSerializedData ( ObjectInputStream )This method is from 'StrokeTable' class.
setStroke ( int, int, Stroke )This method is from 'StrokeTable' class.
writeSerializedData ( ObjectOutputStream, Object )This method is from 'StrokeTable' class.
package org.jfree.xml
[+] Parser (1)
| Change | Effect |
---|
1 | Removed super-interface org.jfree.util.Configuration. | Recompilation of a client program may be terminated with the message: cannot find method in class Parser. |
[+] affected methods (19)
AbstractElementDefinitionHandler ( Parser )1st parameter 'p1' of this method has type 'Parser'.
getParser ( )Return value of this method has type 'Parser'.
getParser ( )Return value of this abstract method has type 'Parser'.
Parser ( )This constructor is from 'Parser' abstract class.
characters ( char[ ], int, int )This method is from 'Parser' abstract class.
endDocument ( )This method is from 'Parser' abstract class.
endElement ( String, String, String )This method is from 'Parser' abstract class.
getComments ( )This method is from 'Parser' abstract class.
getHelperObject ( String )This method is from 'Parser' abstract class.
getInitialFactory ( )This method is from 'Parser' abstract class.
getInstance ( )This abstract method is from 'Parser' abstract class.
getResult ( )This abstract method is from 'Parser' abstract class.
...
package org.jfree.xml.parser
[+] AbstractXmlReadHandler (2)
| Change | Effect |
---|
1 | Access level of field rootHandler has been changed from protected to private. | Recompilation of a client program may be terminated with the message: rootHandler has private access in AbstractXmlReadHandler. |
2 | Access level of field tagName has been changed from protected to private. | Recompilation of a client program may be terminated with the message: tagName has private access in AbstractXmlReadHandler. |
[+] affected methods (10)
AbstractXmlReadHandler ( )This constructor is from 'AbstractXmlReadHandler' abstract class.
characters ( char[ ], int, int )This method is from 'AbstractXmlReadHandler' abstract class.
doneParsing ( )This method is from 'AbstractXmlReadHandler' abstract class.
endElement ( String )This method is from 'AbstractXmlReadHandler' abstract class.
getHandlerForChild ( String, Attributes )This method is from 'AbstractXmlReadHandler' abstract class.
getRootHandler ( )This method is from 'AbstractXmlReadHandler' abstract class.
getTagName ( )This method is from 'AbstractXmlReadHandler' abstract class.
init ( RootXmlReadHandler, String )This method is from 'AbstractXmlReadHandler' abstract class.
startElement ( String, Attributes )This method is from 'AbstractXmlReadHandler' abstract class.
startParsing ( Attributes )This method is from 'AbstractXmlReadHandler' abstract class.
to the top
Problems with Methods, High Severity (19)
jcommon-0.9.7.jar, AbstractBoot
package org.jfree.base
[+] AbstractBoot.AbstractBoot ( ) (1)
[mangled: org/jfree/base/AbstractBoot."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: AbstractBoot() has protected access in org.jfree.base.AbstractBoot. |
jcommon-0.9.7.jar, AnnualDateRule
package org.jfree.date
[+] AnnualDateRule.AnnualDateRule ( ) (1)
[mangled: org/jfree/date/AnnualDateRule."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: AnnualDateRule() has protected access in org.jfree.date.AnnualDateRule. |
jcommon-0.9.7.jar, ArrayUtilities
package org.jfree.util
[+] ArrayUtilities.ArrayUtilities ( ) (1)
[mangled: org/jfree/util/ArrayUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: ArrayUtilities() has private access in org.jfree.util.ArrayUtilities. |
jcommon-0.9.7.jar, Base64
package org.jfree.xml.util
[+] Base64.Base64 ( ) (1)
[mangled: org/jfree/xml/util/Base64."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: Base64() has private access in org.jfree.xml.util.Base64. |
jcommon-0.9.7.jar, BasicTypeSupport
package org.jfree.xml.util
[+] BasicTypeSupport.BasicTypeSupport ( ) (1)
[mangled: org/jfree/xml/util/BasicTypeSupport."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: BasicTypeSupport() has private access in org.jfree.xml.util.BasicTypeSupport. |
jcommon-0.9.7.jar, BooleanUtilities
package org.jfree.util
[+] BooleanUtilities.BooleanUtilities ( ) (1)
[mangled: org/jfree/util/BooleanUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: BooleanUtilities() has private access in org.jfree.util.BooleanUtilities. |
jcommon-0.9.7.jar, DateUtilities
package org.jfree.date
[+] DateUtilities.DateUtilities ( ) (1)
[mangled: org/jfree/date/DateUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: DateUtilities() has private access in org.jfree.date.DateUtilities. |
jcommon-0.9.7.jar, DefaultLog
package org.jfree.base.log
[+] DefaultLog.DefaultLog ( ) (1)
[mangled: org/jfree/base/log/DefaultLog."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: DefaultLog() has protected access in org.jfree.base.log.DefaultLog. |
jcommon-0.9.7.jar, FileUtilities
package org.jfree.io
[+] FileUtilities.FileUtilities ( ) (1)
[mangled: org/jfree/io/FileUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: FileUtilities() has private access in org.jfree.io.FileUtilities. |
jcommon-0.9.7.jar, IOUtils
package org.jfree.io
[+] IOUtils.IOUtils ( ) (1)
[mangled: org/jfree/io/IOUtils."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: IOUtils() has private access in org.jfree.io.IOUtils. |
jcommon-0.9.7.jar, PaintUtilities
package org.jfree.util
[+] PaintUtilities.PaintUtilities ( ) (1)
[mangled: org/jfree/util/PaintUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: PaintUtilities() has private access in org.jfree.util.PaintUtilities. |
jcommon-0.9.7.jar, PrintBeanInfo
package org.jfree.xml.generator.model
[+] PrintBeanInfo.PrintBeanInfo ( ) (1)
[mangled: org/jfree/xml/generator/model/PrintBeanInfo."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: PrintBeanInfo() has private access in org.jfree.xml.generator.model.PrintBeanInfo. |
jcommon-0.9.7.jar, SerialDate
package org.jfree.date
[+] SerialDate.SerialDate ( ) (1)
[mangled: org/jfree/date/SerialDate."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: SerialDate() has protected access in org.jfree.date.SerialDate. |
jcommon-0.9.7.jar, SerialUtilities
package org.jfree.io
[+] SerialUtilities.SerialUtilities ( ) (1)
[mangled: org/jfree/io/SerialUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: SerialUtilities() has private access in org.jfree.io.SerialUtilities. |
jcommon-0.9.7.jar, ShapeUtilities
package org.jfree.util
[+] ShapeUtilities.ShapeUtilities ( ) (1)
[mangled: org/jfree/util/ShapeUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: ShapeUtilities() has private access in org.jfree.util.ShapeUtilities. |
jcommon-0.9.7.jar, StringUtils
package org.jfree.util
[+] StringUtils.StringUtils ( ) (1)
[mangled: org/jfree/util/StringUtils."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: StringUtils() has private access in org.jfree.util.StringUtils. |
jcommon-0.9.7.jar, SystemProperties
package org.jfree.ui.about
[+] SystemProperties.SystemProperties ( ) (1)
[mangled: org/jfree/ui/about/SystemProperties."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: SystemProperties() has private access in org.jfree.ui.about.SystemProperties. |
jcommon-0.9.7.jar, TextUtilities
package org.jfree.text
[+] TextUtilities.TextUtilities ( ) (1)
[mangled: org/jfree/text/TextUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: TextUtilities() has private access in org.jfree.text.TextUtilities. |
jcommon-0.9.7.jar, UIUtilities
package org.jfree.ui
[+] UIUtilities.UIUtilities ( ) (1)
[mangled: org/jfree/ui/UIUtilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: UIUtilities() has private access in org.jfree.ui.UIUtilities. |
to the top
Problems with Data Types, Medium Severity (4)
jcommon-0.9.7.jar
package org.jfree.ui
[+] FontDisplayField (1)
| Change | Effect |
---|
1 | Field localizationResources became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable localizationResources. |
[+] affected methods (3)
FontDisplayField ( Font )This constructor is from 'FontDisplayField' class.
getDisplayFont ( )This method is from 'FontDisplayField' class.
setDisplayFont ( Font )This method is from 'FontDisplayField' class.
[+] StandardDialog (1)
| Change | Effect |
---|
1 | Field localizationResources became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable localizationResources. |
[+] affected methods (5)
StandardDialog ( Dialog, String, boolean )This constructor is from 'StandardDialog' class.
StandardDialog ( Frame, String, boolean )This constructor is from 'StandardDialog' class.
actionPerformed ( ActionEvent )This method is from 'StandardDialog' class.
createButtonPanel ( )This method is from 'StandardDialog' class.
isCancelled ( )This method is from 'StandardDialog' class.
package org.jfree.xml
[+] Parser (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.xml.sax.helpers.DefaultHandler to FrontendDefaultHandler. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Parser. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (19)
AbstractElementDefinitionHandler ( Parser )1st parameter 'p1' of this method has type 'Parser'.
getParser ( )Return value of this method has type 'Parser'.
getParser ( )Return value of this abstract method has type 'Parser'.
Parser ( )This constructor is from 'Parser' abstract class.
characters ( char[ ], int, int )This method is from 'Parser' abstract class.
endDocument ( )This method is from 'Parser' abstract class.
endElement ( String, String, String )This method is from 'Parser' abstract class.
getComments ( )This method is from 'Parser' abstract class.
getHelperObject ( String )This method is from 'Parser' abstract class.
getInitialFactory ( )This method is from 'Parser' abstract class.
getInstance ( )This abstract method is from 'Parser' abstract class.
getResult ( )This abstract method is from 'Parser' abstract class.
...
package org.jfree.xml.parser
[+] RootXmlReadHandler (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.xml.sax.helpers.DefaultHandler to org.jfree.xml.FrontendDefaultHandler. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in RootXmlReadHandler. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (28)
AbstractXmlReadHandler ( )This constructor is from 'RootXmlReadHandler' abstract class.
characters ( char[ ], int, int )This method is from 'RootXmlReadHandler' abstract class.
doneParsing ( )This method is from 'RootXmlReadHandler' abstract class.
endElement ( String )This method is from 'RootXmlReadHandler' abstract class.
getHandlerForChild ( String, Attributes )This method is from 'RootXmlReadHandler' abstract class.
getRootHandler ( )This method is from 'RootXmlReadHandler' abstract class.
getTagName ( )This method is from 'RootXmlReadHandler' abstract class.
init ( RootXmlReadHandler, String )1st parameter 'p1' of this method has type 'RootXmlReadHandler'.
startElement ( String, Attributes )This method is from 'RootXmlReadHandler' abstract class.
startParsing ( Attributes )This method is from 'RootXmlReadHandler' abstract class.
RootXmlReadHandler ( )This constructor is from 'RootXmlReadHandler' abstract class.
addManualMapping ( Class, Class )This method is from 'RootXmlReadHandler' abstract class.
...
to the top
Problems with Methods, Medium Severity (4)
jcommon-0.9.7.jar, AbstractBoot
package org.jfree.base
[+] AbstractBoot.isBootDone ( ) : boolean (1)
[mangled: org/jfree/base/AbstractBoot.isBootDone:()Z]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: isBootDone() in client class C cannot override isBootDone() in AbstractBoot; overridden method is final. |
[+] AbstractBoot.isBootInProgress ( ) : boolean (1)
[mangled: org/jfree/base/AbstractBoot.isBootInProgress:()Z]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: isBootInProgress() in client class C cannot override isBootInProgress() in org.jfree.base.AbstractBoot; overridden method is final. |
jcommon-0.9.7.jar, AbstractXmlReadHandler
package org.jfree.xml.parser
[+] AbstractXmlReadHandler.startParsing ( Attributes p1 ) : void (1)
[mangled: org/jfree/xml/parser/AbstractXmlReadHandler.startParsing:(Lorg/xml/sax/Attributes;)V]
| Change | Effect |
---|
1 | Added org.jfree.xml.parser.XmlReaderException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.jfree.xml.parser.XmlReaderException must be caught or declared to be thrown. |
jcommon-0.9.7.jar, SerialUtilities
package org.jfree.io
[+] SerialUtilities.readPoint2D ( ObjectInputStream p1 ) [static] : Point2D (1)
[mangled: org/jfree/io/SerialUtilities.readPoint2D:(Ljava/io/ObjectInputStream;)Ljava/awt/geom/Point2D;]
| Change | Effect |
---|
1 | Removed java.lang.ClassNotFoundException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override readPoint2D(ObjectInputStream) in org.jfree.io.SerialUtilities; overridden method does not throw java.lang.ClassNotFoundException. |
to the top
Problems with Methods, Low Severity (2)
jcommon-0.9.7.jar, AbstractBoot
package org.jfree.base
[+] AbstractBoot.isBootDone ( ) : boolean (1)
[mangled: org/jfree/base/AbstractBoot.isBootDone:()Z]
| Change | Effect |
---|
1 | Method became synchronized.
| A multi-threaded client program may change behavior. |
[+] AbstractBoot.isBootInProgress ( ) : boolean (1)
[mangled: org/jfree/base/AbstractBoot.isBootInProgress:()Z]
| Change | Effect |
---|
1 | Method became synchronized.
| A multi-threaded client program may change behavior. |
to the top
Other Changes in Data Types (2)
jcommon-0.9.7.jar
package com.keypoint
[+] PngEncoder (1)
| Change | Effect |
---|
1 | Field PHYS has been added to this class. | No effect. NOTE: 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 PHYS is ambiguous. |
[+] affected methods (25)
PngEncoder ( )This constructor is from 'PngEncoder' class.
PngEncoder ( Image )This constructor is from 'PngEncoder' class.
PngEncoder ( Image, boolean )This constructor is from 'PngEncoder' class.
PngEncoder ( Image, boolean, int )This constructor is from 'PngEncoder' class.
PngEncoder ( Image, boolean, int, int )This constructor is from 'PngEncoder' class.
filterSub ( byte[ ], int, int )This method is from 'PngEncoder' class.
filterUp ( byte[ ], int, int )This method is from 'PngEncoder' class.
getCompressionLevel ( )This method is from 'PngEncoder' class.
getEncodeAlpha ( )This method is from 'PngEncoder' class.
getFilter ( )This method is from 'PngEncoder' class.
pngEncode ( )This method is from 'PngEncoder' class.
pngEncode ( boolean )This method is from 'PngEncoder' class.
...
package org.jfree.ui
[+] RectangleInsets (1)
| Change | Effect |
---|
1 | Field ZERO_INSETS has been added to this class. | No effect. NOTE: 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 ZERO_INSETS is ambiguous. |
[+] affected methods (11)
RectangleInsets ( UnitType, double, double, double, double )This constructor is from 'RectangleInsets' class.
createInsetRectangle ( Rectangle2D )This method is from 'RectangleInsets' class.
createInsetRectangle ( Rectangle2D, boolean, boolean )This method is from 'RectangleInsets' class.
createOutsetRectangle ( Rectangle2D )This method is from 'RectangleInsets' class.
createOutsetRectangle ( Rectangle2D, boolean, boolean )This method is from 'RectangleInsets' class.
equals ( Object )This method is from 'RectangleInsets' class.
getBottom ( )This method is from 'RectangleInsets' class.
getLeft ( )This method is from 'RectangleInsets' class.
getRight ( )This method is from 'RectangleInsets' class.
getTop ( )This method is from 'RectangleInsets' class.
getUnitType ( )This method is from 'RectangleInsets' class.
...
to the top
Java ARchives (1)
jcommon-0.9.7.jar
to the top