In order to improve readability (Why readability matters) here are some code style guidelines for the JMeter project.

Java

We now enforce many of these rules, and more using checkstyle.

Indentation/White space

Spacing

JavaDoc

Other

Java 8 Specific

See Also