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

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
100 org.apache.hadoop.yarn.client.api.impl
73 org.apache.hadoop.yarn.util.timeline
56 org.apache.hadoop.yarn.client.api
28 org.apache.hadoop.yarn.util
26 org.apache.hadoop.yarn.state
18 org.apache.hadoop.yarn.client
10 org.apache.hadoop.yarn.event
9 org.apache.hadoop.yarn.security
4 org.apache.hadoop.yarn.logaggregation
1 org.apache.hadoop.yarn

Percentage
Difference
Frequency Percentage Frequency
1 0.1 |
4 0.1 |
9 0.1 |
10 0.1 |
18 0.1 |
26 0.1 |
28 0.1 |
56 0.1 |
73 0.1 |
100 0.1 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
73 org.apache.hadoop.yarn.util.timeline.TimelineUtils
71 org.apache.hadoop.yarn.client.RMProxy
40 org.apache.hadoop.yarn.state.StateMachine
33 org.apache.hadoop.yarn.event.Dispatcher
23 org.apache.hadoop.yarn.security.ContainerTokenIdentifier
23 org.apache.hadoop.yarn.util.AbstractLivelinessMonitor
20 org.apache.hadoop.yarn.client.ClientRMProxy
20 org.apache.hadoop.yarn.util.SystemClock
17 org.apache.hadoop.yarn.event.AsyncDispatcher
17 org.apache.hadoop.yarn.util.ResourceCalculatorProcessTree
16 org.apache.hadoop.yarn.state.InvalidStateTransitonException
14 org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogReader
12 org.apache.hadoop.yarn.client.api.TimelineClient
4 org.apache.hadoop.yarn.state.StateMachineFactory
4 org.apache.hadoop.yarn.ContainerLogAppender

Percentage
Difference
Frequency Percentage Frequency
4 0.13333333333333333 |
12 0.06666666666666667 |
14 0.06666666666666667 |
16 0.06666666666666667 |
17 0.13333333333333333 |
20 0.13333333333333333 |
23 0.13333333333333333 |
33 0.06666666666666667 |
40 0.06666666666666667 |
71 0.06666666666666667 |
73 0.06666666666666667 |


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 10 14
Classes and Interfaces 0 9 15 24
Constructors 0 7 1 8
Methods 5 37 5 47
Fields 2 4 0 6
Total 7 61 31 99