Binary compatibility report for the PrimeFaces library between 3.5.20130122.203023.7 and 3.5.20130131.201155.1 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20130122.203023.7 |
Version #2 | 3.5.20130131.201155.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5918 / 617 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 5 |
---|
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 (5)
primefaces-3.5-20130131.201155-1.jar, TreeTable.class
package org.primefaces.component.treetable
TreeTable.isPropagateSelectionDown ( ) : boolean
[run-time name: org/primefaces/component/treetable/TreeTable.isPropagateSelectionDown:()Z]
TreeTable.isPropagateSelectionUp ( ) : boolean
[run-time name: org/primefaces/component/treetable/TreeTable.isPropagateSelectionUp:()Z]
TreeTable.setPropagateSelectionDown ( boolean _propagateSelectionDown ) : void
[run-time name: org/primefaces/component/treetable/TreeTable.setPropagateSelectionDown:(Z)V]
TreeTable.setPropagateSelectionUp ( boolean _propagateSelectionUp ) : void
[run-time name: org/primefaces/component/treetable/TreeTable.setPropagateSelectionUp:(Z)V]
primefaces-3.5-20130131.201155-1.jar, WidgetBuilder.class
package org.primefaces.util
WidgetBuilder.nativeAttr ( String name, String value ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.nativeAttr:(Ljava/lang/String;Ljava/lang/String;)Lorg/primefaces/util/WidgetBuilder;]
to the top
Other Changes in Data Types (2)
primefaces-3.5-20130122.203023-7.jar
package org.primefaces.component.treetable
[+] TreeTable.PropertyKeys (2)
| Change | Effect |
---|
1 | Field propagateSelectionDown 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. |
2 | Field propagateSelectionUp 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)
TreeTable.PropertyKeys.toString ( )This method is from 'TreeTable.PropertyKeys' class.
TreeTable.PropertyKeys.valueOf ( String name )Return value of this method has type 'TreeTable.PropertyKeys'.
TreeTable.PropertyKeys.values ( )This method is from 'TreeTable.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-3.5-20130122.203023-7.jar
to the top
Generated on Fri Feb 1 08:09:18 2013 for PrimeFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API