Package

acyclic

plugin

Permalink

package plugin

Visibility
  1. Public
  2. All

Type Members

  1. trait GraphAnalysis extends AnyRef

    Permalink
  2. class PluginPhase extends PluginComponent with GraphAnalysis

    Permalink

    - Break dependency graph into strongly connected components - Turn acyclic packages into virtual "files" in the dependency graph, as aggregates of all the files within them - Any strongly connected component which includes an acyclic.file or acyclic.pkg is a failure

    - Break dependency graph into strongly connected components - Turn acyclic packages into virtual "files" in the dependency graph, as aggregates of all the files within them - Any strongly connected component which includes an acyclic.file or acyclic.pkg is a failure

    • Pick an arbitrary cycle and report it - Don't report more than one cycle per file/pkg, to avoid excessive spam
  3. class RuntimePlugin extends TestPlugin

    Permalink
  4. class TestPlugin extends Plugin

    Permalink
  5. sealed trait Value extends AnyRef

    Permalink

Value Members

  1. object Compat

    Permalink
  2. object DependencyExtraction

    Permalink
  3. object Value

    Permalink

Ungrouped