Source compatibility report for the Wicket library between 6.7.0 and 6.8.0 versions

Test Info


Library NameWicket
Version #16.7.0
Version #26.8.0

Test Results


Total Java ARchives21
Total Methods / Classes11420 / 1748
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-24
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-3

Added Methods (24)


wicket-core-6.8.0.jar, AjaxRequestAttributes.class
package org.apache.wicket.ajax.attributes
AjaxRequestAttributes.getEventPropagation ( )  :  AjaxRequestAttributes.EventPropagation
AjaxRequestAttributes.setEventPropagation ( AjaxRequestAttributes.EventPropagation eventPropagation )  :  AjaxRequestAttributes

wicket-core-6.8.0.jar, Component.class
package org.apache.wicket
Component.clearOriginalDestination ( )  :  void

wicket-core-6.8.0.jar, CookieCollection.class
package org.apache.wicket.protocol.http.mock
CookieCollection.add ( Cookie cookie )  :  void
CookieCollection.addAll ( Cookie[ ] cookies )  :  void
CookieCollection.addAll ( List cookies )  :  void
CookieCollection.allAsList ( )  :  List
CookieCollection.asList ( )  :  List
CookieCollection.CookieCollection ( )
CookieCollection.expiredAsList ( )  :  List

wicket-core-6.8.0.jar, Cookies.class
package org.apache.wicket.protocol.http.mock
Cookies.isExpired ( Cookie cookie ) [static]  :  boolean
Cookies.keyOf ( Cookie cookie ) [static]  :  Cookies.Key

wicket-core-6.8.0.jar, EventPropagation.class
package org.apache.wicket.ajax.attributes
AjaxRequestAttributes.EventPropagation.valueOf ( String name ) [static]  :  AjaxRequestAttributes.EventPropagation
AjaxRequestAttributes.EventPropagation.values ( ) [static]  :  AjaxRequestAttributes.EventPropagation[ ]

wicket-core-6.8.0.jar, FilteringHeaderResponse.class
package org.apache.wicket.markup.head.filter
FilteringHeaderResponse.FilteringHeaderResponse ( IHeaderResponse response )

wicket-core-6.8.0.jar, Key.class
package org.apache.wicket.protocol.http.mock
Cookies.Key.Cookies.Key ( Cookie cookie )
Cookies.Key.equals ( Object obj )  :  boolean
Cookies.Key.hashCode ( )  :  int
Cookies.Key.toString ( )  :  String

wicket-core-6.8.0.jar, ModelIteratorAdapter.class
package org.apache.wicket.markup.repeater.util
ModelIteratorAdapter.ModelIteratorAdapter ( Iterable iterable )

wicket-core-6.8.0.jar, PageRequestHandlerTracker.class
package org.apache.wicket.request.cycle
PageRequestHandlerTracker.onExceptionRequestHandlerResolved ( RequestCycle cycle, IRequestHandler handler, Exception exception )  :  void

wicket-core-6.8.0.jar, StringResourceModel.class
package org.apache.wicket.model
StringResourceModel.detach ( )  :  void

wicket-extensions-6.8.0.jar, AutoCompleteSettings.class
package org.apache.wicket.extensions.ajax.markup.html.autocomplete
AutoCompleteSettings.getIgnoreBordersWhenPositioning ( )  :  boolean
AutoCompleteSettings.setIgnoreBordersWhenPositioning ( boolean ignoreBordersWhenPositioning )  :  AutoCompleteSettings

to the top

Other Changes in Data Types (3)


wicket-core-6.7.0.jar
package org.apache.wicket.ajax.attributes
[+] AjaxAttributeName (1)

package org.apache.wicket.markup.head.filter
[+] FilteringHeaderResponse (1)

package org.apache.wicket.markup.html.form
[+] AutoLabelTextResolver (1)

to the top

Java ARchives (21)


wicket-atmosphere-0.9.jar
wicket-auth-roles-6.7.0.jar
wicket-bean-validation-0.8.jar
wicket-bootstrap-0.8.jar
wicket-cdi-6.7.0.jar
wicket-core-6.7.0.jar
wicket-datetime-6.7.0.jar
wicket-devutils-6.7.0.jar
wicket-extensions-6.7.0.jar
wicket-guice-6.7.0.jar
wicket-ioc-6.7.0.jar
wicket-jmx-6.7.0.jar
wicket-native-websocket-core-0.8.jar
wicket-native-websocket-jetty-0.8.jar
wicket-native-websocket-jetty9-0.8.jar
wicket-native-websocket-tomcat-0.8.jar
wicket-objectsizeof-agent-6.7.0.jar
wicket-request-6.7.0.jar
wicket-spring-6.7.0.jar
wicket-util-6.7.0.jar
wicket-velocity-6.7.0.jar

to the top