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>