Class NumericalCharacterCaseCheck

All Implemented Interfaces:
Configurable, Contextualizable

Checks that all numerical literal prefixes, infixes, and suffixes are written using lowercase letters (for example prefixes : 0x, 0b, infixes : e, p, suffixes : f, d). This convention follows the OpenJDK Style Guide.

ATTENTION:

This Check ignores suffix : L for long literals because we have UpperEllCheck for this.

Since:
13.2.0