Binary compatibility report for the Wicket library between 1.4.5 and 1.4.6 versions
Test Info
Library Name | Wicket |
Version #1 | 1.4.5 |
Version #2 | 1.4.6 |
Test Results
Total Java ARchives | 11 |
---|
Total Methods / Classes | 8591 / 1320 |
---|
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 9 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 2 |
---|
Medium | 1 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (9)
wicket-1.4.6.jar, ExtendedOpenCloseTagExpander.class
package org.apache.wicket.markup.parser.filter
ExtendedOpenCloseTagExpander.contains ( String name ) : boolean
[mangled: org/apache/wicket/markup/parser/filter/ExtendedOpenCloseTagExpander.contains:(Ljava/lang/String;)Z]
ExtendedOpenCloseTagExpander.ExtendedOpenCloseTagExpander ( )
[mangled: org/apache/wicket/markup/parser/filter/ExtendedOpenCloseTagExpander."<init>":()V]
wicket-1.4.6.jar, OpenCloseTagExpander.class
package org.apache.wicket.markup.parser.filter
OpenCloseTagExpander.contains ( String name ) : boolean
[mangled: org/apache/wicket/markup/parser/filter/OpenCloseTagExpander.contains:(Ljava/lang/String;)Z]
OpenCloseTagExpander.onFound ( ComponentTag tag ) : boolean
[mangled: org/apache/wicket/markup/parser/filter/OpenCloseTagExpander.onFound:(Lorg/apache/wicket/markup/ComponentTag;)Z]
wicket-auth-roles-1.4.6.jar, AuthenticatedWebSession.class
package org.apache.wicket.authentication
AuthenticatedWebSession.signIn ( boolean value ) : void
[mangled: org/apache/wicket/authentication/AuthenticatedWebSession.signIn:(Z)V]
wicket-datetime-1.4.6.jar, DateTimeField.class
package org.apache.wicket.extensions.yui.calendar
DateTimeField.newDatePicker ( ) : DatePicker
[mangled: org/apache/wicket/extensions/yui/calendar/DateTimeField.newDatePicker:()Lorg/apache/wicket/extensions/yui/calendar/DatePicker;]
wicket-extensions-1.4.6.jar, DataTable.class
package org.apache.wicket.extensions.markup.html.repeater.data.table
DataTable.newBodyContainer ( String id ) : WebMarkupContainer
[mangled: org/apache/wicket/extensions/markup/html/repeater/data/table/DataTable.newBodyContainer:(Ljava/lang/String;)Lorg/apache/wicket/markup/html/WebMarkupContainer;]
DataTable.setTableBodyCss ( String cssStyle ) : void
[mangled: org/apache/wicket/extensions/markup/html/repeater/data/table/DataTable.setTableBodyCss:(Ljava/lang/String;)V]
wicket-extensions-1.4.6.jar, UploadProgressBar.class
package org.apache.wicket.extensions.ajax.markup.html.form.upload
UploadProgressBar.onRemove ( ) : void
[mangled: org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.onRemove:()V]
to the top
Problems with Data Types, High Severity (2)
wicket-extensions-1.4.5.jar
package org.apache.wicket.extensions.markup.html.repeater.data.table.filter
[+] GoAndClearFilter (1)
| Change | Effect |
---|
1 | Field defaultClearModel has been renamed to DEFAULT_CLEAR_MODEL. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GoAndClearFilter ( String, FilterForm )This constructor is from 'GoAndClearFilter' class.
GoAndClearFilter ( String, FilterForm, IModel, IModel )This constructor is from 'GoAndClearFilter' class.
getClearButton ( )This method is from 'GoAndClearFilter' class.
onClearSubmit ( Button )This method is from 'GoAndClearFilter' class.
[+] GoFilter (1)
| Change | Effect |
---|
1 | Field defaultGoModel has been renamed to DEFAULT_GO_MODEL. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GoFilter ( String )This constructor is from 'GoFilter' class.
GoFilter ( String, IModel )This constructor is from 'GoFilter' class.
getGoButton ( )This method is from 'GoFilter' class.
onGoSubmit ( Button )This method is from 'GoFilter' class.
to the top
Problems with Data Types, Medium Severity (1)
wicket-auth-roles-1.4.5.jar
package org.apache.wicket.authentication.panel
[+] SignInPanel.SignInForm (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.wicket.markup.html.form.Form to org.apache.wicket.markup.html.form.StatelessForm. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SignInPanel.SignInForm ( SignInPanel, String )This constructor is from 'SignInPanel.SignInForm' class.
onSubmit ( )This method is from 'SignInPanel.SignInForm' class.
to the top
Problems with Data Types, Low Severity (1)
wicket-extensions-1.4.5.jar
package org.apache.wicket.extensions.ajax.markup.html.form.upload
[+] UploadProgressBar (1)
| Change | Effect |
---|
1 | Method onRemove ( ) has been overridden by onRemove ( ) | Method onRemove ( ) will be called instead of onRemove ( ) in a client program. |
[+] affected methods (1)
onRemove ( )Method 'onRemove ( )' will be called instead of this method in a client program.
to the top
Java ARchives (11)
wicket-1.4.5.jar
wicket-auth-roles-1.4.5.jar
wicket-datetime-1.4.5.jar
wicket-devutils-1.4.5.jar
wicket-extensions-1.4.5.jar
wicket-guice-1.4.5.jar
wicket-ioc-1.4.5.jar
wicket-jmx-1.4.5.jar
wicket-objectsizeof-agent-1.4.5.jar
wicket-spring-1.4.5.jar
wicket-velocity-1.4.5.jar
to the top