Binary compatibility report for the Wicket library between 1.5.4 and 1.5.5 versions
Test Info
Library Name | Wicket |
Version #1 | 1.5.4 |
Version #2 | 1.5.5 |
Test Results
Total Java ARchives | 13 |
---|
Total Methods / Classes | 9933 / 1526 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 18 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 13 |
Other Changes in Data Types | - | 1 |
Added Methods (18)
wicket-core-1.5.5.jar, AjaxEventBehavior.class
package org.apache.wicket.ajax
AjaxEventBehavior.toString ( ) : String
[mangled: org/apache/wicket/ajax/AjaxEventBehavior.toString:()Ljava/lang/String;]
wicket-core-1.5.5.jar, AjaxPostprocessingCallDecorator.class
package org.apache.wicket.ajax.calldecorator
AjaxPostprocessingCallDecorator.getDelegate ( ) : IAjaxCallDecorator
[mangled: org/apache/wicket/ajax/calldecorator/AjaxPostprocessingCallDecorator.getDelegate:()Lorg/apache/wicket/ajax/IAjaxCallDecorator;]
wicket-core-1.5.5.jar, AjaxPreprocessingCallDecorator.class
package org.apache.wicket.ajax.calldecorator
AjaxPreprocessingCallDecorator.getDelegate ( ) : IAjaxCallDecorator
[mangled: org/apache/wicket/ajax/calldecorator/AjaxPreprocessingCallDecorator.getDelegate:()Lorg/apache/wicket/ajax/IAjaxCallDecorator;]
wicket-core-1.5.5.jar, BlobImageResource.class
package org.apache.wicket.markup.html.image.resource
BlobImageResource.getBlob ( IResource.Attributes attributes ) : Blob
[mangled: org/apache/wicket/markup/html/image/resource/BlobImageResource.getBlob:(Lorg/apache/wicket/request/resource/IResource$Attributes;)Ljava/sql/Blob;]
wicket-core-1.5.5.jar, DeflatedJavaSerializer.class
package org.apache.wicket.serialize.java
DeflatedJavaSerializer.createDeflater ( ) : Deflater
[mangled: org/apache/wicket/serialize/java/DeflatedJavaSerializer.createDeflater:()Ljava/util/zip/Deflater;]
DeflatedJavaSerializer.DeflatedJavaSerializer ( String applicationKey )
[mangled: org/apache/wicket/serialize/java/DeflatedJavaSerializer."<init>":(Ljava/lang/String;)V]
DeflatedJavaSerializer.newObjectInputStream ( InputStream in ) : ObjectInputStream
[mangled: org/apache/wicket/serialize/java/DeflatedJavaSerializer.newObjectInputStream:(Ljava/io/InputStream;)Ljava/io/ObjectInputStream;]
DeflatedJavaSerializer.newObjectOutputStream ( OutputStream out ) : ObjectOutputStream
[mangled: org/apache/wicket/serialize/java/DeflatedJavaSerializer.newObjectOutputStream:(Ljava/io/OutputStream;)Ljava/io/ObjectOutputStream;]
wicket-core-1.5.5.jar, EmptyResourceNameIterator.class
package org.apache.wicket.util.resource.locator
EmptyResourceNameIterator.EmptyResourceNameIterator ( )
[mangled: org/apache/wicket/util/resource/locator/EmptyResourceNameIterator."<init>":()V]
EmptyResourceNameIterator.hasNext ( ) : boolean
[mangled: org/apache/wicket/util/resource/locator/EmptyResourceNameIterator.hasNext:()Z]
EmptyResourceNameIterator.remove ( ) : void
[mangled: org/apache/wicket/util/resource/locator/EmptyResourceNameIterator.remove:()V]
wicket-core-1.5.5.jar, IAjaxCallDecoratorDelegate.class
package org.apache.wicket.ajax.calldecorator
IAjaxCallDecoratorDelegate.getDelegate ( ) [abstract] : IAjaxCallDecorator
[mangled: org/apache/wicket/ajax/calldecorator/IAjaxCallDecoratorDelegate.getDelegate:()Lorg/apache/wicket/ajax/IAjaxCallDecorator;]
wicket-core-1.5.5.jar, ListenerInterfaceLogData.class
package org.apache.wicket.request.handler.logger
ListenerInterfaceLogData.getSubmittingComponentClass ( ) : Class
[mangled: org/apache/wicket/request/handler/logger/ListenerInterfaceLogData.getSubmittingComponentClass:()Ljava/lang/Class;]
ListenerInterfaceLogData.getSubmittingComponentPath ( ) : String
[mangled: org/apache/wicket/request/handler/logger/ListenerInterfaceLogData.getSubmittingComponentPath:()Ljava/lang/String;]
wicket-core-1.5.5.jar, SecurePackageResourceGuard.class
package org.apache.wicket.markup.html
SecurePackageResourceGuard.SecurePackageResourceGuard ( ConcurrentMap cache )
[mangled: org/apache/wicket/markup/html/SecurePackageResourceGuard."<init>":(Ljava/util/concurrent/ConcurrentMap;)V]
wicket-core-1.5.5.jar, StatelessForm.class
package org.apache.wicket.markup.html.form
StatelessForm.process ( IFormSubmitter submittingComponent ) : void
[mangled: org/apache/wicket/markup/html/form/StatelessForm.process:(Lorg/apache/wicket/markup/html/form/IFormSubmitter;)V]
wicket-core-1.5.5.jar, WebApplication.class
package org.apache.wicket.protocol.http
WebApplication.setConfigurationType ( RuntimeConfigurationType configurationType ) : void
[mangled: org/apache/wicket/protocol/http/WebApplication.setConfigurationType:(Lorg/apache/wicket/RuntimeConfigurationType;)V]
wicket-core-1.5.5.jar, WicketFilter.class
package org.apache.wicket.protocol.http
WicketFilter.WicketFilter ( WebApplication application )
[mangled: org/apache/wicket/protocol/http/WicketFilter."<init>":(Lorg/apache/wicket/protocol/http/WebApplication;)V]
to the top
Problems with Data Types, Low Severity (2)
wicket-core-1.5.4.jar
package org.apache.wicket.markup.html.form
[+] StatelessForm (1)
| Change | Effect |
---|
1 | Method process ( IFormSubmitter ) has been overridden by process ( IFormSubmitter ) | Method process ( IFormSubmitter ) will be called instead of process ( IFormSubmitter ) in a client program. |
[+] affected methods (1)
process ( IFormSubmitter )Method 'process ( IFormSubmitter )' will be called instead of this method in a client program.
package org.apache.wicket.markup.transformer
[+] XsltOutputTransformerContainer (1)
| Change | Effect |
---|
1 | Method getMarkupType ( ) has been moved up type hierarchy to getMarkupType ( ) | Method getMarkupType ( ) will be called instead of getMarkupType ( ) in a client program. |
[+] affected methods (1)
getMarkupType ( )Method 'getMarkupType ( )' will be called instead of this method in a client program.
to the top
Problems with Methods, Low Severity (13)
wicket-util-1.5.4.jar, CopyOnWriteValueMap
package org.apache.wicket.util.value
[+] CopyOnWriteValueMap.getDouble ( String key, double defaultValue ) : double (1)
[mangled: org/apache/wicket/util/value/CopyOnWriteValueMap.getDouble:(Ljava/lang/String;D)D]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CopyOnWriteValueMap.getInt ( String key, int defaultValue ) : int (1)
[mangled: org/apache/wicket/util/value/CopyOnWriteValueMap.getInt:(Ljava/lang/String;I)I]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] CopyOnWriteValueMap.getLong ( String key, long defaultValue ) : long (1)
[mangled: org/apache/wicket/util/value/CopyOnWriteValueMap.getLong:(Ljava/lang/String;J)J]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
wicket-util-1.5.4.jar, StringValue
package org.apache.wicket.util.string
[+] StringValue.toBoolean ( boolean defaultValue ) : boolean (1)
[mangled: org/apache/wicket/util/string/StringValue.toBoolean:(Z)Z]
| Change | Effect |
---|
1 | Removed StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] StringValue.toChar ( char defaultValue ) : char (1)
[mangled: org/apache/wicket/util/string/StringValue.toChar:(C)C]
| Change | Effect |
---|
1 | Removed StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] StringValue.toDouble ( double defaultValue ) : double (1)
[mangled: org/apache/wicket/util/string/StringValue.toDouble:(D)D]
| Change | Effect |
---|
1 | Removed StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] StringValue.toDuration ( Duration defaultValue ) : Duration (1)
[mangled: org/apache/wicket/util/string/StringValue.toDuration:(Lorg/apache/wicket/util/time/Duration;)Lorg/apache/wicket/util/time/Duration;]
| Change | Effect |
---|
1 | Removed StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] StringValue.toInt ( int defaultValue ) : int (1)
[mangled: org/apache/wicket/util/string/StringValue.toInt:(I)I]
| Change | Effect |
---|
1 | Removed StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] StringValue.toLong ( long defaultValue ) : long (1)
[mangled: org/apache/wicket/util/string/StringValue.toLong:(J)J]
| Change | Effect |
---|
1 | Removed StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] StringValue.toTime ( Time defaultValue ) : Time (1)
[mangled: org/apache/wicket/util/string/StringValue.toTime:(Lorg/apache/wicket/util/time/Time;)Lorg/apache/wicket/util/time/Time;]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
wicket-util-1.5.4.jar, ValueMap
package org.apache.wicket.util.value
[+] ValueMap.getDouble ( String key, double defaultValue ) : double (1)
[mangled: org/apache/wicket/util/value/ValueMap.getDouble:(Ljava/lang/String;D)D]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] ValueMap.getInt ( String key, int defaultValue ) : int (1)
[mangled: org/apache/wicket/util/value/ValueMap.getInt:(Ljava/lang/String;I)I]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] ValueMap.getLong ( String key, long defaultValue ) : long (1)
[mangled: org/apache/wicket/util/value/ValueMap.getLong:(Ljava/lang/String;J)J]
| Change | Effect |
---|
1 | Removed org.apache.wicket.util.string.StringValueConversionException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Other Changes in Data Types (1)
wicket-core-1.5.4.jar
package org.apache.wicket.ajax.calldecorator
[+] AjaxPostprocessingCallDecorator (1)
| Change | Effect |
---|
1 | Added super-interface IAjaxCallDecoratorDelegate. | No effect. |
[+] affected methods (7)
AjaxPostprocessingCallDecorator ( IAjaxCallDecorator )This constructor is from 'AjaxPostprocessingCallDecorator' abstract class.
decorateOnFailureScript ( Component, CharSequence )This method is from 'AjaxPostprocessingCallDecorator' abstract class.
decorateOnSuccessScript ( Component, CharSequence )This method is from 'AjaxPostprocessingCallDecorator' abstract class.
decorateScript ( Component, CharSequence )This method is from 'AjaxPostprocessingCallDecorator' abstract class.
postDecorateOnFailureScript ( Component, CharSequence )This method is from 'AjaxPostprocessingCallDecorator' abstract class.
postDecorateOnSuccessScript ( Component, CharSequence )This method is from 'AjaxPostprocessingCallDecorator' abstract class.
postDecorateScript ( Component, CharSequence )This method is from 'AjaxPostprocessingCallDecorator' abstract class.
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