Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Dropped vacuous Applicability section as per Dave and Dean's comments.

...

Code Block
bgColor#ccccff
public static final int VOTING_AGE = 18;
public static final int ALCOHOL_AGE = 21;

Applicability

Failure to properly encode relationships in constant declarations can lead to unexpected values and can complicate maintenance.

Bibliography

[JLS 2011] §4.12.4, "final Variables"

...