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

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
62 com.google.inject.assistedinject
55 com.google.inject.struts2
46 com.google.inject.multibindings
46 com.google.inject.throwingproviders
34 com.google.inject.servlet
18 com.google.inject.util
12 com.google.inject
9 com.google.inject.spi
7 com.google.inject.binder

Percentage
Difference
Frequency Percentage Frequency
7 0.1111111111111111 |
9 0.1111111111111111 |
12 0.1111111111111111 |
18 0.1111111111111111 |
34 0.1111111111111111 |
46 0.2222222222222222 |
55 0.1111111111111111 |
62 0.1111111111111111 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
100 com.google.inject.Guice
50 com.google.inject.Provider
50 com.google.inject.spi.ProviderKeyBinding
50 com.google.inject.throwingproviders.ThrowingProvider
41 com.google.inject.binder.LinkedBindingBuilder
40 com.google.inject.util.Modules
33 com.google.inject.servlet.ServletScopes
33 com.google.inject.util.Providers
21 com.google.inject.Injector
21 com.google.inject.spi.InjectionPoint
20 com.google.inject.ProvisionException
20 com.google.inject.Scopes
20 com.google.inject.servlet.ServletModule.FilterKeyBindingBuilder
20 com.google.inject.servlet.ServletModule.ServletKeyBindingBuilder
20 com.google.inject.throwingproviders.ThrowingProviderBinder
16 com.google.inject.spi.ElementVisitor
16 com.google.inject.spi.TypeConverterBinding
16 com.google.inject.throwingproviders.ThrowingProviderBinder.SecondaryBinder
14 com.google.inject.spi.ConvertedConstantBinding
14 com.google.inject.spi.DefaultElementVisitor
13 com.google.inject.servlet.ServletModule
12 com.google.inject.assistedinject.FactoryProvider
12 com.google.inject.Key
10 com.google.inject.struts2.GuiceObjectFactory
8 com.google.inject.Binder
8 com.google.inject.spi.InterceptorBinding
6 com.google.inject.multibindings.MapBinder
6 com.google.inject.multibindings.Multibinder
4 com.google.inject.binder.ConstantBindingBuilder
3 com.google.inject.TypeLiteral
<1 com.google.inject.ScopeAnnotation
<1 com.google.inject.assistedinject.AssistedInject

Percentage
Difference
Frequency Percentage Frequency
0 0.0625 |
3 0.03125 |
4 0.03125 |
6 0.0625 |
8 0.0625 |
10 0.03125 |
12 0.0625 |
13 0.03125 |
14 0.0625 |
16 0.09375 |
20 0.15625 |
21 0.0625 |
33 0.0625 |
40 0.03125 |
41 0.03125 |
50 0.09375 |
100 0.03125 |


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 5 9 14
Classes and Interfaces 0 22 32 54
Constructors 0 1 1 2
Methods 4 41 14 59
Fields 0 0 0 0
Total 4 69 56 129