Versions Compared

Key

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

...

Code Block
bgColor#ccccff
private void readSensitiveFile() {
  // ...
}

Exceptions

MET03-EX1: Classes that are declared final are exempt from this guideline as they imply that the contained methods cannot be overridden.

...