I have a complicated switch statement, and I forgot to put a break at the end of one of the cases. This is quite legal, and as a resu
switch
break
case
You could construct a regexp for grep/perl/emacs/etc to find all places where there's no break before case.