Binary compatibility report for the Wicket library between 6.13.0 and 6.14.0 versions
Test Info
Library Name | Wicket |
Version #1 | 6.13.0 |
Version #2 | 6.14.0 |
Test Results
Total Java ARchives | 22 |
---|
Total Methods / Classes | 11654 / 1778 |
---|
Verdict | Incompatible (0.02%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 9 |
---|
Removed Methods | High | 2 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 3 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods (9)
wicket-core-6.14.0.jar, AbstractAjaxTimerBehavior.class
package org.apache.wicket.ajax
AbstractAjaxTimerBehavior.onRestart ( AjaxRequestTarget target ) : void
[mangled: org/apache/wicket/ajax/AbstractAjaxTimerBehavior.onRestart:(Lorg/apache/wicket/ajax/AjaxRequestTarget;)V]
AbstractAjaxTimerBehavior.onUnbind ( ) : void
[mangled: org/apache/wicket/ajax/AbstractAjaxTimerBehavior.onUnbind:()V]
wicket-core-6.14.0.jar, AbstractComponentMapper.class
package org.apache.wicket.core.request.mapper
AbstractComponentMapper.cleanClassName ( String className ) : String
[mangled: org/apache/wicket/core/request/mapper/AbstractComponentMapper.cleanClassName:(Ljava/lang/String;)Ljava/lang/String;]
wicket-core-6.14.0.jar, Application.class
package org.apache.wicket
Application.getComponentOnConfigureListeners ( ) : ComponentOnConfigureListenerCollection
[mangled: org/apache/wicket/Application.getComponentOnConfigureListeners:()Lorg/apache/wicket/application/ComponentOnConfigureListenerCollection;]
wicket-core-6.14.0.jar, ComponentOnConfigureListenerCollection.class
package org.apache.wicket.application
ComponentOnConfigureListenerCollection.ComponentOnConfigureListenerCollection ( )
[mangled: org/apache/wicket/application/ComponentOnConfigureListenerCollection."<init>":()V]
ComponentOnConfigureListenerCollection.onConfigure ( Component component ) : void
[mangled: org/apache/wicket/application/ComponentOnConfigureListenerCollection.onConfigure:(Lorg/apache/wicket/Component;)V]
wicket-core-6.14.0.jar, ContextImage.class
package org.apache.wicket.markup.html.image
ContextImage.ContextImage ( String id )
[mangled: org/apache/wicket/markup/html/image/ContextImage."<init>":(Ljava/lang/String;)V]
wicket-core-6.14.0.jar, IComponentOnConfigureListener.class
package org.apache.wicket.application
IComponentOnConfigureListener.onConfigure ( Component p1 ) [abstract] : void
[mangled: org/apache/wicket/application/IComponentOnConfigureListener.onConfigure:(Lorg/apache/wicket/Component;)V]
wicket-util-6.14.0.jar, InvalidContentTypeException.class
package org.apache.wicket.util.upload
FileUploadBase.InvalidContentTypeException.FileUploadBase.InvalidContentTypeException ( String message, Throwable cause )
[mangled: org/apache/wicket/util/upload/FileUploadBase.InvalidContentTypeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
to the top
Removed Methods (2)
wicket-native-websocket-core-0.15.jar, HttpSessionCopy.class
package org.apache.wicket.protocol.ws.api
HttpSessionCopy.destroy ( ) : void
[mangled: org/apache/wicket/protocol/ws/api/HttpSessionCopy.destroy:()V]
wicket-native-websocket-core-0.15.jar, ServletRequestCopy.class
package org.apache.wicket.protocol.ws.api
ServletRequestCopy.destroy ( ) : void
[mangled: org/apache/wicket/protocol/ws/api/ServletRequestCopy.destroy:()V]
to the top
Problems with Data Types, Low Severity (3)
wicket-core-6.13.0.jar
package org.apache.wicket.ajax
[+] AbstractAjaxTimerBehavior (1)
| Change | Effect |
---|
1 | Method onUnbind ( ) has been overridden by onUnbind ( ) | Method onUnbind ( ) will be called instead of onUnbind ( ) in a client program. |
[+] affected methods (1)
onUnbind ( )Method 'onUnbind ( )' will be called instead of this method in a client program.
package org.apache.wicket.resource
[+] DynamicJQueryResourceReference (1)
| Change | Effect |
---|
1 | Value of final field VERSION_2 (java.lang.String) has been changed from "jquery/jquery-2.0.3.js" to "jquery/jquery-2.1.0.js". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (5)
DynamicJQueryResourceReference ( )This constructor is from 'DynamicJQueryResourceReference' class.
getName ( )This method is from 'DynamicJQueryResourceReference' class.
getScope ( )This method is from 'DynamicJQueryResourceReference' class.
getVersion1 ( )This method is from 'DynamicJQueryResourceReference' class.
getVersion2 ( )This method is from 'DynamicJQueryResourceReference' class.
[+] JQueryResourceReference (1)
| Change | Effect |
---|
1 | Value of final field VERSION_1 (java.lang.String) has been changed from "jquery/jquery-1.10.2.js" to "jquery/jquery-1.11.0.js". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (2)
JQueryResourceReference ( )This constructor is from 'JQueryResourceReference' class.
get ( )This method is from 'JQueryResourceReference' class.
to the top
Other Changes in Data Types (1)
wicket-core-6.13.0.jar
package org.apache.wicket.markup.html.form
[+] NumberTextField (1)
| Change | Effect |
---|
1 | Field ANY 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
NumberTextField ( String )This constructor is from 'NumberTextField' class.
NumberTextField ( String, IModel )This constructor is from 'NumberTextField' class.
NumberTextField ( String, IModel, Class )This constructor is from 'NumberTextField' class.
convertInput ( )This method is from 'NumberTextField' class.
getInputType ( )This method is from 'NumberTextField' class.
getModelValue ( )This method is from 'NumberTextField' class.
onComponentTag ( ComponentTag )This method is from 'NumberTextField' class.
onConfigure ( )This method is from 'NumberTextField' class.
setMaximum ( Number )This method is from 'NumberTextField' class.
setMinimum ( Number )This method is from 'NumberTextField' class.
setStep ( Number )This method is from 'NumberTextField' class.
...
to the top
Java ARchives (22)
wicket-atmosphere-0.16.jar
wicket-auth-roles-6.13.0.jar
wicket-bean-validation-0.15.jar
wicket-bootstrap-0.15.jar
wicket-cdi-1.1-0.2.jar
wicket-cdi-6.13.0.jar
wicket-core-6.13.0.jar
wicket-datetime-6.13.0.jar
wicket-devutils-6.13.0.jar
wicket-extensions-6.13.0.jar
wicket-guice-6.13.0.jar
wicket-ioc-6.13.0.jar
wicket-jmx-6.13.0.jar
wicket-native-websocket-core-0.15.jar
wicket-native-websocket-jetty-0.15.jar
wicket-native-websocket-jetty9-0.15.jar
wicket-native-websocket-tomcat-0.15.jar
wicket-objectsizeof-agent-6.13.0.jar
wicket-request-6.13.0.jar
wicket-spring-6.13.0.jar
wicket-util-6.13.0.jar
wicket-velocity-6.13.0.jar
to the top