Issue Type: Improvement Improvement
Assignee: Marvin Kerkhoff
Created: 05/Nov/14 11:55 AM
Description:

I think the error handling should be improved. At least for this code excerpt from the latest Form2dbProcessor class:

catch (Exception e) {

}

Normally you should not catch the generic Exception class but more specific ones. And at the very least the exception should be logged here because now when something goes wrong I have no idea what or why.

log.error("Some informative message here", e);
Project: Form2DB
Priority: Neutral Neutral
Reporter: Edgar Vonk
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to