Reports switch statements.

switch statements often (but not always) indicate a poor object-oriented design.

Example:


  switch (i) {
    // code
  }