All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.NumericLiteralNeedsUnderscore.md Maven / Gradle / Ivy


Checks that numeric literals use underscores ('_') if over a certain length.

* Decimals

    * 7 or more digits must use the underscore
    * No more than 3 digits between underscores

* Hex

    * 5 or more digits must use the underscore
    * No more than 4 digits between underscores

* Binary

    * 9 or more digits must use the underscore
    * No more than 8 digits between underscores




© 2015 - 2024 Weber Informatics LLC | Privacy Policy