M
Mike Schilling
Does anyone know of a tool, preferably open source, for checking that
versions N and N+1 of a library are compatible? Ideally:
* The tool is open source
* It allows specifying which classes are to be checked, either by inclusion
or by exclusion
* Its result is a report listing any places where compatibility has been
violated, e.g. where a method was added to an interface
versions N and N+1 of a library are compatible? Ideally:
* The tool is open source
* It allows specifying which classes are to be checked, either by inclusion
or by exclusion
* Its result is a report listing any places where compatibility has been
violated, e.g. where a method was added to an interface