'switch' statement with too low of a branch density
Reports switch
statements or expressions with a too low ratio of switch labels to executable statements.
Such switch
statements may be confusing and should probably be refactored.
Example:
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
SwitchStatementDensity- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Use the Minimum density of branches field to specify the allowed ratio of the switch labels to executable statements.
Inspection options
Here you can find the description of settings available for the 'switch' statement with too low of a branch density inspection, and the reference of their default values.
- Minimum density of branches: %
20
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |