Source compatibility report for the PrimeFaces library between 3.5.20130122.120853.6 and 3.5.20130122.203023.7 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20130122.120853.6 |
Version #2 | 3.5.20130122.203023.7 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5917 / 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-20130122.203023-7.jar, Carousel.class
package org.primefaces.component.carousel
Carousel.getNumVisible ( ) : int
[run-time name: org/primefaces/component/carousel/Carousel.getNumVisible:()I]
Carousel.setNumVisible ( int _numVisible ) : void
[run-time name: org/primefaces/component/carousel/Carousel.setNumVisible:(I)V]
Carousel.setRows ( int rows ) : void
[run-time name: org/primefaces/component/carousel/Carousel.setRows:(I)V]
primefaces-3.5-20130122.203023-7.jar, DataTable.class
package org.primefaces.component.datatable
DataTable.requiresColumns ( ) : boolean
[run-time name: org/primefaces/component/datatable/DataTable.requiresColumns:()Z]
primefaces-3.5-20130122.203023-7.jar, UIData.class
package org.primefaces.component.api
UIData.requiresColumns ( ) : boolean
[run-time name: org/primefaces/component/api/UIData.requiresColumns:()Z]
to the top
Other Changes in Data Types (2)
primefaces-3.5-20130122.120853-6.jar
package org.primefaces.component.carousel
[+] Carousel.PropertyKeys (2)
| Change | Effect |
---|
1 | Field firstVisible 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 firstVisible is ambiguous. |
2 | Field numVisible 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 numVisible is ambiguous. |
[+] affected methods (3)
Carousel.PropertyKeys.toString ( )This method is from 'Carousel.PropertyKeys' class.
Carousel.PropertyKeys.valueOf ( String name )Return value of this method has type 'Carousel.PropertyKeys'.
Carousel.PropertyKeys.values ( )This method is from 'Carousel.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-3.5-20130122.120853-6.jar
to the top
Generated on Wed Jan 23 08:09:31 2013 for PrimeFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API