Packages

p

acyclic

plugin

package plugin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait GraphAnalysis extends AnyRef
  2. class PluginPhase extends PluginComponent with GraphAnalysis

    - 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
  4. class TestPlugin extends Plugin
  5. sealed trait Value extends AnyRef

Ungrouped