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

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
33 org.apache.zookeeper

Percentage
Difference
Frequency Percentage Frequency
33 1.0 |


Classes and Interfaces Sorted By Percentage Difference

Percentage
Difference
Class or Interface
80 org.apache.zookeeper.ZooKeeperMain
50 org.apache.zookeeper.AsyncCallback.ACLCallback
50 org.apache.zookeeper.AsyncCallback.ChildrenCallback
50 org.apache.zookeeper.AsyncCallback.DataCallback
50 org.apache.zookeeper.AsyncCallback.StatCallback
50 org.apache.zookeeper.AsyncCallback.StringCallback
50 org.apache.zookeeper.AsyncCallback.VoidCallback
50 org.apache.zookeeper.ClientCnxn
50 org.apache.zookeeper.ClientWatchManager
50 org.apache.zookeeper.Watcher
33 org.apache.zookeeper.KeeperException.BadArgumentsException
33 org.apache.zookeeper.KeeperException.BadVersionException
33 org.apache.zookeeper.KeeperException.InvalidACLException
33 org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException
33 org.apache.zookeeper.KeeperException.NoNodeException
33 org.apache.zookeeper.KeeperException.NodeExistsException
33 org.apache.zookeeper.KeeperException.NotEmptyException
28 org.apache.zookeeper.Environment
22 org.apache.zookeeper.ZooKeeper
15 org.apache.zookeeper.ZooKeeper.States
14 org.apache.zookeeper.Watcher.Event.KeeperState
11 org.apache.zookeeper.ZooDefs.OpCode
4 org.apache.zookeeper.KeeperException
4 org.apache.zookeeper.KeeperException.Code

Percentage
Difference
Frequency Percentage Frequency
4 0.08333333333333333 |
11 0.041666666666666664 |
14 0.041666666666666664 |
15 0.041666666666666664 |
22 0.041666666666666664 |
28 0.041666666666666664 |
33 0.2916666666666667 |
50 0.375 |
80 0.041666666666666664 |


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 1 1
Classes and Interfaces 0 24 24 48
Constructors 3 13 0 16
Methods 1 34 10 45
Fields 1 21 1 23
Total 5 92 36 133