SanDiegoBeck / processbase

Automatically exported from code.google.com/p/processbase
0 stars 0 forks source link

MessageController does not close resources in a finally block #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are various JDBC resources (PreparedStatement's, ResultsSet's) that are 
not closed in finally blocks on class 
org.processbase.engine.bam.message.MessageController

See method public static void saveKpi(Kpi kpi)

Attached proposed change,

Original issue reported on code.google.com by bruno.fs...@gmail.com on 28 Mar 2012 at 10:25

Attachments: