JRipples Analysis Modules

JRipples analysis modules are used to identify relevant components and guide developers in the dependency graph.

For example, when the   Changed mark is assigned to a program component, the   Next mark is assigned to all components this node interacts with. However, in large software systems, it may be possible that a component interacts with hundreds of other components while only a fraction of these components is relevant to developer's tasks. To help programmers identify the most relevant components, JRipples Analysis modules evaluate components in dependency graph using various heuristics (usually JRipples evaluates only those components that are marked as   Next).

Currently, JRipples provides several analysis modules:

See Also