Menu

#19 ER-103 Catch-blocks should..

v2.2.1a
open
nobody
Inspectors (17)
5
2004-10-04
2004-10-04
No

In Hammurapi 3.2.0 ER-103 "
Catch-blocks should log the exeption with Log4J.error
("Context String" , exception ) " is reported at places
where logging is done in the following manner

catch (SQLException sqlException)
{
logger.error
(Constants.INB_PFDBERROR_CONN,sqlException);
}

This needs to be rectified

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.