{{title}}

The currently selected repository cannot be used for queries due to an error:

{{repositoryError}}

Showing the dependencies between {{selectedClasses.length}} classes No dependencies between these classes
At least two classes are needed to show dependency diagram
The currently selected repository contains no dependencies data. Please, reload the diagram if you have imported data recently.
The currently selected repository's graph contains no dependencies data. Please select another graph from dropdown menu.
Dependencies plugin is not available. Dependency data cannot be shown without it.
Dependencies calculation is in progress. If your repo is big it may take some time.
Class
Links
  • {{class.name}}
    {{(mode == "all") ? class.inConnectionsSum + class.outConnectionsSum - class.selfConnections : class.inConnectionsSum + class.outConnectionsSum | humanize}}
{{classToShow.name}}
Class
Links
  • {{connection.dependencyClass}}
    {{(connection.dependencyClass == classToShow.name) ? connection.inWeight : connection.inWeight + connection.outWeight | humanize}}
And {{classToShow.connections.length - 100}} more...