Versions Compared

Key

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

...

[Daconta 2003]

Item 7. My assertions are not gratuitous

[ESA 2005]

Rule 68. Explicitly check method parameters for validity, and throw an adequate exception in case they are not valid. Do not use the assert statement for this purpose

[JLS 2005]

§14.10, The assert Statement

 

...

      05. Rule 06: Methods (MET)