Code Inspection: Nested 'switch' statement
Reports switch statements which are nested in other switch statements. Such nested switch statements can be very confusing, particularly if proper indenting is not followed.
Last modified: 08 May 2020
Reports switch statements which are nested in other switch statements. Such nested switch statements can be very confusing, particularly if proper indenting is not followed.