switch
switch statements often (but not always) indicate a poor object-oriented design.
Example:
switch (i) { // code }