Binary compatibility report for the PrimeFaces library between 3.5.20121031.134559.3 and 3.5.20121101.200915.4 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20121031.134559.3 |
Version #2 | 3.5.20121101.200915.4 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5840 / 622 |
---|
Verdict | Incompatible (0.02%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 3 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods (3)
primefaces-3.5-20121101.200915-4.jar, AjaxBehaviorListenerImpl.class
package org.primefaces.component.behavior.ajax
AjaxBehaviorListenerImpl.AjaxBehaviorListenerImpl ( javax.el.MethodExpression listener, javax.el.MethodExpression listenerWithArg )
[run-time name: org/primefaces/component/behavior/ajax/AjaxBehaviorListenerImpl."<init>":(Ljavax/el/MethodExpression;Ljavax/el/MethodExpression;)V]
primefaces-3.5-20121101.200915-4.jar, LightBox.class
package org.primefaces.component.lightbox
LightBox.getIframeTitle ( ) : String
[run-time name: org/primefaces/component/lightbox/LightBox.getIframeTitle:()Ljava/lang/String;]
LightBox.setIframeTitle ( String _iframeTitle ) : void
[run-time name: org/primefaces/component/lightbox/LightBox.setIframeTitle:(Ljava/lang/String;)V]
to the top
Removed Methods (1)
primefaces-3.5-20121031.134559-3.jar, AjaxBehaviorListenerImpl.class
package org.primefaces.component.behavior.ajax
AjaxBehaviorListenerImpl.AjaxBehaviorListenerImpl ( javax.el.MethodExpression listener )
[run-time name: org/primefaces/component/behavior/ajax/AjaxBehaviorListenerImpl."<init>":(Ljavax/el/MethodExpression;)V]
to the top
Other Changes in Data Types (1)
primefaces-3.5-20121031.134559-3.jar
package org.primefaces.component.lightbox
[+] LightBox.PropertyKeys (1)
| Change | Effect |
---|
1 | Field iframeTitle 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
LightBox.PropertyKeys.toString ( )This method is from 'LightBox.PropertyKeys' class.
LightBox.PropertyKeys.valueOf ( String name )Return value of this method has type 'LightBox.PropertyKeys'.
LightBox.PropertyKeys.values ( )This method is from 'LightBox.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-3.5-20121031.134559-3.jar
to the top
Generated on Fri Nov 2 08:08:36 2012 for PrimeFaces by Java API Compliance Checker 1.2.1
A tool for checking backward compatibility of a Java library API