Binary compatibility report for the Wicket library between 1.5.5 and 1.5.6 versions

Test Info


Library NameWicket
Version #11.5.5
Version #21.5.6

Test Results


Total Java ARchives13
Total Methods / Classes9948 / 1529
VerdictIncompatible
(0.1%)

Problem Summary


SeverityCount
Added Methods-16
Removed MethodsHigh5
Problems with
Data Types
High1
Medium0
Low2
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods (16)


wicket-core-1.5.6.jar, AbstractChoice.class
package org.apache.wicket.markup.html.form
AbstractChoice.setOptionAttributes ( AppendingStringBuffer buffer, Object choice, int index, String selected )  :  void

wicket-core-1.5.6.jar, Button.class
package org.apache.wicket.markup.html.form
Button.getForm ( )  :  Form

wicket-core-1.5.6.jar, ErrorAttributes.class
package org.apache.wicket.protocol.http.servlet
ErrorAttributes.toString ( )  :  String

wicket-core-1.5.6.jar, MockHttpServletRequest.class
package org.apache.wicket.protocol.http.mock
MockHttpServletRequest.setHeader ( String name, String value )  :  void

wicket-core-1.5.6.jar, NumberTextField.class
package org.apache.wicket.markup.html.form
NumberTextField.getConverter ( Class type )  :  IConverter

wicket-core-1.5.6.jar, PageReference.class
package org.apache.wicket
PageReference.PageReference ( int pageId )

wicket-core-1.5.6.jar, ResourceStreamResource.class
package org.apache.wicket.request.resource
ResourceStreamResource.getResourceStream ( )  :  IResourceStream

wicket-util-1.5.6.jar, Streams.class
package org.apache.wicket.util.io
Streams.readNonCaching ( URL url ) [static]  :  InputStream

wicket-util-1.5.6.jar, Strings.class
package org.apache.wicket.util.string
Strings.toEnum ( CharSequence value, Class enumClass ) [static]  :  Enum

wicket-util-1.5.6.jar, StringValue.class
package org.apache.wicket.util.string
StringValue.toEnum ( Class eClass )  :  Enum
StringValue.toEnum ( Class eClass, Enum defaultValue )  :  Enum
StringValue.toEnum ( Enum defaultValue )  :  Enum
StringValue.toOptionalEnum ( Class eClass )  :  Enum

wicket-util-1.5.6.jar, UrlExternalFormComparator.class
package org.apache.wicket.util.collections
UrlExternalFormComparator.compare ( Object x0, Object x1 )  :  int
UrlExternalFormComparator.compare ( URL url1, URL url2 )  :  int
UrlExternalFormComparator.UrlExternalFormComparator ( )

to the top

Removed Methods (5)


wicket-core-1.5.5.jar, TagAttributes.class
package org.apache.wicket.markup.parser
TagAttributes.put ( Object x0, Object x1 )  :  Object
TagAttributes.put ( String key, Object value )  :  Object
TagAttributes.putAll ( Map map )  :  void
TagAttributes.TagAttributes ( )
TagAttributes.TagAttributes ( IValueMap map )

to the top

Problems with Data Types, High Severity (1)


wicket-core-1.5.5.jar
package org.apache.wicket.markup.parser
[+] TagAttributes (1)

to the top

Problems with Data Types, Low Severity (2)


wicket-core-1.5.5.jar
package org.apache.wicket.markup.html.form
[+] Button (1)
[+] NumberTextField (1)

to the top

Other Changes in Data Types (1)


wicket-core-1.5.5.jar
package org.apache.wicket.markup
[+] TagUtils (1)

to the top

Java ARchives (13)


wicket-auth-roles-1.5.5.jar
wicket-core-1.5.5.jar
wicket-datetime-1.5.5.jar
wicket-devutils-1.5.5.jar
wicket-extensions-1.5.5.jar
wicket-guice-1.5.5.jar
wicket-ioc-1.5.5.jar
wicket-jmx-1.5.5.jar
wicket-objectsizeof-agent-1.5.5.jar
wicket-request-1.5.5.jar
wicket-spring-1.5.5.jar
wicket-util-1.5.5.jar
wicket-velocity-1.5.5.jar

to the top