Property | Value |
---|---|
Id | RCS1070 |
Category | Redundancy |
Severity | Hidden |
switch (s)
{
case "a":
return true;
case "b":
return false;
default: // RCS1070
break;
}
switch (s)
{
case "a":
return true;
case "b":
return false;
}
(Generated with DotMarkdown)