Source compatibility report for the PrimeFaces library between 4.0.20130710.082429.3 and 4.0.20130711.071416.4 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 4.0.20130710.082429.3 |
Version #2 | 4.0.20130711.071416.4 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 6310 / 650 |
---|
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 20 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 8 |
Added Methods (20)
primefaces-4.0-20130711.071416-4.jar, AjaxBehavior.class
package org.primefaces.component.behavior.ajax
AjaxBehavior.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/behavior/ajax/AjaxBehavior.isIgnoreAutoUpdate:()Z]
AjaxBehavior.setIgnoreAutoUpdate ( boolean ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/behavior/ajax/AjaxBehavior.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, AjaxRequestBuilder.class
package org.primefaces.util
AjaxRequestBuilder.ignoreAutoUpdate ( boolean ignoreAutoUpdate ) : AjaxRequestBuilder
[run-time name: org/primefaces/util/AjaxRequestBuilder.ignoreAutoUpdate:(Z)Lorg/primefaces/util/AjaxRequestBuilder;]
primefaces-4.0-20130711.071416-4.jar, AjaxSource.class
package org.primefaces.component.api
AjaxSource.isIgnoreAutoUpdate ( ) [abstract] : boolean
[run-time name: org/primefaces/component/api/AjaxSource.isIgnoreAutoUpdate:()Z]
primefaces-4.0-20130711.071416-4.jar, CommandButton.class
package org.primefaces.component.commandbutton
CommandButton.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/commandbutton/CommandButton.isIgnoreAutoUpdate:()Z]
CommandButton.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/commandbutton/CommandButton.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, CommandLink.class
package org.primefaces.component.commandlink
CommandLink.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/commandlink/CommandLink.isIgnoreAutoUpdate:()Z]
CommandLink.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/commandlink/CommandLink.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, DefaultMenuItem.class
package org.primefaces.model.menu
DefaultMenuItem.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/model/menu/DefaultMenuItem.isIgnoreAutoUpdate:()Z]
DefaultMenuItem.setIgnoreAutoUpdate ( boolean ignoreAutoUpdate ) : void
[run-time name: org/primefaces/model/menu/DefaultMenuItem.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, Hotkey.class
package org.primefaces.component.hotkey
Hotkey.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/hotkey/Hotkey.isIgnoreAutoUpdate:()Z]
Hotkey.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/hotkey/Hotkey.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, Poll.class
package org.primefaces.component.poll
Poll.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/poll/Poll.isIgnoreAutoUpdate:()Z]
Poll.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/poll/Poll.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, RemoteCommand.class
package org.primefaces.component.remotecommand
RemoteCommand.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/remotecommand/RemoteCommand.isIgnoreAutoUpdate:()Z]
RemoteCommand.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/remotecommand/RemoteCommand.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, SplitButton.class
package org.primefaces.component.splitbutton
SplitButton.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/splitbutton/SplitButton.isIgnoreAutoUpdate:()Z]
SplitButton.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/splitbutton/SplitButton.setIgnoreAutoUpdate:(Z)V]
primefaces-4.0-20130711.071416-4.jar, UIMenuItem.class
package org.primefaces.component.menuitem
UIMenuItem.isIgnoreAutoUpdate ( ) : boolean
[run-time name: org/primefaces/component/menuitem/UIMenuItem.isIgnoreAutoUpdate:()Z]
UIMenuItem.setIgnoreAutoUpdate ( boolean _ignoreAutoUpdate ) : void
[run-time name: org/primefaces/component/menuitem/UIMenuItem.setIgnoreAutoUpdate:(Z)V]
to the top
Problems with Data Types, High Severity (1)
primefaces-4.0-20130710.082429-3.jar
package org.primefaces.component.api
[+] AjaxSource (1)
| Change | Effect |
---|
1 | Abstract method AjaxSource.isIgnoreAutoUpdate ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isIgnoreAutoUpdate() in AjaxSource. |
[+] affected methods (14)
AjaxSource.getOncomplete ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.getOnerror ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.getOnstart ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.getOnsuccess ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.getProcess ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.getUpdate ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.isAsync ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.isGlobal ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.isPartialSubmit ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.isPartialSubmitSet ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.isResetValues ( )This abstract method is from 'AjaxSource' interface.
AjaxSource.isResetValuesSet ( )This abstract method is from 'AjaxSource' interface.
org.primefaces.component.menu.BaseMenuRenderer.buildAjaxRequest ( javax.faces.context.FacesContext context, org.primefaces.component.menu.AbstractMenu menu, AjaxSource source, javax.faces.component.UIComponent form, java.util.Map params )3rd parameter 'source' of this method has type 'AjaxSource'.
org.primefaces.renderkit.CoreRenderer.buildAjaxRequest ( javax.faces.context.FacesContext context, AjaxSource source, javax.faces.component.UIComponent form )2nd parameter 'source' of this method has type 'AjaxSource'.
to the top
Other Changes in Data Types (8)
primefaces-4.0-20130710.082429-3.jar
package org.primefaces.component.commandbutton
[+] CommandButton.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
CommandButton.PropertyKeys.toString ( )This method is from 'CommandButton.PropertyKeys' class.
CommandButton.PropertyKeys.valueOf ( String name )Return value of this method has type 'CommandButton.PropertyKeys'.
CommandButton.PropertyKeys.values ( )This method is from 'CommandButton.PropertyKeys' class.
package org.primefaces.component.commandlink
[+] CommandLink.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
CommandLink.PropertyKeys.toString ( )This method is from 'CommandLink.PropertyKeys' class.
CommandLink.PropertyKeys.valueOf ( String name )Return value of this method has type 'CommandLink.PropertyKeys'.
CommandLink.PropertyKeys.values ( )This method is from 'CommandLink.PropertyKeys' class.
package org.primefaces.component.hotkey
[+] Hotkey.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
Hotkey.PropertyKeys.toString ( )This method is from 'Hotkey.PropertyKeys' class.
Hotkey.PropertyKeys.valueOf ( String name )Return value of this method has type 'Hotkey.PropertyKeys'.
Hotkey.PropertyKeys.values ( )This method is from 'Hotkey.PropertyKeys' class.
package org.primefaces.component.menuitem
[+] UIMenuItem.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
UIMenuItem.PropertyKeys.toString ( )This method is from 'UIMenuItem.PropertyKeys' class.
UIMenuItem.PropertyKeys.valueOf ( String name )Return value of this method has type 'UIMenuItem.PropertyKeys'.
UIMenuItem.PropertyKeys.values ( )This method is from 'UIMenuItem.PropertyKeys' class.
package org.primefaces.component.poll
[+] Poll.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
Poll.PropertyKeys.toString ( )This method is from 'Poll.PropertyKeys' class.
Poll.PropertyKeys.valueOf ( String name )Return value of this method has type 'Poll.PropertyKeys'.
Poll.PropertyKeys.values ( )This method is from 'Poll.PropertyKeys' class.
package org.primefaces.component.remotecommand
[+] RemoteCommand.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
RemoteCommand.PropertyKeys.toString ( )This method is from 'RemoteCommand.PropertyKeys' class.
RemoteCommand.PropertyKeys.valueOf ( String name )Return value of this method has type 'RemoteCommand.PropertyKeys'.
RemoteCommand.PropertyKeys.values ( )This method is from 'RemoteCommand.PropertyKeys' class.
package org.primefaces.component.splitbutton
[+] SplitButton.PropertyKeys (1)
| Change | Effect |
---|
1 | Field ignoreAutoUpdate 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 ignoreAutoUpdate is ambiguous. |
[+] affected methods (3)
SplitButton.PropertyKeys.toString ( )This method is from 'SplitButton.PropertyKeys' class.
SplitButton.PropertyKeys.valueOf ( String name )Return value of this method has type 'SplitButton.PropertyKeys'.
SplitButton.PropertyKeys.values ( )This method is from 'SplitButton.PropertyKeys' class.
package org.primefaces.util
[+] Constants.RequestParams (1)
| Change | Effect |
---|
1 | Field IGNORE_AUTO_UPDATE_PARAM 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 IGNORE_AUTO_UPDATE_PARAM is ambiguous. |
[+] affected methods (1)
Constants.RequestParams.Constants.RequestParams ( Constants p1 )This constructor is from 'Constants.RequestParams' class.
to the top
Java ARchives (1)
primefaces-4.0-20130710.082429-3.jar
to the top
Generated on Fri Jul 12 08:10:59 2013 for PrimeFaces by Java API Compliance Checker 1.3.1
A tool for checking backward compatibility of a Java library API