Jsp directive inspection
Reports JSP import directives without a URI or tagdir attributes.
Example:
<html>
<body>
<%@ taglib prefix="html"%> // Error: either `uri` or `tagdir` attribute should be specified
...
</body>
</html>
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Jakarta EE: Server Pages (JSP), 233.SNAPSHOT |
Last modified: 13 July 2023