|
From: SourceForge.net <no...@so...> - 2012-11-29 22:22:05
|
Bugs item #3591169, was opened at 2012-11-29 14:22 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3591169&group_id=47439 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bug Group: v2.4.* Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: matthias g (gommma) Summary: Improper Exception handling in SQLHelper Initial Comment: This is related to bug id 3587542. On line 406 of SQLHelper.java, the catch block attempts to catch a SQLException in the event that the column does not exist. Unfortunately this is not the behavior, instead you get an ArrayIndexOutOfBoundsException, and since this is not handled execution terminates. The simple fix is to add an additional catch block to catch an ArrayIndexOutOfBoundsException for this scenario. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3591169&group_id=47439 |