Binary compatibility report for the Wicket library between 1.4.6 and 1.4.7 versions
Test Info
Library Name | Wicket |
Version #1 | 1.4.6 |
Version #2 | 1.4.7 |
Test Results
Total Java ARchives | 11 |
---|
Total Methods / Classes | 8601 / 1322 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 6 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (6)
wicket-1.4.7.jar, AbstractAjaxTimerBehavior.class
package org.apache.wicket.ajax
AbstractAjaxTimerBehavior.isStopped ( ) : boolean
[mangled: org/apache/wicket/ajax/AbstractAjaxTimerBehavior.isStopped:()Z]
wicket-1.4.7.jar, ListDataProvider.class
package org.apache.wicket.markup.repeater.data
ListDataProvider.getData ( ) : List
[mangled: org/apache/wicket/markup/repeater/data/ListDataProvider.getData:()Ljava/util/List;]
wicket-1.4.7.jar, PageParameters.class
package org.apache.wicket
PageParameters.equals ( Object o ) : boolean
[mangled: org/apache/wicket/PageParameters.equals:(Ljava/lang/Object;)Z]
wicket-1.4.7.jar, SharedResources.class
package org.apache.wicket
SharedResources.isThrowExceptionIfNotMapped ( ) : boolean
[mangled: org/apache/wicket/SharedResources.isThrowExceptionIfNotMapped:()Z]
SharedResources.setThrowExceptionIfNotMapped ( boolean throwExceptionIfNotMapped ) : void
[mangled: org/apache/wicket/SharedResources.setThrowExceptionIfNotMapped:(Z)V]
wicket-extensions-1.4.7.jar, AbstractOptions.class
package org.apache.wicket.extensions.markup.html.form.palette.component
AbstractOptions.avoidAjaxSerialization ( ) : void
[mangled: org/apache/wicket/extensions/markup/html/form/palette/component/AbstractOptions.avoidAjaxSerialization:()V]
to the top
Problems with Data Types, Low Severity (2)
wicket-1.4.6.jar
package org.apache.wicket.markup.html.form
[+] Check (1)
| Change | Effect |
---|
1 | Method onBeforeRender ( ) has been moved up type hierarchy to onBeforeRender ( ) | Method onBeforeRender ( ) will be called instead of onBeforeRender ( ) in a client program. |
[+] affected methods (1)
onBeforeRender ( )Method 'onBeforeRender ( )' will be called instead of this method in a client program.
[+] Radio (1)
| Change | Effect |
---|
1 | Method onBeforeRender ( ) has been moved up type hierarchy to onBeforeRender ( ) | Method onBeforeRender ( ) will be called instead of onBeforeRender ( ) in a client program. |
[+] affected methods (1)
onBeforeRender ( )Method 'onBeforeRender ( )' will be called instead of this method in a client program.
to the top
Java ARchives (11)
wicket-1.4.6.jar
wicket-auth-roles-1.4.6.jar
wicket-datetime-1.4.6.jar
wicket-devutils-1.4.6.jar
wicket-extensions-1.4.6.jar
wicket-guice-1.4.6.jar
wicket-ioc-1.4.6.jar
wicket-jmx-1.4.6.jar
wicket-objectsizeof-agent-1.4.6.jar
wicket-spring-1.4.6.jar
wicket-velocity-1.4.6.jar
to the top