Source 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 | 0 |
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
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. Recompilation of a client class may be terminated with the message: reference to ANY is ambiguous. |
[+] 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