Source compatibility report for the PrimeFaces library between 4.0.20130516.100121.2 and 4.0.20130521.212253.1 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 4.0.20130516.100121.2 |
Version #2 | 4.0.20130521.212253.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 6150 / 633 |
---|
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 6 |
---|
Removed Methods | High | 2 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 2 |
Added Methods (6)
primefaces-4.0-20130521.212253-1.jar, Tree.class
package org.primefaces.component.tree
Tree.getDragdropScope ( ) : String
[run-time name: org/primefaces/component/tree/Tree.getDragdropScope:()Ljava/lang/String;]
Tree.isDraggable ( ) : boolean
[run-time name: org/primefaces/component/tree/Tree.isDraggable:()Z]
Tree.isDroppable ( ) : boolean
[run-time name: org/primefaces/component/tree/Tree.isDroppable:()Z]
Tree.setDragdropScope ( String _dragdropScope ) : void
[run-time name: org/primefaces/component/tree/Tree.setDragdropScope:(Ljava/lang/String;)V]
Tree.setDraggable ( boolean _draggable ) : void
[run-time name: org/primefaces/component/tree/Tree.setDraggable:(Z)V]
Tree.setDroppable ( boolean _droppable ) : void
[run-time name: org/primefaces/component/tree/Tree.setDroppable:(Z)V]
to the top
Removed Methods (2)
primefaces-4.0-20130516.100121-2.jar, Tree.class
package org.primefaces.component.tree
Tree.isDragdrop ( ) : boolean
[run-time name: org/primefaces/component/tree/Tree.isDragdrop:()Z]
Tree.setDragdrop ( boolean _dragdrop ) : void
[run-time name: org/primefaces/component/tree/Tree.setDragdrop:(Z)V]
to the top
Problems with Data Types, High Severity (1)
primefaces-4.0-20130516.100121-2.jar
package org.primefaces.component.tree
[+] Tree.PropertyKeys (1)
| Change | Effect |
---|
1 | Field dragdrop has been renamed to draggable. | Recompilation of a client program may be terminated with the message: cannot find variable dragdrop in Tree.PropertyKeys. |
[+] affected methods (3)
Tree.PropertyKeys.toString ( )This method is from 'Tree.PropertyKeys' class.
Tree.PropertyKeys.valueOf ( String name )This method is from 'Tree.PropertyKeys' class.
Tree.PropertyKeys.values ( )This method is from 'Tree.PropertyKeys' class.
to the top
Other Changes in Data Types (2)
primefaces-4.0-20130516.100121-2.jar
package org.primefaces.component.tree
[+] Tree.PropertyKeys (2)
| Change | Effect |
---|
1 | Field dragdropScope 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 dragdropScope is ambiguous. |
2 | Field droppable 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 droppable is ambiguous. |
[+] affected methods (3)
Tree.PropertyKeys.toString ( )This method is from 'Tree.PropertyKeys' class.
Tree.PropertyKeys.valueOf ( String name )This method is from 'Tree.PropertyKeys' class.
Tree.PropertyKeys.values ( )This method is from 'Tree.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-4.0-20130516.100121-2.jar
to the top
Generated on Wed May 22 08:12:57 2013 for PrimeFaces by Java API Compliance Checker 1.3.1
A tool for checking backward compatibility of a Java library API