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

rules.MethodParamPad.md Maven / Gradle / Ivy


Checks that the padding between the method identifier and the left parenthesis is on the same line and doesn't have a space in-between.

Valid:
````
void getInstance();
````

Invalid:
````
void getInstance ();

void getValue
    ();
````




© 2015 - 2024 Weber Informatics LLC | Privacy Policy