Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code Style (DRAFT)

This page is the place where we collect and evaluate code style rules for Commons. The goal is to use this document as a base for a Commons wide Checkstyle configuration, and perhaps templates for IDE's as well.

...

Rules

Severity

No tabs allowed in source files

error

Imports: No wildcards

error

Imports: Order by groups: java, javax, org, com

error warning

Imports: Order in alphabetical order with a group

error warning

Add your rule here

warning