Skip to content

Program Dependencies Variability Analysis

BenjaminKlatt edited this page Aug 13, 2014 · 2 revisions

The Program Dependency Analyzer is able to find Variation Points about code modifications that reference to each other. For example, a modified statement calling a modified method will be reported by this analyzer. As program dependencies are stored in programming-language syntax, this analyzer is technology-specific and in the current version capable to analyze Java code. More precisely, Java code extracted with the JaMoPP cartridge. Accordingly, the analyzer itself is provided as part of the JaMoPP technology cartridge.

Expected Results

The results returned by the analyzer represent technical constraints one should take into account during the consolidation.

Configuration

As shown in the analysis wizard, the analyzer provides several configurations to influence the analysis:

However, they are all optional and despite you are interested in analyzing a specific type of dependency you should go with the default.

Clone this wiki locally