Inspectopedia Help

'switch' statement has missing branches

Reports a switch statement on a variable of the type enum or union when the statement doesn't cover some value options from the type.

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.

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

Settings or Preferences | Editor | Inspections | JavaScript and TypeScript | Switch statement issues

Inspection options

Here you can find the description of settings available for the 'switch' statement has missing branches inspection, and the reference of their default values.

Ignore switch statements with a default branch

Default: Selected

Last modified: 11 September 2024