Binary compatibility report for the PrimeFaces library between 3.5.20121123.143126.7 and 3.5.20121123.221600.8 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.5.20121123.143126.7 |
Version #2 | 3.5.20121123.221600.8 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5922 / 632 |
---|
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 7 |
---|
Removed Methods | High | 4 |
---|
Problems with Data Types | High | 2 |
---|
Medium | 0 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (7)
primefaces-3.5-20121123.221600-8.jar, Clock.class
package org.primefaces.component.clock
Clock.getSyncInterval ( ) : int
[run-time name: org/primefaces/component/clock/Clock.getSyncInterval:()I]
Clock.isAutoSync ( ) : boolean
[run-time name: org/primefaces/component/clock/Clock.isAutoSync:()Z]
Clock.isSyncRequest ( ) : boolean
[run-time name: org/primefaces/component/clock/Clock.isSyncRequest:()Z]
Clock.setAutoSync ( boolean _autoSync ) : void
[run-time name: org/primefaces/component/clock/Clock.setAutoSync:(Z)V]
Clock.setSyncInterval ( int _syncInterval ) : void
[run-time name: org/primefaces/component/clock/Clock.setSyncInterval:(I)V]
primefaces-3.5-20121123.221600-8.jar, ClockRenderer.class
package org.primefaces.component.clock
ClockRenderer.decode ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent component ) : void
[run-time name: org/primefaces/component/clock/ClockRenderer.decode:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;)V]
primefaces-3.5-20121123.221600-8.jar, WidgetBuilder.class
package org.primefaces.util
WidgetBuilder.attr ( String name, long value ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.attr:(Ljava/lang/String;J)Lorg/primefaces/util/WidgetBuilder;]
to the top
Removed Methods (4)
primefaces-3.5-20121123.143126-7.jar, Clock.class
package org.primefaces.component.clock
Clock.getLocale ( ) : Object
[run-time name: org/primefaces/component/clock/Clock.getLocale:()Ljava/lang/Object;]
Clock.getTimeZone ( ) : Object
[run-time name: org/primefaces/component/clock/Clock.getTimeZone:()Ljava/lang/Object;]
Clock.setLocale ( Object _locale ) : void
[run-time name: org/primefaces/component/clock/Clock.setLocale:(Ljava/lang/Object;)V]
Clock.setTimeZone ( Object _timeZone ) : void
[run-time name: org/primefaces/component/clock/Clock.setTimeZone:(Ljava/lang/Object;)V]
to the top
Problems with Data Types, High Severity (2)
primefaces-3.5-20121123.143126-7.jar
package org.primefaces.component.clock
[+] Clock.PropertyKeys (2)
| Change | Effect |
---|
1 | Field locale has been renamed to autoSync. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field timeZone has been renamed to syncInterval. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
Clock.PropertyKeys.toString ( )This method is from 'Clock.PropertyKeys' class.
Clock.PropertyKeys.valueOf ( String name )Return value of this method has type 'Clock.PropertyKeys'.
Clock.PropertyKeys.values ( )This method is from 'Clock.PropertyKeys' class.
to the top
Problems with Data Types, Low Severity (1)
primefaces-3.5-20121123.143126-7.jar
package org.primefaces.component.clock
[+] Clock (1)
| Change | Effect |
---|
1 | Field INPUT_STYLE_CLASS (java.lang.String) with the compile-time constant value "ui-inputfield ui-widget ui-state-default ui-corner-all" has been renamed to STYLE_CLASS. | A client program may change behavior. |
[+] affected methods (11)
Clock.Clock ( )This constructor is from 'Clock' class.
Clock.getFacesContext ( )This method is from 'Clock' class.
Clock.getFamily ( )This method is from 'Clock' class.
Clock.getMode ( )This method is from 'Clock' class.
Clock.getPattern ( )This method is from 'Clock' class.
Clock.handleAttribute ( String name, Object value )This method is from 'Clock' class.
Clock.resolveWidgetVar ( )This method is from 'Clock' class.
Clock.setMode ( String _mode )This method is from 'Clock' class.
Clock.setPattern ( String _pattern )This method is from 'Clock' class.
ClockRenderer.encodeMarkup ( javax.faces.context.FacesContext context, Clock clock )2nd parameter 'clock' of this method has type 'Clock'.
ClockRenderer.encodeScript ( javax.faces.context.FacesContext context, Clock clock )2nd parameter 'clock' of this method has type 'Clock'.
to the top
Java ARchives (1)
primefaces-3.5-20121123.143126-7.jar
to the top
Generated on Sat Nov 24 08:07:16 2012 for PrimeFaces by Java API Compliance Checker 1.2.1
A tool for checking backward compatibility of a Java library API