Multiple JSP Comments can increase costs
This code insight counts one violation each time too consécutive comment blocs are encountered. JSP comments <%-- are concerned as well as java comment /* or // inside a scriptlet. HTML comments are not considered. If two JSP comments are separated by HTML code (not containing any JSP tag), they are not considerered following each other, so there is no violation.Why you should care
Multiple comments can hamper the agility of the code.
Business Impacts
[nz_btn text="Cost" target="_self" animate="false" animation_type="ghost" color="green" 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
https://www.quantifiedcode.com/knowledge-base/readability/Avoid%20%22non-Pythonic%22%20attribute%20names/3ueqPTsnAbout 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_jspcomment-avoid-multiple-comments/
https://doc.casthighlight.com/alt_jspcomment-avoid-multiple-comments/
Comments