1 <p> The method creates a database resource (such as a database connection
2 or row set), does not assign it to any
3 fields, pass it to other methods, or return it, and does not appear to close
4 the object on all exception paths out of the method. Failure to
5 close database resources on all paths out of a method may
6 result in poor performance, and could cause the application to
7 have problems communicating with the database.</p>