Software ResiliencyProgramming Best Practices
Production Risk
How we detect
Why you should care
A tag library defines a collection of custom actions. The tags can be used directly by developers in manually coding a JSP page, or automatically by Java development tools. A tag library must be portable between different JSP container implementations.
If the tag library is not utilized, the custom actions are not defined resulting in specification issues
If the tag library is not utilized, the custom actions are not defined resulting in specification issues
Business Impacts
Having more tag libraries than necessary is risky for the code. It is best to only have tag libraries that are used so that the code can be more productive.
CAST Recommendations
How we detect
This code insight establishes that only tag libraries that are being used in a page should be imported
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