Software AgilityEmbedded Documentation
Cost
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
CAST recommendations
References
https://www.quantifiedcode.com/knowledge-base/readability/Avoid%20%22non-Pythonic%22%20attribute%20names/3ueqPTsn
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.
See featuresHow it works