Binary compatibility report for the PrimeFaces library between 3.5.20121225.115843.6 and 3.5.20121226.211329.7 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20121225.115843.6 |
Version #2 | 3.5.20121226.211329.7 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5935 / 620 |
---|
Verdict | Incompatible (0.02%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 7 |
---|
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 | - | 2 |
Added Methods (7)
primefaces-3.5-20121226.211329-7.jar, ComponentUtils.class
package org.primefaces.util
ComponentUtils.considerEmptyStringAsNull ( javax.faces.context.FacesContext context ) [static] : boolean
[run-time name: org/primefaces/util/ComponentUtils.considerEmptyStringAsNull:(Ljavax/faces/context/FacesContext;)Z]
primefaces-3.5-20121226.211329-7.jar, PickList.class
package org.primefaces.component.picklist
PickList.isShowCheckbox ( ) : boolean
[run-time name: org/primefaces/component/picklist/PickList.isShowCheckbox:()Z]
PickList.setShowCheckbox ( boolean _showCheckbox ) : void
[run-time name: org/primefaces/component/picklist/PickList.setShowCheckbox:(Z)V]
primefaces-3.5-20121226.211329-7.jar, PickListRenderer.class
package org.primefaces.component.picklist
PickListRenderer.encodeCheckbox ( javax.faces.context.FacesContext context, PickList list ) : void
[run-time name: org/primefaces/component/picklist/PickListRenderer.encodeCheckbox:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/picklist/PickList;)V]
primefaces-3.5-20121226.211329-7.jar, SelectCheckboxMenu.class
package org.primefaces.component.selectcheckboxmenu
SelectCheckboxMenu.getDefaultEventName ( ) : String
[run-time name: org/primefaces/component/selectcheckboxmenu/SelectCheckboxMenu.getDefaultEventName:()Ljava/lang/String;]
SelectCheckboxMenu.getEventNames ( ) : java.util.Collection
[run-time name: org/primefaces/component/selectcheckboxmenu/SelectCheckboxMenu.getEventNames:()Ljava/util/Collection;]
SelectCheckboxMenu.queueEvent ( javax.faces.event.FacesEvent event ) : void
[run-time name: org/primefaces/component/selectcheckboxmenu/SelectCheckboxMenu.queueEvent:(Ljavax/faces/event/FacesEvent;)V]
to the top
Removed Methods (1)
primefaces-3.5-20121225.115843-6.jar, ComponentUtils.class
package org.primefaces.util
ComponentUtils.getStringValueToRender ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Object value ) [static] : String
[run-time name: org/primefaces/util/ComponentUtils.getStringValueToRender:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;Ljava/lang/Object;)Ljava/lang/String;]
to the top
Other Changes in Data Types (2)
primefaces-3.5-20121225.115843-6.jar
package org.primefaces.component.picklist
[+] PickList.PropertyKeys (1)
| Change | Effect |
---|
1 | Field showCheckbox 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)
PickList.PropertyKeys.toString ( )This method is from 'PickList.PropertyKeys' class.
PickList.PropertyKeys.valueOf ( String name )This method is from 'PickList.PropertyKeys' class.
PickList.PropertyKeys.values ( )This method is from 'PickList.PropertyKeys' class.
package org.primefaces.util
[+] Constants (1)
| Change | Effect |
---|
1 | Field INTERPRET_EMPTY_STRING_AS_NULL 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 (1)
Constants.Constants ( )This constructor is from 'Constants' class.
to the top
Java ARchives (1)
primefaces-3.5-20121225.115843-6.jar
to the top
Generated on Thu Dec 27 08:06:51 2012 for PrimeFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API