At my previous employer the code isn't as nice. They have a Java architect who wrote this code and had to have it explained twice what change was needed and why:
    try {
        resultset.close();
        statement.close();
        conn.close();
    } catch ...