Not all Tag libraries should be imported

Software ResiliencyProgramming Best Practices

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

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.

Production Risk
5362

How we detect

This code insight establishes that only tag libraries that are being used in a page should be imported

5362

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