Why you should care
When writing a JSP code, coding errors can happen at any part of the code. When an error occurs, the file cannot be found causing an exception. Such exceptions included are Checked exceptions, Runtime exceptions, Errors. JSP provides ways to handle exceptions such as specifying Error Page for each JSP and the JSP container invokes the error page whenever the error throws an exception. Different exception objects including retrieving Messages, Causes, Strings, StackTrace, and so forth.Business Impacts
It is recommended to use exception catching methods as it helps solve potential errors in the code thus reducing risks and increasing productivity in the code. [nz_btn text="Production Risk" target="_self" animate="false" animation_type="ghost" color="pink" size="small" shape="rounded" type="normal" hover_normal="opacity" hover_ghost="fill" link="http://casthighlight.wpengine.com/category/product/indicators-methodology/risk/" icon="icon-office"]CAST Recommendations
References
https://www.tutorialspoint.com/jsp/jsp_exception_handling.htm[nz_btn text="Style Guide" target="_self" animate="false" animation_type="ghost" color="turquoise" size="small" shape="rounded" type="ghost" hover_normal="fill" hover_ghost="fill" link="https://github.com/Kristories/awesome-guidelines" icon="icon-book"]How we detect
This code insight shows If some data is present outside their respective bounds, then crashes are avoided in the process.About CAST and Highlight’s Code Insights
Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.
For reference only. For the complete details please refer the original article
https://doc.casthighlight.com/alt_missingcatch-use-exception-catching-with-number-parsing-methods-while-loops-and-tab-access/
https://doc.casthighlight.com/alt_missingcatch-use-exception-catching-with-number-parsing-methods-while-loops-and-tab-access/
Comments