IntelliJ IDEA 2017.2 Help

Analyzing 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.

To analyze module dependencies

  1. On the main menu, choose Analyze | Analyze Module Dependencies.
  2. Specify the scope of analysis. You can opt to select the whole project, or a specific module.
  3. Examine dependencies in the Module Dependencies Tool Window
    img
  4. Select a module in the tree view, and use the hector toolbar button of the Module Dependencies tool window to find the modules that depend on the selected one.
Last modified: 29 November 2017

See Also