Code Inspection: Text label in 'switch' statement
Reports labelled statements inside of switch statements. While occasionally intended, this construction is often the result of a typo.
(x)
{
1:
case2: //typo!
3:
;
}
Last modified: 08 May 2020