Source compatibility report for the MyFaces library between 2.0.4 and 2.0.5 versions
Test Info
Library Name | MyFaces |
Version #1 | 2.0.4 |
Version #2 | 2.0.5 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 10371 / 1223 |
---|
Verdict | Incompatible (0.01%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 29 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (29)
myfaces-bundle-2.0.5.jar, FactoryFinderProvider.class
package org.apache.myfaces.spi
FactoryFinderProvider.getFactory ( String p1 ) [abstract] : Object
[run-time name: org/apache/myfaces/spi/FactoryFinderProvider.getFactory:(Ljava/lang/String;)Ljava/lang/Object;]
FactoryFinderProvider.releaseFactories ( ) [abstract] : void
[run-time name: org/apache/myfaces/spi/FactoryFinderProvider.releaseFactories:()V]
FactoryFinderProvider.setFactory ( String p1, String p2 ) [abstract] : void
[run-time name: org/apache/myfaces/spi/FactoryFinderProvider.setFactory:(Ljava/lang/String;Ljava/lang/String;)V]
myfaces-bundle-2.0.5.jar, FactoryFinderProviderFactory.class
package org.apache.myfaces.spi
FactoryFinderProviderFactory.FactoryFinderProviderFactory ( )
[run-time name: org/apache/myfaces/spi/FactoryFinderProviderFactory."<init>":()V]
FactoryFinderProviderFactory.getFactoryFinderProvider ( ) [abstract] : FactoryFinderProvider
[run-time name: org/apache/myfaces/spi/FactoryFinderProviderFactory.getFactoryFinderProvider:()Lorg/apache/myfaces/spi/FactoryFinderProvider;]
FactoryFinderProviderFactory.getInstance ( ) [static] : FactoryFinderProviderFactory
[run-time name: org/apache/myfaces/spi/FactoryFinderProviderFactory.getInstance:()Lorg/apache/myfaces/spi/FactoryFinderProviderFactory;]
FactoryFinderProviderFactory.setInstance ( FactoryFinderProviderFactory instance ) [static] : void
[run-time name: org/apache/myfaces/spi/FactoryFinderProviderFactory.setInstance:(Lorg/apache/myfaces/spi/FactoryFinderProviderFactory;)V]
myfaces-bundle-2.0.5.jar, FlashImpl.class
package org.apache.myfaces.shared_impl.context.flash
FlashImpl.FlashImpl ( javax.faces.context.ExternalContext externalContext )
[run-time name: org/apache/myfaces/shared_impl/context/flash/FlashImpl."<init>":(Ljavax/faces/context/ExternalContext;)V]
myfaces-bundle-2.0.5.jar, FlashScopeDisabledException.class
package org.apache.myfaces.shared_impl.context.flash
FlashScopeDisabledException.FlashScopeDisabledException ( )
[run-time name: org/apache/myfaces/shared_impl/context/flash/FlashScopeDisabledException."<init>":()V]
FlashScopeDisabledException.FlashScopeDisabledException ( String message )
[run-time name: org/apache/myfaces/shared_impl/context/flash/FlashScopeDisabledException."<init>":(Ljava/lang/String;)V]
FlashScopeDisabledException.FlashScopeDisabledException ( String message, Throwable cause )
[run-time name: org/apache/myfaces/shared_impl/context/flash/FlashScopeDisabledException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
FlashScopeDisabledException.FlashScopeDisabledException ( Throwable cause )
[run-time name: org/apache/myfaces/shared_impl/context/flash/FlashScopeDisabledException."<init>":(Ljava/lang/Throwable;)V]
myfaces-bundle-2.0.5.jar, HtmlRendererUtils.class
package org.apache.myfaces.shared_impl.renderkit.html
HtmlRendererUtils.buildBehaviorChain ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String targetClientId, String eventName, java.util.Collection params, java.util.Map clientBehaviors, String userEventCode, String serverEventCode ) [static] : String
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.buildBehaviorChain:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlRendererUtils.buildBehaviorChain ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String targetClientId, String eventName1, java.util.Collection params, String eventName2, java.util.Collection params2, java.util.Map clientBehaviors, String userEventCode, String serverEventCode ) [static] : String
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.buildBehaviorChain:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/lang/String;Ljava/util/Collection;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlRendererUtils.renderBehaviorizedAttribute ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, String componentProperty, javax.faces.component.UIComponent component, String targetClientId, String eventName, java.util.Collection eventParameters, java.util.Map clientBehaviors, String htmlAttrName, String attributeValue ) [static] : boolean
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedAttribute:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljava/lang/String;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Z]
HtmlRendererUtils.renderBehaviorizedAttribute ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, String componentProperty, javax.faces.component.UIComponent component, String targetClientId, String eventName, java.util.Collection eventParameters, java.util.Map clientBehaviors, String htmlAttrName, String attributeValue, String serverSideScript ) [static] : boolean
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedAttribute:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljava/lang/String;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
HtmlRendererUtils.renderBehaviorizedAttribute ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, String componentProperty, javax.faces.component.UIComponent component, String targetClientId, String eventName, java.util.Collection eventParameters, String eventName2, java.util.Collection eventParameters2, java.util.Map clientBehaviors, String htmlAttrName, String attributeValue, String serverSideScript ) [static] : boolean
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedAttribute:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljava/lang/String;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Ljava/lang/String;Ljava/util/Collection;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
HtmlRendererUtils.renderBehaviorizedAttribute ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, String componentProperty, javax.faces.component.UIComponent component, String targetClientId, String eventName, java.util.Map clientBehaviors ) [static] : boolean
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedAttribute:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljava/lang/String;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Z]
HtmlRendererUtils.renderBehaviorizedAttribute ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, String componentProperty, javax.faces.component.UIComponent component, String targetClientId, String eventName, java.util.Map clientBehaviors, String htmlAttrName ) [static] : boolean
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedAttribute:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljava/lang/String;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Z]
HtmlRendererUtils.renderBehaviorizedEventHandlers ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent, String targetClientId, java.util.Map clientBehaviors ) [static] : void
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedEventHandlers:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/util/Map;)V]
HtmlRendererUtils.renderBehaviorizedFieldEventHandlersWithoutOnchange ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent, String targetClientId, java.util.Map clientBehaviors ) [static] : void
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedFieldEventHandlersWithoutOnchange:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/util/Map;)V]
HtmlRendererUtils.renderBehaviorizedOnchangeEventHandler ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent, String targetClientId, java.util.Map clientBehaviors ) [static] : boolean
[run-time name: org/apache/myfaces/shared_impl/renderkit/html/HtmlRendererUtils.renderBehaviorizedOnchangeEventHandler:(Ljavax/faces/context/FacesContext;Ljavax/faces/context/ResponseWriter;Ljavax/faces/component/UIComponent;Ljava/lang/String;Ljava/util/Map;)Z]
myfaces-bundle-2.0.5.jar, MyFacesClassLoader.class
package org.apache.myfaces.shared_impl.util
MyFacesClassLoader.equals ( Object o ) : boolean
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader.equals:(Ljava/lang/Object;)Z]
MyFacesClassLoader.getCurrentInstance ( javax.faces.context.ExternalContext externalContext ) [static] : MyFacesClassLoader
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader.getCurrentInstance:(Ljavax/faces/context/ExternalContext;)Lorg/apache/myfaces/shared_impl/util/MyFacesClassLoader;]
MyFacesClassLoader.getResource ( String s ) : java.net.URL
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader.getResource:(Ljava/lang/String;)Ljava/net/URL;]
MyFacesClassLoader.getResourceAsStream ( String s ) : java.io.InputStream
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
MyFacesClassLoader.getResources ( String s ) : java.util.Enumeration
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader.getResources:(Ljava/lang/String;)Ljava/util/Enumeration;]
MyFacesClassLoader.loadClass ( String s ) : Class
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;]
MyFacesClassLoader.MyFacesClassLoader ( )
[run-time name: org/apache/myfaces/shared_impl/util/MyFacesClassLoader."<init>":()V]
to the top
Removed Methods (1)
myfaces-bundle-2.0.4.jar, FlashImpl.class
package org.apache.myfaces.shared_impl.context.flash
FlashImpl.FlashImpl ( )
[run-time name: org/apache/myfaces/shared_impl/context/flash/FlashImpl."<init>":()V]
to the top
Java ARchives (2)
myfaces-api-2.0.4.jar
myfaces-bundle-2.0.4.jar
to the top
Generated on Fri Jan 11 17:22:36 2013 for MyFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API