IntelliJ IDEA 2016.3 Help

Analyzing Dependencies

IntelliJ IDEA enables you to analyze the source code of your project and detect the dependencies, in which your application participates. The results of each dependencies analysis display in a separate tab of the Dependencies Viewer.

To analyze the dependencies in your project

  1. On the main menu, choose Analyze | Analyze Dependencies. Alternatively, right-click the element you want to analyze - a package, a class etc. - and choose the same command on the context menu in the Project tool window, or in the editor.
  2. In the Specify Dependency Analysis Scope dialog box, select the desired scope of analysis.
  3. Examine dependencies in the Dependencies Viewer.
    /help/img/idea/2016.3/analyzeDependencies.png

See Also

Last modified: 21 March 2017