Source compatibility report for the Wicket library between 1.4.7 and 1.4.8 versions
Test Info
Library Name | Wicket |
Version #1 | 1.4.7 |
Version #2 | 1.4.8 |
Test Results
Total Java ARchives | 11 |
---|
Total Methods / Classes | 8610 / 1322 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 8 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (8)
wicket-1.4.8.jar, HttpsRequestCycleProcessor.class
package org.apache.wicket.protocol.https
HttpsRequestCycleProcessor.checkSecureIncoming ( IRequestTarget target ) : IRequestTarget
[mangled: org/apache/wicket/protocol/https/HttpsRequestCycleProcessor.checkSecureIncoming:(Lorg/apache/wicket/IRequestTarget;)Lorg/apache/wicket/IRequestTarget;]
HttpsRequestCycleProcessor.checkSecureOutgoing ( IRequestTarget target ) : IRequestTarget
[mangled: org/apache/wicket/protocol/https/HttpsRequestCycleProcessor.checkSecureOutgoing:(Lorg/apache/wicket/IRequestTarget;)Lorg/apache/wicket/IRequestTarget;]
HttpsRequestCycleProcessor.respond ( RequestCycle requestCycle ) : void
[mangled: org/apache/wicket/protocol/https/HttpsRequestCycleProcessor.respond:(Lorg/apache/wicket/RequestCycle;)V]
wicket-1.4.8.jar, RadioChoice.class
package org.apache.wicket.markup.html.form
RadioChoice.getAdditionalAttributes ( int index, Object choice ) : IValueMap
[mangled: org/apache/wicket/markup/html/form/RadioChoice.getAdditionalAttributes:(ILjava/lang/Object;)Lorg/apache/wicket/util/value/IValueMap;]
wicket-extensions-1.4.8.jar, IndicatingAjaxButton.class
package org.apache.wicket.extensions.ajax.markup.html
IndicatingAjaxButton.IndicatingAjaxButton ( String id, IModel model )
[mangled: org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton."<init>":(Ljava/lang/String;Lorg/apache/wicket/model/IModel;)V]
IndicatingAjaxButton.IndicatingAjaxButton ( String id, IModel model, Form form )
[mangled: org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton."<init>":(Ljava/lang/String;Lorg/apache/wicket/model/IModel;Lorg/apache/wicket/markup/html/form/Form;)V]
wicket-extensions-1.4.8.jar, ModalWindow.class
package org.apache.wicket.extensions.ajax.markup.html.modal
ModalWindow.getShowJavascript ( ) : Object
[mangled: org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.getShowJavascript:()Ljava/lang/Object;]
wicket-guice-1.4.8.jar, GuiceComponentInjector.class
package org.apache.wicket.guice
GuiceComponentInjector.getFieldValueFactory ( ) : IFieldValueFactory
[mangled: org/apache/wicket/guice/GuiceComponentInjector.getFieldValueFactory:()Lorg/apache/wicket/injection/IFieldValueFactory;]
to the top
Problems with Data Types, Low Severity (1)
wicket-guice-1.4.7.jar
package org.apache.wicket.guice
[+] GuiceComponentInjector (1)
| Change | Effect |
---|
1 | Added super-class org.apache.wicket.injection.ConfigurableInjector. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (5)
GuiceComponentInjector ( Application )This constructor is from 'GuiceComponentInjector' class.
GuiceComponentInjector ( Application, Module[ ] )This constructor is from 'GuiceComponentInjector' class.
GuiceComponentInjector ( Application, Injector )This constructor is from 'GuiceComponentInjector' class.
findBindingAnnotation ( Annotation[ ] )This method is from 'GuiceComponentInjector' class.
onInstantiation ( Component )This method is from 'GuiceComponentInjector' class.
to the top
Java ARchives (11)
wicket-1.4.7.jar
wicket-auth-roles-1.4.7.jar
wicket-datetime-1.4.7.jar
wicket-devutils-1.4.7.jar
wicket-extensions-1.4.7.jar
wicket-guice-1.4.7.jar
wicket-ioc-1.4.7.jar
wicket-jmx-1.4.7.jar
wicket-objectsizeof-agent-1.4.7.jar
wicket-spring-1.4.7.jar
wicket-velocity-1.4.7.jar
to the top