Class HexLiteralCaseCheck

All Implemented Interfaces:
Configurable, Contextualizable

public class HexLiteralCaseCheck extends AbstractCheck
Checks that hexadecimal literals are defined using uppercase letters (A-F) rather than lowercase (a-f). This convention follows the OpenJDK Style Guide.
Since:
12.1.0