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

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
96 com.google.inject.spi
78 com.google.inject.binder
56 com.google.inject.servlet
54 com.google.inject
33 com.google.inject.name
10 com.google.inject.struts2
3 com.google.inject.matcher

Percentage
Difference
Frequency Percentage Frequency
3 0.14285714285714285 |
10 0.14285714285714285 |
33 0.14285714285714285 |
54 0.14285714285714285 |
56 0.14285714285714285 |
78 0.14285714285714285 |
96 0.14285714285714285 |


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
94 com.google.inject.binder.LinkedBindingBuilder
88 com.google.inject.Injector
83 com.google.inject.binder.ScopedBindingBuilder
80 com.google.inject.servlet.ServletModule
66 com.google.inject.name.Names
58 com.google.inject.Binder
57 com.google.inject.Binding
50 com.google.inject.Module
50 com.google.inject.Provider
50 com.google.inject.Scopes
50 com.google.inject.TypeLiteral
35 com.google.inject.spi.Message
33 com.google.inject.CreationException
33 com.google.inject.servlet.ServletScopes
30 com.google.inject.AbstractModule
26 com.google.inject.Key
25 com.google.inject.Scope
12 com.google.inject.servlet.GuiceFilter
10 com.google.inject.matcher.Matchers
10 com.google.inject.struts2.GuiceObjectFactory
4 com.google.inject.binder.ConstantBindingBuilder
<1 com.google.inject.BindingAnnotation
<1 com.google.inject.ScopeAnnotation

Percentage
Difference
Frequency Percentage Frequency
0 0.07692307692307693 |
4 0.038461538461538464 |
10 0.07692307692307693 |
12 0.038461538461538464 |
25 0.038461538461538464 |
26 0.038461538461538464 |
30 0.038461538461538464 |
33 0.07692307692307693 |
35 0.038461538461538464 |
50 0.15384615384615385 |
57 0.038461538461538464 |
58 0.038461538461538464 |
66 0.038461538461538464 |
80 0.038461538461538464 |
83 0.038461538461538464 |
88 0.038461538461538464 |
94 0.038461538461538464 |
100 0.11538461538461539 |


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 7 7 14
Classes and Interfaces 2 56 26 84
Constructors 0 1 1 2
Methods 7 68 47 122
Fields 0 1 0 1
Total 9 133 81 223