Skip to content

Extensible HashTree + Updatability Analysis

Compare
Choose a tag to compare
@reddr reddr released this 14 Jan 15:43
· 15 commits to master since this release

Extensible HashTree

This release provides a new, extensible HashTree implementation in which the computation
of method/class/package hashes can be easily changed by implementing the respective interfaces.
Hashing is done via Guava, thus more hash algorithms are available.

Attention: The profile format changed (.libv extension). The new library/app profiles are NOT backwards-compatible! Library profiles have to be re-generated.

Updatability Analysis

A new implementation of the library updatability analysis can be used to check if and to which extent outdated libs in apps can be updated. In contrast to the old implementation, this one is an extension to the match mode with lib usage analysis.