Code Inspection: 'switch' statement has no 'default' branch
Reports switch statements without default clause in case when not all possible values are enumerated.
Last modified: 08 May 2020
Reports switch statements without default clause in case when not all possible values are enumerated.