Source compatibility report for the library SkinLF from version 1.2.8.20040507 to 1.2.12.20051009
Summary
2 |
132 |
995 / 130 |
Incompatible |
Problem Summary
Added Methods (10)
nativeskin.jar, OS.class
package com.l2fprod.util
OS.isOneDotFourOrMore ( ) [static]:boolean
[ run-time name: com/l2fprod/util/OS.isOneDotFourOrMore:()Z ]
skinlf.jar, ColorFillFilter.class
package com.l2fprod.util
ColorFillFilter.filter ( java.awt.image.BufferedImage src, java.awt.image.BufferedImage dest ):void
[ run-time name: com/l2fprod/util/ColorFillFilter.filter:(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)V ]
skinlf.jar, IncorrectVersionException.class
package com.l2fprod.gui.plaf.skin
IncorrectVersionException.checkRequiredVersion ( String current, String required ) [static]:void
[ run-time name: com/l2fprod/gui/plaf/skin/IncorrectVersionException.checkRequiredVersion:(Ljava/lang/String;Ljava/lang/String;)V ]
skinlf.jar, IniFile.class
package com.l2fprod.util
IniFile.getKeyBooleanValue ( String section, String key, boolean defaultValue ):boolean
[ run-time name: com/l2fprod/util/IniFile.getKeyBooleanValue:(Ljava/lang/String;Ljava/lang/String;Z)Z ]
skinlf.jar, SkinComboBoxUI.class
package com.l2fprod.gui.plaf.skin
SkinComboBoxUI.createPropertyChangeListener ( ):java.beans.PropertyChangeListener
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.createPropertyChangeListener:()Ljava/beans/PropertyChangeListener; ]
skinlf.jar, SkinFileChooserUI.class
package com.l2fprod.gui.plaf.skin
SkinFileChooserUI.getFileView ( javax.swing.JFileChooser fc ):javax.swing.filechooser.FileView
[ run-time name: com/l2fprod/gui/plaf/skin/SkinFileChooserUI.getFileView:(Ljavax/swing/JFileChooser;)Ljavax/swing/filechooser/FileView; ]
skinlf.jar, SkinLookAndFeel.class
package com.l2fprod.gui.plaf.skin
SkinLookAndFeel.date ( ) [static]:String
[ run-time name: com/l2fprod/gui/plaf/skin/SkinLookAndFeel.date:()Ljava/lang/String; ]
skinlf.jar, WindowUtils.class
package com.l2fprod.util
WindowUtils.getWindowButton ( javax.swing.JDialog window, String name ) [static]:javax.swing.JButton
[ run-time name: com/l2fprod/util/WindowUtils.getWindowButton:(Ljavax/swing/JDialog;Ljava/lang/String;)Ljavax/swing/JButton; ]
WindowUtils.getWindowButton ( javax.swing.JFrame window, String name ) [static]:javax.swing.JButton
[ run-time name: com/l2fprod/util/WindowUtils.getWindowButton:(Ljavax/swing/JFrame;Ljava/lang/String;)Ljavax/swing/JButton; ]
WindowUtils.getWindowButton ( javax.swing.JRootPane rootPane, String name ) [static]:javax.swing.JButton
[ run-time name: com/l2fprod/util/WindowUtils.getWindowButton:(Ljavax/swing/JRootPane;Ljava/lang/String;)Ljavax/swing/JButton; ]
to the top
Removed Methods (11)
skinlf.jar, ColorMaskFilter.class
package com.l2fprod.util
ColorMaskFilter.ColorMaskFilter ( java.awt.Color mask )
[ run-time name: com/l2fprod/util/ColorMaskFilter."<init>":(Ljava/awt/Color;)V ]
ColorMaskFilter.filterRGB ( int x, int y, int pixel ):int
[ run-time name: com/l2fprod/util/ColorMaskFilter.filterRGB:(III)I ]
skinlf.jar, HSBFilter.class
package com.l2fprod.util
HSBFilter.filterRGB ( int x, int y, int rgb ):int
[ run-time name: com/l2fprod/util/HSBFilter.filterRGB:(III)I ]
HSBFilter.HSBFilter ( java.awt.Color fg )
[ run-time name: com/l2fprod/util/HSBFilter."<init>":(Ljava/awt/Color;)V ]
skinlf.jar, SkinFileChooserUI.class
package com.l2fprod.gui.plaf.skin
SkinFileChooserUI.installComponents ( javax.swing.JFileChooser fc ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinFileChooserUI.installComponents:(Ljavax/swing/JFileChooser;)V ]
skinlf.jar, SkinWindowButton.class
package com.l2fprod.gui.plaf.skin
SkinWindowButton.getIcon ( ):javax.swing.Icon
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.getIcon:()Ljavax/swing/Icon; ]
SkinWindowButton.getRolloverIcon ( ):javax.swing.Icon
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.getRolloverIcon:()Ljavax/swing/Icon; ]
SkinWindowButton.isSelected ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.isSelected:()Z ]
SkinWindowButton.setNoFocusIcon ( javax.swing.Icon icon ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.setNoFocusIcon:(Ljavax/swing/Icon;)V ]
SkinWindowButton.setNoFocusRolloverIcon ( javax.swing.Icon icon ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.setNoFocusRolloverIcon:(Ljavax/swing/Icon;)V ]
SkinWindowButton.setWindow ( Window window ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.setWindow:(Lcom/l2fprod/gui/plaf/skin/Window;)V ]
to the top
Problems with Data Types, High risk (2)
skinlf.jar
package com.l2fprod.util
[+] ColorMaskFilter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ColorMaskFilter. |
[+] affected methods (2)
ColorMaskFilter.ColorMaskFilter ( java.awt.Color mask ):
This constructor is from 'ColorMaskFilter' class.
ColorMaskFilter.filterRGB ( int x, int y, int pixel ):
This method is from 'ColorMaskFilter' class.
[+] HSBFilter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HSBFilter. |
[+] affected methods (2)
HSBFilter.filterRGB ( int x, int y, int rgb ):
This method is from 'HSBFilter' class.
HSBFilter.HSBFilter ( java.awt.Color fg ):
This constructor is from 'HSBFilter' class.
to the top
Problems with Methods, Medium risk (7)
skinlf.jar, IniFile
package com.l2fprod.util
[+] IniFile.IniFile ( java.io.InputStream input ) (1)
[ run-time name: com/l2fprod/util/IniFile."<init>":(Ljava/io/InputStream;)V ]
|
Removed java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override IniFile(java.io.InputStream) in com.l2fprod.util.IniFile; overridden method does not throw java.io.IOException. |
skinlf.jar, SkinLookAndFeel
package com.l2fprod.gui.plaf.skin
[+] SkinLookAndFeel.checkRequiredVersion ( String required ) [static]:void (2)
[ run-time name: com/l2fprod/gui/plaf/skin/SkinLookAndFeel.checkRequiredVersion:(Ljava/lang/String;)V ]
|
Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override checkRequiredVersion(java.lang.String) in com.l2fprod.gui.plaf.skin.SkinLookAndFeel; overridden method does not throw java.lang.Exception. |
Added com.l2fprod.gui.plaf.skin.IncorrectVersionException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception com.l2fprod.gui.plaf.skin.IncorrectVersionException must be caught or declared to be thrown. |
skinlf.jar, ZipResourceLoader
package com.l2fprod.util
[+] ZipResourceLoader.ZipResourceLoader ( java.io.InputStream p_JarStream ) (2)
[ run-time name: com/l2fprod/util/ZipResourceLoader."<init>":(Ljava/io/InputStream;)V ]
|
Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override ZipResourceLoader(java.io.InputStream) in ZipResourceLoader; overridden method does not throw java.lang.Exception. |
Added java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
[+] ZipResourceLoader.ZipResourceLoader ( java.net.URL p_JarUrl ) (2)
[ run-time name: com/l2fprod/util/ZipResourceLoader."<init>":(Ljava/net/URL;)V ]
|
Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override ZipResourceLoader(java.net.URL) in com.l2fprod.util.ZipResourceLoader; overridden method does not throw java.lang.Exception. |
Added java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
to the top
Java ARchives (2)
nativeskin.jar
skinlf.jar
to the top
Classes (132)
AbstractSkin.class
AbstractSkinButton.class
AbstractSkinComponent.class
AbstractSkinFrame.class
AbstractSkinPersonality.class
AbstractSkinProgress.class
AbstractSkinScrollbar.class
AbstractSkinSeparator.class
AbstractSkinSlider.class
AbstractSkinSplitPane.class
AbstractSkinTab.class
AccessUtils.class
ActiveBorder.class
ArrowButton.class
ArrowIcon.class
ASCII_UCodeESC_CharStream.class
ColorFillFilter.class
ColorMaskFilter.class
CompoundSkin.class
CustomImageObserver.class
DefaultButton.class
GtkBorder.class
GtkButton.class
GtkClass.class
GtkDefaultButton.class
GtkEngine.class
GtkImage.class
GtkListCellRenderer.class
GtkParser.class
GtkParserConstants.class
GtkParserTokenManager.class
GtkPersonality.class
GtkProgress.class
GtkProps.class
GtkScrollbar.class
GtkSeparator.class
GtkSkin.class
GtkSkinNotFoundException.class
GtkSlider.class
GtkSplitPane.class
GtkStyle.class
GtkTab.class
GtkTableHeaderRenderer.class
GtkUtils.class
HSBFilter.class
ImageRegion.class
ImageUtils.class
IncorrectVersionException.class
IniFile.class
KdeFrame.class
KdeFrameBorder.class
KdePersonality.class
KdeSkin.class
LazyTable.class
LineBorder.class
LinuxLookAndFeel.class
MsStylesToSkinLF.class
NativeConstants.class
NativeSkin.class
OS.class
PanelArtistUtilities.class
ParseException.class
Region.class
RegionBuilder.class
Skin.class
SkinApplet.class
SkinArrowButton.class
SkinButton.class
SkinButtonUI.class
SkinCheckBoxIcon.class
SkinCheckBoxMenuItemUI.class
SkinCheckBoxUI.class
SkinChooser.class
SkinComboBoxRenderer.class
SkinComboBoxUI.class
SkinComponent.class
SkinDesktopIconUI.class
SkinDesktopPaneUI.class
SkinFileChooserUI.class
SkinFrame.class
SkinInternalFrameUI.class
Skinit.class
SkinListUI.class
SkinLookAndFeel.class
SkinMenuBarUI.class
SkinMenuItemUI.class
SkinMenuUI.class
SkinOptionPaneUI.class
SkinPanelUI.class
SkinPersonality.class
SkinPopupMenuUI.class
SkinPreviewWindow.class
SkinProgress.class
SkinProgressBarUI.class
SkinRadioButtonMenuItemUI.class
SkinRadioButtonUI.class
SkinRootPaneUI.class
SkinScrollbar.class
SkinScrollBarUI.class
SkinSeparator.class
SkinSeparatorUI.class
SkinSlider.class
SkinSliderUI.class
SkinSplitArrowButton.class
SkinSplitPane.class
SkinSplitPaneDivider.class
SkinSplitPaneUI.class
SkinTab.class
SkinTabbedPaneUI.class
SkinTableHeaderUI.class
SkinTitlePane.class
SkinToggleButtonUI.class
SkinToolBarUI.class
SkinToolTipUI.class
SkinTreeUI.class
SkinUtils.class
SkinWindowButton.class
SkinWindowButtonUI.class
StringUtils.class
ThemeConverter.class
Token.class
TokenMgrError.class
Win32NativeSkin.class
Win32Region.class
Window.class
WindowSnapping.class
WindowUtils.class
X11NativeSkin.class
XMLElement.class
XMLParseException.class
XTraScrollBarUI.class
ZipResourceLoader.class
to the top
Generated on Mon Dec 13 13:54:14 2010 for SkinLF by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API