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

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
81 com.google.inject.grapher
39 com.google.inject.grapher.graphviz
25 com.google.inject.throwingproviders
11 com.google.inject
8 com.google.inject.spi
8 com.google.inject.servlet
2 com.google.inject.multibindings

Percentage
Difference
Frequency Percentage Frequency
2 0.14285714285714285 |
8 0.2857142857142857 |
11 0.14285714285714285 |
25 0.14285714285714285 |
39 0.14285714285714285 |
81 0.14285714285714285 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
100 com.google.inject.grapher.BindingEdge
100 com.google.inject.grapher.DependencyEdge
100 com.google.inject.grapher.ImplementationNode
100 com.google.inject.grapher.InjectorGrapher
100 com.google.inject.grapher.InterfaceNode
50 com.google.inject.Guice
50 com.google.inject.grapher.graphviz.PortIdFactory
50 com.google.inject.throwingproviders.ThrowingProviderBinder
42 com.google.inject.throwingproviders.ThrowingProviderBinder.SecondaryBinder
40 com.google.inject.servlet.ServletScopes
25 com.google.inject.Scopes
25 com.google.inject.grapher.graphviz.GraphvizModule
17 com.google.inject.Key
15 com.google.inject.grapher.TransitiveDependencyVisitor
12 com.google.inject.spi.ConvertedConstantBinding
11 com.google.inject.grapher.graphviz.GraphvizNode
10 com.google.inject.spi.ElementVisitor
9 com.google.inject.spi.DefaultElementVisitor
8 com.google.inject.grapher.graphviz.GraphvizEdge
7 com.google.inject.Binder
6 com.google.inject.multibindings.MapBinder
6 com.google.inject.multibindings.Multibinder
1 com.google.inject.AbstractModule
<1 com.google.inject.Inject
<1 com.google.inject.Provides

Percentage
Difference
Frequency Percentage Frequency
0 0.08 |
1 0.04 |
6 0.08 |
7 0.04 |
8 0.04 |
9 0.04 |
10 0.04 |
11 0.04 |
12 0.04 |
15 0.04 |
17 0.04 |
25 0.08 |
40 0.04 |
42 0.04 |
50 0.12 |
100 0.2 |


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 7 7
Classes and Interfaces 19 24 25 68
Constructors 1 4 2 7
Methods 13 41 17 71
Fields 0 0 0 0
Total 33 69 51 153