Empty Case Block
Identifies empty 'Case' blocks that can be safely removed.
NEW! This inspection is only available in pre-release builds.
Reasoning
Case blocks in VBA do not "fall through"; an empty 'Case' block might be hiding a bug.
Default severity
Warning
Inspection type
NamingAndConventionsIssues
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.EmptyCaseBlockInspection.cs (Prerelease-v2.5.2.6174)