IntelliJ IDEA 2020.3 Help

Module dependencies

Module dependencies analysis shows all modules that exist in the specified scope, the relationships between these modules, as they are specified in the Dependencies tab of the Project Structure dialog, and the cyclic dependencies between the modules.

You might want to use this type of analysis to make sure that the dependencies you have previously defined, still exist in your project.

  1. From the main menu, choose Analyze | Module Dependencies.

  2. Specify the scope of analysis. You can select the whole project or a specific scope of files.

    The Module dependencies tool window opens allowing you to examine the dependencies.

  3. Select a module in the tree view and click the Analyze Dependencies button on the toolbar of the Module Dependencies tool window to find the modules that depend on the selected one.

Last modified: 08 March 2021