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 18%.

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
53 org.springframework.data.document.mongodb.convert
52 org.springframework.data.document.mongodb.mapping
20 org.springframework.data.document.mongodb.config
17 org.springframework.data.document.mongodb
15 org.springframework.data.document.mongodb.repository
12 org.springframework.data.document.mongodb.query
9 org.springframework.data.document.mongodb.geo
5 org.springframework.data.document.mongodb.mapping.event

Percentage
Difference
Frequency Percentage Frequency
5 0.125 |
9 0.125 |
12 0.125 |
15 0.125 |
17 0.125 |
20 0.125 |
52 0.125 |
53 0.125 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
100 org.springframework.data.document.mongodb.mapping.MongoPersistentProperty
60 org.springframework.data.document.mongodb.mapping.MongoPersistentEntity
55 org.springframework.data.document.mongodb.convert.MongoConverter
47 org.springframework.data.document.mongodb.convert.MappingMongoConverter
40 org.springframework.data.document.mongodb.mapping.MongoMappingContext
36 org.springframework.data.document.mongodb.MongoTemplate
33 org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration
27 org.springframework.data.document.mongodb.MongoOperations
22 org.springframework.data.document.mongodb.config.AbstractMongoConfiguration
22 org.springframework.data.document.mongodb.geo.Circle
22 org.springframework.data.document.mongodb.mapping.MongoPersistentEntityIndexCreator
21 org.springframework.data.document.mongodb.MongoOptionsFactoryBean
21 org.springframework.data.document.mongodb.repository.QueryDslMongoRepository
20 org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration
20 org.springframework.data.document.mongodb.query.GeospatialIndex
20 org.springframework.data.document.mongodb.query.OrCriteria
20 org.springframework.data.document.mongodb.repository.MongoRepository
11 org.springframework.data.document.mongodb.config.MappingMongoConverterParser
11 org.springframework.data.document.mongodb.convert.SimpleMongoConverter
11 org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean
8 org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
7 org.springframework.data.document.mongodb.query.Update
6 org.springframework.data.document.mongodb.repository.SimpleMongoRepository
6 org.springframework.data.document.mongodb.geo.Point
6 org.springframework.data.document.mongodb.query.Criteria
3 org.springframework.data.document.mongodb.query.Query

Percentage
Difference
Frequency Percentage Frequency
3 0.038461538461538464 |
6 0.11538461538461539 |
7 0.038461538461538464 |
8 0.038461538461538464 |
11 0.11538461538461539 |
20 0.15384615384615385 |
21 0.07692307692307693 |
22 0.11538461538461539 |
27 0.038461538461538464 |
33 0.038461538461538464 |
36 0.038461538461538464 |
40 0.038461538461538464 |
47 0.038461538461538464 |
55 0.038461538461538464 |
60 0.038461538461538464 |
100 0.038461538461538464 |


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 0 8 8
Classes and Interfaces 4 17 26 47
Constructors 6 5 3 14
Methods 59 54 23 136
Fields 4 3 3 10
Total 73 79 63 215