Binary compatibility report for the Wicket library between 1.3.5 and 1.3.6 versions
Test Info
Library Name | Wicket |
Version #1 | 1.3.5 |
Version #2 | 1.3.6 |
Test Results
Total Java ARchives | 11 |
---|
Total Methods / Classes | 8096 / 1250 |
---|
Verdict | Incompatible (0.04%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 16 |
---|
Removed Methods | High | 3 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (16)
wicket-1.3.6.jar, AjaxButton.class
package org.apache.wicket.ajax.markup.html.form
AjaxButton.AjaxButton ( String id, IModel model )
[mangled: org/apache/wicket/ajax/markup/html/form/AjaxButton."<init>":(Ljava/lang/String;Lorg/apache/wicket/model/IModel;)V]
AjaxButton.AjaxButton ( String id, IModel model, Form form )
[mangled: org/apache/wicket/ajax/markup/html/form/AjaxButton."<init>":(Ljava/lang/String;Lorg/apache/wicket/model/IModel;Lorg/apache/wicket/markup/html/form/Form;)V]
wicket-1.3.6.jar, Check.class
package org.apache.wicket.markup.html.form
Check.getStatelessHint ( ) : boolean
[mangled: org/apache/wicket/markup/html/form/Check.getStatelessHint:()Z]
wicket-1.3.6.jar, Component.class
package org.apache.wicket
Component.getBehaviorsRawList ( ) : List
[mangled: org/apache/wicket/Component.getBehaviorsRawList:()Ljava/util/List;]
wicket-1.3.6.jar, Files.class
package org.apache.wicket.util.file
Files.cleanupFilename ( String filename ) [static] : String
[mangled: org/apache/wicket/util/file/Files.cleanupFilename:(Ljava/lang/String;)Ljava/lang/String;]
wicket-1.3.6.jar, IClassCache.class
package org.apache.wicket.util.lang
PropertyResolver.IClassCache.get ( Class p1 ) [abstract] : Object
[mangled: org/apache/wicket/util/lang/PropertyResolver.IClassCache.get:(Ljava/lang/Class;)Ljava/lang/Object;]
PropertyResolver.IClassCache.put ( Class p1, Map p2 ) [abstract] : void
[mangled: org/apache/wicket/util/lang/PropertyResolver.IClassCache.put:(Ljava/lang/Class;Ljava/util/Map;)V]
wicket-1.3.6.jar, MockHttpServletRequest.class
package org.apache.wicket.protocol.http
MockHttpServletRequest.addCookies ( Collection cookies ) : void
[mangled: org/apache/wicket/protocol/http/MockHttpServletRequest.addCookies:(Ljava/util/Collection;)V]
wicket-1.3.6.jar, PagingNavigationLink.class
package org.apache.wicket.markup.html.navigation.paging
PagingNavigationLink.cullPageNumber ( int pageNumber ) : int
[mangled: org/apache/wicket/markup/html/navigation/paging/PagingNavigationLink.cullPageNumber:(I)I]
wicket-1.3.6.jar, PropertyResolver.class
package org.apache.wicket.util.lang
PropertyResolver.setClassCache ( Application application, PropertyResolver.IClassCache classCache ) [static] : void
[mangled: org/apache/wicket/util/lang/PropertyResolver.setClassCache:(Lorg/apache/wicket/Application;Lorg/apache/wicket/util/lang/PropertyResolver$IClassCache;)V]
wicket-1.3.6.jar, Radio.class
package org.apache.wicket.markup.html.form
Radio.getStatelessHint ( ) : boolean
[mangled: org/apache/wicket/markup/html/form/Radio.getStatelessHint:()Z]
wicket-1.3.6.jar, RequestCycle.class
package org.apache.wicket
RequestCycle.onRequestTargetSet ( IRequestTarget requestTarget ) : void
[mangled: org/apache/wicket/RequestCycle.onRequestTargetSet:(Lorg/apache/wicket/IRequestTarget;)V]
wicket-extensions-1.3.6.jar, AutoCompleteSettings.class
package org.apache.wicket.extensions.ajax.markup.html.autocomplete
AutoCompleteSettings.getShowCompleteListOnFocusGain ( ) : boolean
[mangled: org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteSettings.getShowCompleteListOnFocusGain:()Z]
AutoCompleteSettings.setShowCompleteListOnFocusGain ( boolean showCompleteListOnFocusGain ) : void
[mangled: org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteSettings.setShowCompleteListOnFocusGain:(Z)V]
wicket-extensions-1.3.6.jar, BreadCrumbBar.class
package org.apache.wicket.extensions.breadcrumb
BreadCrumbBar.getSeparatorMarkup ( ) : String
[mangled: org/apache/wicket/extensions/breadcrumb/BreadCrumbBar.getSeparatorMarkup:()Ljava/lang/String;]
wicket-extensions-1.3.6.jar, DefaultCssAutocompleteTextField.class
package org.apache.wicket.extensions.ajax.markup.html.autocomplete
DefaultCssAutocompleteTextField.DefaultCssAutocompleteTextField ( String string, IModel model )
[mangled: org/apache/wicket/extensions/ajax/markup/html/autocomplete/DefaultCssAutocompleteTextField."<init>":(Ljava/lang/String;Lorg/apache/wicket/model/IModel;)V]
to the top
Removed Methods (3)
wicket-guice-1.3.5.jar, GuiceTypeStore.class
package org.apache.wicket.guice
GuiceTypeStore.getType ( String typeName ) : Type
[mangled: org/apache/wicket/guice/GuiceTypeStore.getType:(Ljava/lang/String;)Ljava/lang/reflect/Type;]
GuiceTypeStore.GuiceTypeStore ( )
[mangled: org/apache/wicket/guice/GuiceTypeStore."<init>":()V]
GuiceTypeStore.setType ( String typeName, Type type ) : void
[mangled: org/apache/wicket/guice/GuiceTypeStore.setType:(Ljava/lang/String;Ljava/lang/reflect/Type;)V]
to the top
Problems with Data Types, High Severity (1)
wicket-guice-1.3.5.jar
package org.apache.wicket.guice
[+] GuiceTypeStore (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
GuiceTypeStore ( )This constructor is from 'GuiceTypeStore' class.
getType ( String )This method is from 'GuiceTypeStore' class.
setType ( String, Type )This method is from 'GuiceTypeStore' class.
to the top
Problems with Data Types, Low Severity (2)
wicket-1.3.5.jar
package org.apache.wicket.markup.html.form
[+] Check (1)
| Change | Effect |
---|
1 | Method getStatelessHint ( ) has been overridden by getStatelessHint ( ) | Method getStatelessHint ( ) will be called instead of getStatelessHint ( ) in a client program. |
[+] affected methods (1)
getStatelessHint ( )Method 'getStatelessHint ( )' will be called instead of this method in a client program.
[+] Radio (1)
| Change | Effect |
---|
1 | Method getStatelessHint ( ) has been overridden by getStatelessHint ( ) | Method getStatelessHint ( ) will be called instead of getStatelessHint ( ) in a client program. |
[+] affected methods (1)
getStatelessHint ( )Method 'getStatelessHint ( )' will be called instead of this method in a client program.
to the top
Java ARchives (11)
wicket-1.3.5.jar
wicket-auth-roles-1.3.5.jar
wicket-datetime-1.3.5.jar
wicket-extensions-1.3.5.jar
wicket-guice-1.3.5.jar
wicket-ioc-1.3.5.jar
wicket-jmx-1.3.5.jar
wicket-objectsizeof-agent-1.3.5.jar
wicket-spring-1.3.5.jar
wicket-spring-annot-1.3.5.jar
wicket-velocity-1.3.5.jar
to the top