View by Classes

Findings - Overview

info Switch statement found where default case is missing (Findbugs)

Switch statement found in org.jcoderz.phoenix.checkstyle.LoggingLevel.visitToken(DetailAST) where default case is missing

Further info on the wiki.

This method contains a switch statement where default case is missing. Usually you need to provide a default case.

1org.jcoderz.phoenix.checkstyle.LoggingLevel
 [188]