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

rules.EmptyStatement.md Maven / Gradle / Ivy


Checks for empty statements. An empty statement is a standalone semicolon (;).

Valid:
````
doSomething();
````

Invalid:
````
doSomething();;
````




© 2015 - 2024 Weber Informatics LLC | Privacy Policy