Source compatibility report for the Wicket library between 1.5.6 and 1.5.7 versions
Test Info
Library Name | Wicket |
Version #1 | 1.5.6 |
Version #2 | 1.5.7 |
Test Results
Total Java ARchives | 13 |
---|
Total Methods / Classes | 9961 / 1529 |
---|
Verdict | Incompatible (0.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 17 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 2 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (17)
wicket-core-1.5.7.jar, AjaxNewWindowNotifyingBehavior.class
package org.apache.wicket.ajax
AjaxNewWindowNotifyingBehavior.AjaxNewWindowNotifyingBehavior ( )
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior."<init>":()V]
AjaxNewWindowNotifyingBehavior.AjaxNewWindowNotifyingBehavior ( String windowName )
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior."<init>":(Ljava/lang/String;)V]
AjaxNewWindowNotifyingBehavior.getCallbackUrl ( ) : CharSequence
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior.getCallbackUrl:()Ljava/lang/CharSequence;]
AjaxNewWindowNotifyingBehavior.onBind ( ) : void
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior.onBind:()V]
AjaxNewWindowNotifyingBehavior.onNewWindow ( AjaxRequestTarget p1 ) [abstract] : void
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior.onNewWindow:(Lorg/apache/wicket/ajax/AjaxRequestTarget;)V]
AjaxNewWindowNotifyingBehavior.renderHead ( Component component, IHeaderResponse response ) : void
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior.renderHead:(Lorg/apache/wicket/Component;Lorg/apache/wicket/markup/html/IHeaderResponse;)V]
AjaxNewWindowNotifyingBehavior.respond ( AjaxRequestTarget target ) : void
[mangled: org/apache/wicket/ajax/AjaxNewWindowNotifyingBehavior.respond:(Lorg/apache/wicket/ajax/AjaxRequestTarget;)V]
wicket-core-1.5.7.jar, Form.class
package org.apache.wicket.markup.html.form
Form.wantSubmitOnNestedFormSubmit ( ) : boolean
[mangled: org/apache/wicket/markup/html/form/Form.wantSubmitOnNestedFormSubmit:()Z]
wicket-core-1.5.7.jar, IResourceSettings.class
package org.apache.wicket.settings
IResourceSettings.isEncodeJSessionId ( ) [abstract] : boolean
[mangled: org/apache/wicket/settings/IResourceSettings.isEncodeJSessionId:()Z]
IResourceSettings.setEncodeJSessionId ( boolean p1 ) [abstract] : void
[mangled: org/apache/wicket/settings/IResourceSettings.setEncodeJSessionId:(Z)V]
wicket-core-1.5.7.jar, PackageResource.class
package org.apache.wicket.request.resource
PackageResource.getTextEncoding ( ) : String
[mangled: org/apache/wicket/request/resource/PackageResource.getTextEncoding:()Ljava/lang/String;]
PackageResource.setTextEncoding ( String textEncoding ) : void
[mangled: org/apache/wicket/request/resource/PackageResource.setTextEncoding:(Ljava/lang/String;)V]
wicket-core-1.5.7.jar, PagingNavigator.class
package org.apache.wicket.markup.html.navigation.paging
PagingNavigator.onInitialize ( ) : void
[mangled: org/apache/wicket/markup/html/navigation/paging/PagingNavigator.onInitialize:()V]
wicket-core-1.5.7.jar, ResourceSettings.class
package org.apache.wicket.settings.def
ResourceSettings.isEncodeJSessionId ( ) : boolean
[mangled: org/apache/wicket/settings/def/ResourceSettings.isEncodeJSessionId:()Z]
ResourceSettings.setEncodeJSessionId ( boolean encodeJSessionId ) : void
[mangled: org/apache/wicket/settings/def/ResourceSettings.setEncodeJSessionId:(Z)V]
wicket-core-1.5.7.jar, WicketTester.class
package org.apache.wicket.util.tester
WicketTester.assertRedirectUrl ( String expectedRedirectUrl ) : void
[mangled: org/apache/wicket/util/tester/WicketTester.assertRedirectUrl:(Ljava/lang/String;)V]
wicket-extensions-1.5.7.jar, Recorder.class
package org.apache.wicket.extensions.markup.html.form.palette.component
Recorder.getSelectedIds ( ) : List
[mangled: org/apache/wicket/extensions/markup/html/form/palette/component/Recorder.getSelectedIds:()Ljava/util/List;]
to the top
Problems with Data Types, High Severity (2)
wicket-core-1.5.6.jar
package org.apache.wicket.settings
[+] IResourceSettings (2)
| Change | Effect |
---|
1 | Abstract method isEncodeJSessionId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isEncodeJSessionId() in IResourceSettings. |
2 | Abstract method setEncodeJSessionId ( boolean ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEncodeJSessionId(boolean) in IResourceSettings. |
[+] affected methods (33)
getResourceSettings ( )Return value of this method has type 'IResourceSettings'.
setResourceSettings ( IResourceSettings )1st parameter 'resourceSettings' of this method has type 'IResourceSettings'.
addResourceFactory ( String, IResourceFactory )This abstract method is from 'IResourceSettings' interface.
addResourceFolder ( String )This abstract method is from 'IResourceSettings' interface.
getCachingStrategy ( )This abstract method is from 'IResourceSettings' interface.
getCssCompressor ( )This abstract method is from 'IResourceSettings' interface.
getDefaultCacheDuration ( )This abstract method is from 'IResourceSettings' interface.
getFileCleaner ( )This abstract method is from 'IResourceSettings' interface.
getJavaScriptCompressor ( )This abstract method is from 'IResourceSettings' interface.
getPackageResourceGuard ( )This abstract method is from 'IResourceSettings' interface.
getParentFolderPlaceholder ( )This abstract method is from 'IResourceSettings' interface.
getPropertiesFactory ( )This abstract method is from 'IResourceSettings' interface.
...
to the top
Java ARchives (13)
wicket-auth-roles-1.5.6.jar
wicket-core-1.5.6.jar
wicket-datetime-1.5.6.jar
wicket-devutils-1.5.6.jar
wicket-extensions-1.5.6.jar
wicket-guice-1.5.6.jar
wicket-ioc-1.5.6.jar
wicket-jmx-1.5.6.jar
wicket-objectsizeof-agent-1.5.6.jar
wicket-request-1.5.6.jar
wicket-spring-1.5.6.jar
wicket-util-1.5.6.jar
wicket-velocity-1.5.6.jar
to the top