This inspection reports any instances of JavaScript
switch
statements where the
default
case comes before some other case. This construct is unnecessarily confusing.