Binary compatibility report for the MyFaces library between 2.2.6 and 2.2.7 versions
Test Info
Library Name | MyFaces |
Version #1 | 2.2.6 |
Version #2 | 2.2.7 |
Java Version | 1.6.0_24 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 12986 / 1579 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 6 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (6)
myfaces-bundle-2.2.7.jar, FaceletCompositionContext.class
package org.apache.myfaces.view.facelets
FaceletCompositionContext.getViewRoot ( javax.faces.context.FacesContext facesContext ) : javax.faces.component.UIViewRoot
[mangled: org/apache/myfaces/view/facelets/FaceletCompositionContext.getViewRoot:(Ljavax/faces/context/FacesContext;)Ljavax/faces/component/UIViewRoot;]
FaceletCompositionContext.setViewRoot ( javax.faces.component.UIViewRoot root ) : void
[mangled: org/apache/myfaces/view/facelets/FaceletCompositionContext.setViewRoot:(Ljavax/faces/component/UIViewRoot;)V]
myfaces-bundle-2.2.7.jar, FacesConfigurator.class
package org.apache.myfaces.config
FacesConfigurator.getApplication ( ) : javax.faces.application.Application
[mangled: org/apache/myfaces/config/FacesConfigurator.getApplication:()Ljavax/faces/application/Application;]
FacesConfigurator.setApplication ( javax.faces.application.Application application ) : void
[mangled: org/apache/myfaces/config/FacesConfigurator.setApplication:(Ljavax/faces/application/Application;)V]
myfaces-bundle-2.2.7.jar, FacesContextImplBase.class
package org.apache.myfaces.context.servlet
FacesContextImplBase.purgeFacesContext ( ) : void
[mangled: org/apache/myfaces/context/servlet/FacesContextImplBase.purgeFacesContext:()V]
myfaces-bundle-2.2.7.jar, JsfElementRenderer.class
package org.apache.myfaces.view.facelets.component
JsfElementRenderer.decode ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent component ) : void
[mangled: org/apache/myfaces/view/facelets/component/JsfElementRenderer.decode:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;)V]
to the top
Problems with Data Types, Low Severity (1)
myfaces-bundle-2.2.6.jar
package org.apache.myfaces.view.facelets.component
[+] JsfElementRenderer (1)
| Change | Effect |
---|
1 | Method decode ( javax.faces.context.FacesContext, javax.faces.component.UIComponent ) has been overridden by decode ( javax.faces.context.FacesContext, javax.faces.component.UIComponent ) | Method decode ( javax.faces.context.FacesContext, javax.faces.component.UIComponent ) will be called instead of decode ( javax.faces.context.FacesContext, javax.faces.component.UIComponent ) in a client program. |
[+] affected methods (1)
decode ( javax.faces.context.FacesContext, javax.faces.component.UIComponent )Method 'decode ( javax.faces.context.FacesContext, javax.faces.component.UIComponent )' will be called instead of this method in a client program.
to the top
Java ARchives (2)
myfaces-api-2.2.6.jar
myfaces-bundle-2.2.6.jar
to the top
Generated on Thu Jan 15 07:17:17 2015 for MyFaces by Java API Compliance Checker 1.3.7
A tool for checking backward compatibility of a Java library API