Here is a list of things to check during code reviews.

  • appropriate NullPointerException and IllegalArgumentException argument checks
  • look for unanticipated runtime exceptions
  • look for possible performance problems
  • No labels