IntelliJ IDEA 2019.3 Help

Specify Code Cleanup Scope Dialog

Analyze | Code Cleanup

Specify the scope for code cleanup. Code cleanup means finding potentially problematic code fragments and automatically fixing them right away.

Item

Description

Whole project

Select this option if you want to perform code cleanup for the whole project.

Uncommitted files

This option is only available for projects under version control.

Select this option if you only want to perform code cleanup for the files that have not yet been committed to a version control system, and choose a changelist from the list.

File <file path>

Select this option to perform code cleanup for the file that is open in the editor or selected in the Project tool window.

Module <module name>

Select this option to perform code cleanup for the module that is currently selected in the Project tool window.

This option is only available, when a IntelliJ IDEA project consists of several modules.

Directory <directory path>

Select this option to perform code cleanup for the directory currently selected in the Project tool window.

Selected files

Select this option to perform code cleanup for the files selected in the Project tool window.

Custom scope

Select this option to specify a custom scope. Select one of the predefined scopes from the list, or click the Browse button and define the scope in the Scopes dialog that opens. For instructions on how to define a scope, refer to Scope Language Syntax Reference.

Include test sources

Select this option to apply code cleanup to test sources.

Inspection profile

Select the inspection profile to be used. Choose a pre-defined profile from the list, or click the Browse button and configure a profile in the Inspections dialog that opens.

You can open the Inspections dialog to check which fixes will be applied to the selected scope when you run code cleanup.

Last modified: 26 April 2020