Binary compatibility report for the JCommon library between 1.0.4 and 1.0.5 versions
Test Info
Library Name | JCommon |
Version #1 | 1.0.4 |
Version #2 | 1.0.5 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 2035 / 328 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 5 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (5)
jcommon-1.0.5.jar, DrawablePanel.class
package org.jfree.ui
DrawablePanel.DrawablePanel ( )
[mangled: org/jfree/ui/DrawablePanel."<init>":()V]
DrawablePanel.getDrawable ( ) : Drawable
[mangled: org/jfree/ui/DrawablePanel.getDrawable:()Lorg/jfree/ui/Drawable;]
DrawablePanel.isOpaque ( ) : boolean
[mangled: org/jfree/ui/DrawablePanel.isOpaque:()Z]
DrawablePanel.paintComponent ( Graphics g ) : void
[mangled: org/jfree/ui/DrawablePanel.paintComponent:(Ljava/awt/Graphics;)V]
DrawablePanel.setDrawable ( Drawable drawable ) : void
[mangled: org/jfree/ui/DrawablePanel.setDrawable:(Lorg/jfree/ui/Drawable;)V]
to the top
Java ARchives (2)
jcommon-1.0.4.jar
jcommon-xml-1.0.4.jar
to the top