Binary compatibility report for the RichFaces library between 4.3.2 and 4.3.3 versions
Test Info
Library Name | RichFaces |
Version #1 | 4.3.2 |
Version #2 | 4.3.3 |
Test Results
Total Java ARchives | 6 |
---|
Total Methods / Classes | 10259 / 1222 |
---|
Verdict | Incompatible (0.03%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 2 |
---|
Removed Methods | High | 3 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (2)
richfaces-core-impl-4.3.3.Final.jar, LookAheadObjectInputStream.class
package org.richfaces.util
LookAheadObjectInputStream.LookAheadObjectInputStream ( java.io.InputStream in )
[run-time name: org/richfaces/util/LookAheadObjectInputStream."<init>":(Ljava/io/InputStream;)V]
LookAheadObjectInputStream.resolveClass ( java.io.ObjectStreamClass desc ) : Class
[run-time name: org/richfaces/util/LookAheadObjectInputStream.resolveClass:(Ljava/io/ObjectStreamClass;)Ljava/lang/Class;]
to the top
Removed Methods (3)
richfaces-core-impl-4.3.2.Final.jar, ObjectInputStreamImpl.class
package org.richfaces.util
ObjectInputStreamImpl.ObjectInputStreamImpl ( )
[run-time name: org/richfaces/util/ObjectInputStreamImpl."<init>":()V]
ObjectInputStreamImpl.ObjectInputStreamImpl ( java.io.InputStream in )
[run-time name: org/richfaces/util/ObjectInputStreamImpl."<init>":(Ljava/io/InputStream;)V]
ObjectInputStreamImpl.resolveClass ( java.io.ObjectStreamClass desc ) : Class
[run-time name: org/richfaces/util/ObjectInputStreamImpl.resolveClass:(Ljava/io/ObjectStreamClass;)Ljava/lang/Class;]
to the top
Problems with Data Types, High Severity (1)
richfaces-core-impl-4.3.2.Final.jar
package org.richfaces.util
[+] ObjectInputStreamImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ObjectInputStreamImpl.ObjectInputStreamImpl ( )This constructor is from 'ObjectInputStreamImpl' class.
ObjectInputStreamImpl.ObjectInputStreamImpl ( java.io.InputStream in )This constructor is from 'ObjectInputStreamImpl' class.
ObjectInputStreamImpl.resolveClass ( java.io.ObjectStreamClass desc )This method is from 'ObjectInputStreamImpl' class.
to the top
Java ARchives (6)
richfaces-archetype-kitchensink.jar
richfaces-archetype-simpleapp.jar
richfaces-components-api-4.3.2.Final.jar
richfaces-components-ui-4.3.2.Final.jar
richfaces-core-api-4.3.2.Final.jar
richfaces-core-impl-4.3.2.Final.jar
to the top
Generated on Wed Jul 17 08:13:42 2013 for RichFaces by Java API Compliance Checker 1.3.1
A tool for checking backward compatibility of a Java library API