Class CompareMetrics

java.lang.Object
org.jgroups.util.CompareMetrics

public class CompareMetrics extends Object
Tools to (1) dump all protocols and the names of their attributes (ManagedAttribute) and properties (Property) to file, (2) read from that file ('old) and compare whether old is a proper subset of new, ie. if all protocols and attributes/properties still have the same names in new.

To be run before releasing a new version (mainly minor and micro).

Since:
5.4.4