Source compatibility report for the PrimeFaces library between 3.5.20121112.145954.9 and 3.5.20121112.154514.10 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20121112.145954.9 |
Version #2 | 3.5.20121112.154514.10 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5867 / 624 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 4 |
---|
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 | - | 2 |
Added Methods (4)
primefaces-3.5-20121112.154514-10.jar, ConfirmDialog.class
package org.primefaces.component.confirmdialog
ConfirmDialog.isCloseOnEscape ( ) : boolean
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.isCloseOnEscape:()Z]
ConfirmDialog.setCloseOnEscape ( boolean _closeOnEscape ) : void
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.setCloseOnEscape:(Z)V]
primefaces-3.5-20121112.154514-10.jar, SelectOneMenu.class
package org.primefaces.component.selectonemenu
SelectOneMenu.getMaxlength ( ) : int
[run-time name: org/primefaces/component/selectonemenu/SelectOneMenu.getMaxlength:()I]
SelectOneMenu.setMaxlength ( int _maxlength ) : void
[run-time name: org/primefaces/component/selectonemenu/SelectOneMenu.setMaxlength:(I)V]
to the top
Other Changes in Data Types (2)
primefaces-3.5-20121112.145954-9.jar
package org.primefaces.component.confirmdialog
[+] ConfirmDialog.PropertyKeys (1)
| Change | Effect |
---|
1 | Field closeOnEscape 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 closeOnEscape is ambiguous. |
[+] affected methods (3)
ConfirmDialog.PropertyKeys.toString ( )This method is from 'ConfirmDialog.PropertyKeys' class.
ConfirmDialog.PropertyKeys.valueOf ( String name )Return value of this method has type 'ConfirmDialog.PropertyKeys'.
ConfirmDialog.PropertyKeys.values ( )This method is from 'ConfirmDialog.PropertyKeys' class.
package org.primefaces.component.selectonemenu
[+] SelectOneMenu.PropertyKeys (1)
| Change | Effect |
---|
1 | Field maxlength 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 maxlength is ambiguous. |
[+] affected methods (3)
SelectOneMenu.PropertyKeys.toString ( )This method is from 'SelectOneMenu.PropertyKeys' class.
SelectOneMenu.PropertyKeys.valueOf ( String name )Return value of this method has type 'SelectOneMenu.PropertyKeys'.
SelectOneMenu.PropertyKeys.values ( )This method is from 'SelectOneMenu.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-3.5-20121112.145954-9.jar
to the top
Generated on Tue Nov 13 08:08:57 2012 for PrimeFaces by Java API Compliance Checker 1.2.1
A tool for checking backward compatibility of a Java library API