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

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
95 com.google.inject.spi
79 com.google.inject.binder
44 com.google.inject
33 com.google.inject.name
32 com.google.inject.servlet
3 com.google.inject.matcher

Percentage
Difference
Frequency Percentage Frequency
3 0.16666666666666666 |
32 0.16666666666666666 |
33 0.16666666666666666 |
44 0.16666666666666666 |
79 0.16666666666666666 |
95 0.16666666666666666 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
100 com.google.inject.Guice
100 com.google.inject.binder.AnnotatedBindingBuilder
100 com.google.inject.binder.AnnotatedConstantBindingBuilder
92 com.google.inject.binder.LinkedBindingBuilder
85 com.google.inject.Injector
83 com.google.inject.binder.ScopedBindingBuilder
77 com.google.inject.servlet.ServletModule
66 com.google.inject.name.Names
57 com.google.inject.Binding
50 com.google.inject.Binder
50 com.google.inject.Module
50 com.google.inject.Provider
50 com.google.inject.TypeLiteral
33 com.google.inject.CreationException
33 com.google.inject.Scopes
31 com.google.inject.spi.Message
25 com.google.inject.Scope
22 com.google.inject.AbstractModule
18 com.google.inject.Key
12 com.google.inject.servlet.GuiceFilter
10 com.google.inject.matcher.Matchers
<1 com.google.inject.BindingAnnotation

Percentage
Difference
Frequency Percentage Frequency
0 0.045454545454545456 |
10 0.045454545454545456 |
12 0.045454545454545456 |
18 0.045454545454545456 |
22 0.045454545454545456 |
25 0.045454545454545456 |
31 0.045454545454545456 |
33 0.09090909090909091 |
50 0.18181818181818182 |
57 0.045454545454545456 |
66 0.045454545454545456 |
77 0.045454545454545456 |
83 0.045454545454545456 |
85 0.045454545454545456 |
92 0.045454545454545456 |
100 0.13636363636363635 |


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 4 6 10
Classes and Interfaces 2 41 22 65
Constructors 0 1 1 2
Methods 4 40 48 92
Fields 0 1 0 1
Total 6 87 77 170