Skip to content

Factor out some blocks shared by all analyses

Andrey Popov requested to merge analysis-common into master

Move creation of most of the builder objects, common filters, and common weights into a base class, from which all analysis classes now inherit. This reduces code duplication a bit.

Merge request reports