Binary compatibility report for the MyFaces library between 2.0.13 and 2.0.14 versions
Test Info
Library Name | MyFaces |
Version #1 | 2.0.13 |
Version #2 | 2.0.14 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 10729 / 1281 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 16 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 5 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (16)
myfaces-bundle-2.0.14.jar, CompositeResouceWrapper.class
package org.apache.myfaces.view.facelets.tag.composite
CompositeResouceWrapper.toString ( ) : String
[run-time name: org/apache/myfaces/view/facelets/tag/composite/CompositeResouceWrapper.toString:()Ljava/lang/String;]
myfaces-bundle-2.0.14.jar, DefaultNavigationHandlerSupport.class
package org.apache.myfaces.application
DefaultNavigationHandlerSupport.calculateViewId ( javax.faces.context.FacesContext facesContext ) : String
[run-time name: org/apache/myfaces/application/DefaultNavigationHandlerSupport.calculateViewId:(Ljavax/faces/context/FacesContext;)Ljava/lang/String;]
DefaultNavigationHandlerSupport.DefaultNavigationHandlerSupport ( )
[run-time name: org/apache/myfaces/application/DefaultNavigationHandlerSupport."<init>":()V]
myfaces-bundle-2.0.14.jar, FaceletCompositionContext.class
package org.apache.myfaces.view.facelets
FaceletCompositionContext.incrementUniqueComponentId ( ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.incrementUniqueComponentId:()V]
myfaces-bundle-2.0.14.jar, HtmlRendererUtils.class
package org.apache.myfaces.shared.renderkit.html
HtmlRendererUtils.getHiddenCommandLinkFieldName ( util.FormInfo formInfo, javax.faces.context.FacesContext facesContext ) [static] : String
[run-time name: org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.getHiddenCommandLinkFieldName:(Lorg/apache/myfaces/shared/renderkit/html/util/FormInfo;Ljavax/faces/context/FacesContext;)Ljava/lang/String;]
myfaces-bundle-2.0.14.jar, NavigationHandlerImpl.class
package org.apache.myfaces.application
NavigationHandlerImpl.getNavigationHandlerSupport ( ) : NavigationHandlerSupport
[run-time name: org/apache/myfaces/application/NavigationHandlerImpl.getNavigationHandlerSupport:()Lorg/apache/myfaces/application/NavigationHandlerSupport;]
NavigationHandlerImpl.setNavigationHandlerSupport ( NavigationHandlerSupport navigationHandlerSupport ) : void
[run-time name: org/apache/myfaces/application/NavigationHandlerImpl.setNavigationHandlerSupport:(Lorg/apache/myfaces/application/NavigationHandlerSupport;)V]
myfaces-bundle-2.0.14.jar, NavigationHandlerSupport.class
package org.apache.myfaces.application
NavigationHandlerSupport.calculateViewId ( javax.faces.context.FacesContext p1 ) [abstract] : String
[run-time name: org/apache/myfaces/application/NavigationHandlerSupport.calculateViewId:(Ljavax/faces/context/FacesContext;)Ljava/lang/String;]
NavigationHandlerSupport.NavigationHandlerSupport ( )
[run-time name: org/apache/myfaces/application/NavigationHandlerSupport."<init>":()V]
myfaces-bundle-2.0.14.jar, StateWriter.class
package org.apache.myfaces.view.facelets
StateWriter.getCurrentInstance ( javax.faces.context.FacesContext facesContext ) [static] : StateWriter
[run-time name: org/apache/myfaces/view/facelets/StateWriter.getCurrentInstance:(Ljavax/faces/context/FacesContext;)Lorg/apache/myfaces/view/facelets/StateWriter;]
StateWriter.release ( javax.faces.context.FacesContext facesContext ) : void
[run-time name: org/apache/myfaces/view/facelets/StateWriter.release:(Ljavax/faces/context/FacesContext;)V]
StateWriter.StateWriter ( java.io.Writer initialOut, int initialSize, javax.faces.context.FacesContext facesContext )
[run-time name: org/apache/myfaces/view/facelets/StateWriter."<init>":(Ljava/io/Writer;ILjavax/faces/context/FacesContext;)V]
myfaces-bundle-2.0.14.jar, UIParameter.class
package javax.faces.component
UIParameter.getFacesContext ( ) : javax.faces.context.FacesContext
[run-time name: javax/faces/component/UIParameter.getFacesContext:()Ljavax/faces/context/FacesContext;]
myfaces-bundle-2.0.14.jar, UISelectItem.class
package javax.faces.component
UISelectItem.getFacesContext ( ) : javax.faces.context.FacesContext
[run-time name: javax/faces/component/UISelectItem.getFacesContext:()Ljavax/faces/context/FacesContext;]
myfaces-bundle-2.0.14.jar, UISelectItems.class
package javax.faces.component
UISelectItems.getFacesContext ( ) : javax.faces.context.FacesContext
[run-time name: javax/faces/component/UISelectItems.getFacesContext:()Ljavax/faces/context/FacesContext;]
myfaces-bundle-2.0.14.jar, UIViewParameter.class
package javax.faces.component
UIViewParameter.getFacesContext ( ) : javax.faces.context.FacesContext
[run-time name: javax/faces/component/UIViewParameter.getFacesContext:()Ljavax/faces/context/FacesContext;]
to the top
Problems with Data Types, Low Severity (5)
myfaces-bundle-2.0.13.jar
package javax.faces.component
[+] UIParameter (1)
| Change | Effect |
---|
1 | Method UIComponentBase.getFacesContext ( ) has been overridden by UIParameter.getFacesContext ( ) | Method UIParameter.getFacesContext ( ) will be called instead of UIComponentBase.getFacesContext ( ) in a client program. |
[+] affected methods (1)
UIComponentBase.getFacesContext ( )Method 'UIParameter.getFacesContext ( )' will be called instead of this method in a client program.
[+] UISelectItem (1)
| Change | Effect |
---|
1 | Method UIComponentBase.getFacesContext ( ) has been overridden by UISelectItem.getFacesContext ( ) | Method UISelectItem.getFacesContext ( ) will be called instead of UIComponentBase.getFacesContext ( ) in a client program. |
[+] affected methods (1)
UIComponentBase.getFacesContext ( )Method 'UISelectItem.getFacesContext ( )' will be called instead of this method in a client program.
[+] UISelectItems (1)
| Change | Effect |
---|
1 | Method UIComponentBase.getFacesContext ( ) has been overridden by UISelectItems.getFacesContext ( ) | Method UISelectItems.getFacesContext ( ) will be called instead of UIComponentBase.getFacesContext ( ) in a client program. |
[+] affected methods (1)
UIComponentBase.getFacesContext ( )Method 'UISelectItems.getFacesContext ( )' will be called instead of this method in a client program.
[+] UIViewParameter (1)
| Change | Effect |
---|
1 | Method UIComponentBase.getFacesContext ( ) has been overridden by UIViewParameter.getFacesContext ( ) | Method UIViewParameter.getFacesContext ( ) will be called instead of UIComponentBase.getFacesContext ( ) in a client program. |
[+] affected methods (1)
UIComponentBase.getFacesContext ( )Method 'UIViewParameter.getFacesContext ( )' will be called instead of this method in a client program.
package org.apache.myfaces.view.facelets.tag.composite
[+] CompositeResouceWrapper (1)
| Change | Effect |
---|
1 | Method javax.faces.application.Resource.toString ( ) has been overridden by CompositeResouceWrapper.toString ( ) | Method CompositeResouceWrapper.toString ( ) will be called instead of javax.faces.application.Resource.toString ( ) in a client program. |
[+] affected methods (1)
javax.faces.application.Resource.toString ( )Method 'CompositeResouceWrapper.toString ( )' will be called instead of this method in a client program.
to the top
Java ARchives (2)
myfaces-api-2.0.13.jar
myfaces-bundle-2.0.13.jar
to the top
Generated on Fri Jan 11 17:16:07 2013 for MyFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API