Source compatibility report for the PrimeFaces library between 3.5.20121220.080107.3 and 3.5.20121224.200345.4 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20121220.080107.3 |
Version #2 | 3.5.20121224.200345.4 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5931 / 622 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 10 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 3 |
Added Methods (10)
primefaces-3.5-20121224.200345-4.jar, AccordionPanel.class
package org.primefaces.component.accordionpanel
AccordionPanel.isRTL ( ) : boolean
[run-time name: org/primefaces/component/accordionpanel/AccordionPanel.isRTL:()Z]
primefaces-3.5-20121224.200345-4.jar, ComponentUtils.class
package org.primefaces.util
ComponentUtils.isRTL ( javax.faces.context.FacesContext context, org.primefaces.component.api.RTLAware component ) [static] : boolean
[run-time name: org/primefaces/util/ComponentUtils.isRTL:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/api/RTLAware;)Z]
primefaces-3.5-20121224.200345-4.jar, ConfirmDialog.class
package org.primefaces.component.confirmdialog
ConfirmDialog.isRTL ( ) : boolean
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.isRTL:()Z]
primefaces-3.5-20121224.200345-4.jar, Dialog.class
package org.primefaces.component.dialog
Dialog.isRTL ( ) : boolean
[run-time name: org/primefaces/component/dialog/Dialog.isRTL:()Z]
primefaces-3.5-20121224.200345-4.jar, RTLAware.class
package org.primefaces.component.api
RTLAware.isRTL ( ) [abstract] : boolean
[run-time name: org/primefaces/component/api/RTLAware.isRTL:()Z]
primefaces-3.5-20121224.200345-4.jar, Slider.class
package org.primefaces.component.slider
Slider.getDisplayTemplate ( ) : String
[run-time name: org/primefaces/component/slider/Slider.getDisplayTemplate:()Ljava/lang/String;]
Slider.isRange ( ) : boolean
[run-time name: org/primefaces/component/slider/Slider.isRange:()Z]
Slider.setDisplayTemplate ( String _displayTemplate ) : void
[run-time name: org/primefaces/component/slider/Slider.setDisplayTemplate:(Ljava/lang/String;)V]
Slider.setRange ( boolean _range ) : void
[run-time name: org/primefaces/component/slider/Slider.setRange:(Z)V]
primefaces-3.5-20121224.200345-4.jar, TabView.class
package org.primefaces.component.tabview
TabView.isRTL ( ) : boolean
[run-time name: org/primefaces/component/tabview/TabView.isRTL:()Z]
to the top
Other Changes in Data Types (3)
primefaces-3.5-20121220.080107-3.jar
package org.primefaces.component.slider
[+] Slider.PropertyKeys (2)
| Change | Effect |
---|
1 | Field displayTemplate 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. Recompilation of a client class may be terminated with the message: reference to displayTemplate is ambiguous. |
2 | Field range 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. Recompilation of a client class may be terminated with the message: reference to range is ambiguous. |
[+] affected methods (3)
Slider.PropertyKeys.toString ( )This method is from 'Slider.PropertyKeys' class.
Slider.PropertyKeys.valueOf ( String name )Return value of this method has type 'Slider.PropertyKeys'.
Slider.PropertyKeys.values ( )This method is from 'Slider.PropertyKeys' class.
package org.primefaces.util
[+] Constants (1)
| Change | Effect |
---|
1 | Field DIRECTION_PARAM 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. Recompilation of a client class may be terminated with the message: reference to DIRECTION_PARAM is ambiguous. |
[+] affected methods (1)
Constants.Constants ( )This constructor is from 'Constants' class.
to the top
Java ARchives (1)
primefaces-3.5-20121220.080107-3.jar
to the top
Generated on Wed Dec 26 08:07:10 2012 for PrimeFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API