Source compatibility report for the Wicket library between 1.4.12 and 1.4.13 versions
Test Info
Library Name | Wicket |
Version #1 | 1.4.12 |
Version #2 | 1.4.13 |
Test Results
Total Java ARchives | 11 |
---|
Total Methods / Classes | 8779 / 1344 |
---|
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 14 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (14)
wicket-1.4.13.jar, AbstractHttpSessionStore.class
package org.apache.wicket.protocol.http
AbstractHttpSessionStore.getHttpSession ( WebRequest request, boolean create ) : HttpSession
[mangled: org/apache/wicket/protocol/http/AbstractHttpSessionStore.getHttpSession:(Lorg/apache/wicket/protocol/http/WebRequest;Z)Ljavax/servlet/http/HttpSession;]
wicket-1.4.13.jar, Application.class
package org.apache.wicket
Application.addComponentInitializationListener ( IComponentInitializationListener listener ) : void
[mangled: org/apache/wicket/Application.addComponentInitializationListener:(Lorg/apache/wicket/application/IComponentInitializationListener;)V]
Application.fireComponentInitializationListeners ( Component component ) : void
[mangled: org/apache/wicket/Application.fireComponentInitializationListeners:(Lorg/apache/wicket/Component;)V]
wicket-1.4.13.jar, ClientSideImageMap.class
package org.apache.wicket.markup.html.link
ClientSideImageMap.addCircleArea ( AbstractLink link, int x, int y, int radius ) : ClientSideImageMap
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap.addCircleArea:(Lorg/apache/wicket/markup/html/link/AbstractLink;III)Lorg/apache/wicket/markup/html/link/ClientSideImageMap;]
ClientSideImageMap.addPolygonArea ( AbstractLink link, int[ ] coordinates ) : ClientSideImageMap
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap.addPolygonArea:(Lorg/apache/wicket/markup/html/link/AbstractLink;[I)Lorg/apache/wicket/markup/html/link/ClientSideImageMap;]
ClientSideImageMap.addRectangleArea ( AbstractLink link, int x1, int y1, int x2, int y2 ) : ClientSideImageMap
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap.addRectangleArea:(Lorg/apache/wicket/markup/html/link/AbstractLink;IIII)Lorg/apache/wicket/markup/html/link/ClientSideImageMap;]
ClientSideImageMap.addShapeArea ( AbstractLink link, Shape shape ) : ClientSideImageMap
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap.addShapeArea:(Lorg/apache/wicket/markup/html/link/AbstractLink;Ljava/awt/Shape;)Lorg/apache/wicket/markup/html/link/ClientSideImageMap;]
ClientSideImageMap.ClientSideImageMap ( String id, Image image )
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap."<init>":(Ljava/lang/String;Lorg/apache/wicket/markup/html/image/Image;)V]
ClientSideImageMap.newChildId ( ) : String
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap.newChildId:()Ljava/lang/String;]
ClientSideImageMap.onComponentTag ( ComponentTag tag ) : void
[mangled: org/apache/wicket/markup/html/link/ClientSideImageMap.onComponentTag:(Lorg/apache/wicket/markup/ComponentTag;)V]
wicket-1.4.13.jar, IComponentInitializationListener.class
package org.apache.wicket.application
IComponentInitializationListener.onInitialize ( Component p1 ) [abstract] : void
[mangled: org/apache/wicket/application/IComponentInitializationListener.onInitialize:(Lorg/apache/wicket/Component;)V]
wicket-1.4.13.jar, MultiLineLabel.class
package org.apache.wicket.markup.html.basic
MultiLineLabel.onComponentTag ( ComponentTag tag ) : void
[mangled: org/apache/wicket/markup/html/basic/MultiLineLabel.onComponentTag:(Lorg/apache/wicket/markup/ComponentTag;)V]
wicket-1.4.13.jar, PageReferenceRequestTarget.class
package org.apache.wicket.request.target.component
PageReferenceRequestTarget.getPage ( ) : Page
[mangled: org/apache/wicket/request/target/component/PageReferenceRequestTarget.getPage:()Lorg/apache/wicket/Page;]
wicket-1.4.13.jar, PropertyResolver.class
package org.apache.wicket.util.lang
PropertyResolver.getPropertyClass ( String expression, Class clz ) [static] : Class
[mangled: org/apache/wicket/util/lang/PropertyResolver.getPropertyClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
to the top
Problems with Data Types, High Severity (1)
wicket-1.4.12.jar
package org.apache.wicket.request.target.component
[+] PageReferenceRequestTarget (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.wicket.IRequestTarget. | Recompilation of a client program may be terminated with the message: cannot find method in class PageReferenceRequestTarget. |
[+] affected methods (6)
encode ( RequestCycle, PageReferenceRequestTarget )2nd parameter 'requestTarget' of this method has type 'PageReferenceRequestTarget'.
PageReferenceRequestTarget ( Page )This constructor is from 'PageReferenceRequestTarget' class.
PageReferenceRequestTarget ( PageReference )This constructor is from 'PageReferenceRequestTarget' class.
detach ( RequestCycle )This method is from 'PageReferenceRequestTarget' class.
getPageReference ( )This method is from 'PageReferenceRequestTarget' class.
respond ( RequestCycle )This method is from 'PageReferenceRequestTarget' class.
to the top
Java ARchives (11)
wicket-1.4.12.jar
wicket-auth-roles-1.4.12.jar
wicket-datetime-1.4.12.jar
wicket-devutils-1.4.12.jar
wicket-extensions-1.4.12.jar
wicket-guice-1.4.12.jar
wicket-ioc-1.4.12.jar
wicket-jmx-1.4.12.jar
wicket-objectsizeof-agent-1.4.12.jar
wicket-spring-1.4.12.jar
wicket-velocity-1.4.12.jar
to the top