Generated by
JDiff

JDiff Statistics

The percent change statistic reported for all elements in each API is defined recursively as follows:
Percentage difference = 100 * (added + removed + 2*changed)
                        -----------------------------------
                        sum of public elements in BOTH APIs
Where added is the number of packages added, removed is the number of packages removed, and changed is the number of packages changed. This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed. The definition ensures that if all packages are removed and all new packages are added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.

The overall difference between the two APIs is approximately 0%.

Sections

Packages sorted by percentage difference
Classes and Interfaces sorted by percentage difference
Differences by number and type

Packages Sorted By Percentage Difference

Percentage
Difference
Package
7 org.springframework.http.client.support
7 org.springframework.web.servlet.handler
1 org.springframework.messaging.handler.invocation
<1 org.springframework.core.env
<1 org.springframework.orm.jpa.vendor
<1 org.springframework.jms.support.converter
<1 org.springframework.aop.config
<1 org.springframework.web.servlet.resource
<1 org.springframework.web.servlet.mvc.method.annotation
<1 org.springframework.beans.factory.config

Percentage
Difference
Frequency Percentage Frequency
0 0.7 |
1 0.1 |
7 0.2 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
11 org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
7 org.springframework.core.env.AbstractPropertyResolver
6 org.springframework.core.env.PropertySourcesPropertyResolver
5 org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
5 org.springframework.aop.config.AopConfigUtils
5 org.springframework.core.env.PropertyResolver
4 org.springframework.jms.support.converter.MessagingMessageConverter
3 org.springframework.web.servlet.resource.ResourceHttpRequestHandler
3 org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
2 org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
2 org.springframework.beans.factory.config.DependencyDescriptor

Percentage
Difference
Frequency Percentage Frequency
2 0.18181818181818182 |
3 0.18181818181818182 |
4 0.09090909090909091 |
5 0.2727272727272727 |
6 0.09090909090909091 |
7 0.09090909090909091 |
11 0.09090909090909091 |


Differences By Number and Type

The numbers of program elements (packages, classes. constructors, methods and fields) which are recorded as removed, added or changed includes only the highest-level program elements. That is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
Number of Differences
  Removals Additions Changes Total
Packages 0 1 10 11
Classes and Interfaces 0 4 11 15
Constructors 0 0 0 0
Methods 1 11 2 14
Fields 0 0 0 0
Total 1 16 23 40