Standard SQL API increases Production Risk in JSP
This code insight counts one violation if there is at least one import directive: <%@ page import = "java.sql.*" %> <%@ page import = "javax.sql.*" %>Why you should care
Standard SQL APIs java.sql.* and javax.sql.* are symptoms of direct access to tables.Business Impacts
[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/innovation/" icon="icon-office"]CAST recommendations
References
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_sql-avoid-use-of-standard-sql-api/
https://doc.casthighlight.com/alt_sql-avoid-use-of-standard-sql-api/
Comments