Binary compatibility report for the JCommon library between 1.0.19 and 1.0.20 versions
Test Info
Library Name | JCommon |
Version #1 | 1.0.19 |
Version #2 | 1.0.20 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 2074 / 332 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 8 |
---|
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 (8)
jcommon-1.0.20.jar, TextAnchor.class
package org.jfree.ui
TextAnchor.isBaseline ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isBaseline:()Z]
TextAnchor.isBottom ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isBottom:()Z]
TextAnchor.isHalfAscent ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isHalfAscent:()Z]
TextAnchor.isHorizontalCenter ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isHorizontalCenter:()Z]
TextAnchor.isLeft ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isLeft:()Z]
TextAnchor.isRight ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isRight:()Z]
TextAnchor.isTop ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isTop:()Z]
TextAnchor.isVerticalCenter ( ) : boolean
[mangled: org/jfree/ui/TextAnchor.isVerticalCenter:()Z]
to the top
Java ARchives (2)
jcommon-1.0.19.jar
jcommon-xml-1.0.19.jar
to the top