summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html
blob: 827ef4f29c547ab4a0975db318788e6a51aba37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports <b>switch</b> statements
over enumerated types which do not include all of the enumerated type's elements as cases.
<!-- tooltip end -->
<p>
Use the check box below to let this inspection ignore <b>switch</b>
statements which include a <b>default</b> branch.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>