Source compatibility report for the Wicket library between 1.5.4 and 1.5.5 versions

Test Info


Library NameWicket
Version #11.5.4
Version #21.5.5

Test Results


Total Java ARchives13
Total Methods / Classes9933 / 1526
VerdictIncompatible
(0.1%)

Problem Summary


SeverityCount
Added Methods-18
Removed MethodsHigh0
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium13
Low0

Added Methods (18)


wicket-core-1.5.5.jar, AjaxEventBehavior.class
package org.apache.wicket.ajax
AjaxEventBehavior.toString ( )  :  String

wicket-core-1.5.5.jar, AjaxPostprocessingCallDecorator.class
package org.apache.wicket.ajax.calldecorator
AjaxPostprocessingCallDecorator.getDelegate ( )  :  IAjaxCallDecorator

wicket-core-1.5.5.jar, AjaxPreprocessingCallDecorator.class
package org.apache.wicket.ajax.calldecorator
AjaxPreprocessingCallDecorator.getDelegate ( )  :  IAjaxCallDecorator

wicket-core-1.5.5.jar, BlobImageResource.class
package org.apache.wicket.markup.html.image.resource
BlobImageResource.getBlob ( IResource.Attributes attributes )  :  Blob

wicket-core-1.5.5.jar, DeflatedJavaSerializer.class
package org.apache.wicket.serialize.java
DeflatedJavaSerializer.createDeflater ( )  :  Deflater
DeflatedJavaSerializer.DeflatedJavaSerializer ( String applicationKey )
DeflatedJavaSerializer.newObjectInputStream ( InputStream in )  :  ObjectInputStream
DeflatedJavaSerializer.newObjectOutputStream ( OutputStream out )  :  ObjectOutputStream

wicket-core-1.5.5.jar, EmptyResourceNameIterator.class
package org.apache.wicket.util.resource.locator
EmptyResourceNameIterator.EmptyResourceNameIterator ( )
EmptyResourceNameIterator.hasNext ( )  :  boolean
EmptyResourceNameIterator.remove ( )  :  void

wicket-core-1.5.5.jar, IAjaxCallDecoratorDelegate.class
package org.apache.wicket.ajax.calldecorator
IAjaxCallDecoratorDelegate.getDelegate ( ) [abstract]  :  IAjaxCallDecorator

wicket-core-1.5.5.jar, ListenerInterfaceLogData.class
package org.apache.wicket.request.handler.logger
ListenerInterfaceLogData.getSubmittingComponentClass ( )  :  Class
ListenerInterfaceLogData.getSubmittingComponentPath ( )  :  String

wicket-core-1.5.5.jar, SecurePackageResourceGuard.class
package org.apache.wicket.markup.html
SecurePackageResourceGuard.SecurePackageResourceGuard ( ConcurrentMap cache )

wicket-core-1.5.5.jar, StatelessForm.class
package org.apache.wicket.markup.html.form
StatelessForm.process ( IFormSubmitter submittingComponent )  :  void

wicket-core-1.5.5.jar, WebApplication.class
package org.apache.wicket.protocol.http
WebApplication.setConfigurationType ( RuntimeConfigurationType configurationType )  :  void

wicket-core-1.5.5.jar, WicketFilter.class
package org.apache.wicket.protocol.http
WicketFilter.WicketFilter ( WebApplication application )

to the top

Problems with Data Types, High Severity (1)


wicket-core-1.5.4.jar
package org.apache.wicket.ajax.calldecorator
[+] AjaxPostprocessingCallDecorator (1)

to the top

Problems with Methods, Medium Severity (13)


wicket-util-1.5.4.jar, CopyOnWriteValueMap
package org.apache.wicket.util.value
[+] CopyOnWriteValueMap.getDouble ( String key, double defaultValue )  :  double (1)
[+] CopyOnWriteValueMap.getInt ( String key, int defaultValue )  :  int (1)
[+] CopyOnWriteValueMap.getLong ( String key, long defaultValue )  :  long (1)

wicket-util-1.5.4.jar, StringValue
package org.apache.wicket.util.string
[+] StringValue.toBoolean ( boolean defaultValue )  :  boolean (1)
[+] StringValue.toChar ( char defaultValue )  :  char (1)
[+] StringValue.toDouble ( double defaultValue )  :  double (1)
[+] StringValue.toDuration ( Duration defaultValue )  :  Duration (1)
[+] StringValue.toInt ( int defaultValue )  :  int (1)
[+] StringValue.toLong ( long defaultValue )  :  long (1)
[+] StringValue.toTime ( Time defaultValue )  :  Time (1)

wicket-util-1.5.4.jar, ValueMap
package org.apache.wicket.util.value
[+] ValueMap.getDouble ( String key, double defaultValue )  :  double (1)
[+] ValueMap.getInt ( String key, int defaultValue )  :  int (1)
[+] ValueMap.getLong ( String key, long defaultValue )  :  long (1)

to the top

Java ARchives (13)


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

to the top