Inspectopedia Help

Unresolved message resource keys

Reports unresolved message resource keys.

Example:

<html xmlns:th="https://www.thymeleaf.org"> <body> <h1 th:text="#{welcome.unknown}">Hallo, World</h1> <!-- Cannot resolve property key --> </body> </html>

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Thymeleaf, 233.SNAPSHOT

Last modified: 13 July 2023