@Override
 public void visitThrowStatement(ThrowStatementTree tree) {
   incrementComplexity();
   super.visitThrowStatement(tree);
 }