Code Inspection: Duplicate case label
Reports duplicated case labels on switch statements. Such switch statements are normally an indication of programmer error.
Last modified: 08 May 2020
Reports duplicated case labels on switch statements. Such switch statements are normally an indication of programmer error.