Jsp properties inspection
Reports unresolved properties from *.properties
files.
Example JSP file:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/tags/fmt" prefix="fmt" %>
<fmt:message bundle="bundle.properties" key="unknown.property"/> // Error: no such property inside referenced file
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