Source compatibility report for the PrimeFaces library between 3.5.20121026.072513.2 and 3.5.20121031.134559.3 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20121026.072513.2 |
Version #2 | 3.5.20121031.134559.3 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5837 / 622 |
---|
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-20121031.134559-3.jar, ConfirmDialog.class
package org.primefaces.component.confirmdialog
ConfirmDialog.getHideEffect ( ) : String
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.getHideEffect:()Ljava/lang/String;]
ConfirmDialog.getShowEffect ( ) : String
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.getShowEffect:()Ljava/lang/String;]
ConfirmDialog.setHideEffect ( String _hideEffect ) : void
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.setHideEffect:(Ljava/lang/String;)V]
ConfirmDialog.setShowEffect ( String _showEffect ) : void
[run-time name: org/primefaces/component/confirmdialog/ConfirmDialog.setShowEffect:(Ljava/lang/String;)V]
to the top
Other Changes in Data Types (2)
primefaces-3.5-20121026.072513-2.jar
package org.primefaces.component.confirmdialog
[+] ConfirmDialog.PropertyKeys (2)
| Change | Effect |
---|
1 | Field hideEffect 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 hideEffect is ambiguous. |
2 | Field showEffect 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 showEffect is ambiguous. |
[+] affected methods (3)
ConfirmDialog.PropertyKeys.toString ( )This method is from 'ConfirmDialog.PropertyKeys' class.
ConfirmDialog.PropertyKeys.valueOf ( String name )This method is from 'ConfirmDialog.PropertyKeys' class.
ConfirmDialog.PropertyKeys.values ( )This method is from 'ConfirmDialog.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-3.5-20121026.072513-2.jar
to the top
Generated on Thu Nov 1 08:08:41 2012 for PrimeFaces by Java API Compliance Checker 1.2.1
A tool for checking backward compatibility of a Java library API