Binary compatibility report for the MyFaces library  between 2.2.2 and 2.2.3 versions

Test Info


Library NameMyFaces
Version #12.2.2
Version #22.2.3
Java Version1.6.0_24

Test Results


Total Java ARchives2
Total Methods / Classes12914 / 1569
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-30
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low17
Problems with
Methods
High0
Medium0
Low0

Added Methods (30)


myfaces-bundle-2.2.3.jar, ApplicationWrapper.class
package javax.faces.application
ApplicationWrapper.getFlowHandler ( )  :  javax.faces.flow.FlowHandler
ApplicationWrapper.setFlowHandler ( javax.faces.flow.FlowHandler flowHandler )  :  void

myfaces-bundle-2.2.3.jar, CommonPropertyUtils.class
package org.apache.myfaces.shared.renderkit.html
CommonPropertyUtils.renderStyleClassProperty ( javax.faces.context.ResponseWriter writer, long commonPropertiesMarked, javax.faces.component.UIComponent component ) [static]  :  void

myfaces-bundle-2.2.3.jar, ConfigurableNavigationHandlerWrapper.class
package javax.faces.application
ConfigurableNavigationHandlerWrapper.getNavigationCase ( javax.faces.context.FacesContext context, String fromAction, String outcome, String toFlowDocumentId )  :  NavigationCase

myfaces-bundle-2.2.3.jar, FacesContextWrapper.class
package javax.faces.context
FacesContextWrapper.getResourceLibraryContracts ( )  :  java.util.List
FacesContextWrapper.setResourceLibraryContracts ( java.util.List contracts )  :  void

myfaces-bundle-2.2.3.jar, JsfElement.class
package org.apache.myfaces.view.facelets.component
JsfElement.getStyle ( )  :  String
JsfElement.getStyleClass ( )  :  String
JsfElement.setStyle ( String style )  :  void
JsfElement.setStyleClass ( String styleClass )  :  void

myfaces-bundle-2.2.3.jar, PartialViewContextWrapper.class
package javax.faces.context
PartialViewContextWrapper.setPartialRequest ( boolean isPartialRequest )  :  void

myfaces-bundle-2.2.3.jar, ResourceWrapper.class
package javax.faces.application
ResourceWrapper.getContentType ( )  :  String
ResourceWrapper.getLibraryName ( )  :  String
ResourceWrapper.getResourceName ( )  :  String
ResourceWrapper.setContentType ( String contentType )  :  void
ResourceWrapper.setLibraryName ( String libraryName )  :  void
ResourceWrapper.setResourceName ( String resourceName )  :  void

myfaces-bundle-2.2.3.jar, ResponseWriterWrapper.class
package javax.faces.context
ResponseWriterWrapper.writeDoctype ( String doctype )  :  void
ResponseWriterWrapper.writePreamble ( String preamble )  :  void

myfaces-bundle-2.2.3.jar, SelectItemInfo.class
package org.apache.myfaces.shared.renderkit.html.util
SelectItemInfo.getComponent ( )  :  javax.faces.component.UIComponent
SelectItemInfo.getItem ( )  :  javax.faces.model.SelectItem
SelectItemInfo.SelectItemInfo ( javax.faces.model.SelectItem item, javax.faces.component.UIComponent component )

myfaces-bundle-2.2.3.jar, SelectItemsIterator.class
package org.apache.myfaces.shared.util
SelectItemsIterator.getCurrentComponent ( )  :  javax.faces.component.UIComponent

myfaces-bundle-2.2.3.jar, SelectItemsUtils.class
package org.apache.myfaces.shared.renderkit.html.util
SelectItemsUtils.getSelectItemInfoList ( javax.faces.component.UISelectMany uiSelectMany, javax.faces.context.FacesContext facesContext ) [static]  :  java.util.List
SelectItemsUtils.getSelectItemInfoList ( javax.faces.component.UISelectOne uiSelectOne, javax.faces.context.FacesContext facesContext ) [static]  :  java.util.List
SelectItemsUtils.renderSelectOptions ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.convert.Converter converter, java.util.Set lookupSet, java.util.List selectItemList ) [static]  :  void
SelectItemsUtils.SelectItemsUtils ( )

myfaces-bundle-2.2.3.jar, ViewHandlerWrapper.class
package javax.faces.application
ViewHandlerWrapper.addProtectedView ( String urlPattern )  :  void
ViewHandlerWrapper.getProtectedViewsUnmodifiable ( )  :  java.util.Set
ViewHandlerWrapper.removeProtectedView ( String urlPattern )  :  boolean

to the top

Problems with Data Types, Low Severity (17)


myfaces-bundle-2.2.2.jar
package javax.faces.application
[+] ApplicationWrapper (2)
[+] ConfigurableNavigationHandlerWrapper (1)
[+] ResourceWrapper (6)
[+] ViewHandlerWrapper (3)

package javax.faces.context
[+] FacesContextWrapper (2)
[+] PartialViewContextWrapper (1)
[+] ResponseWriterWrapper (2)

to the top

Java ARchives (2)


myfaces-api-2.2.2.jar
myfaces-bundle-2.2.2.jar

to the top




Generated on Tue Apr 29 07:10:47 2014 for MyFaces by Java API Compliance Checker 1.3.7  
A tool for checking backward compatibility of a Java library API