Inspectopedia Help

Unresolved placeholders configured in the Spring XML application context

Reports unresolved placeholders configured in Spring XML contexts.

Example:

<beans> <ctx:property-placeholder location="application.properties"/> <bean class="beans.ServerComponent"> <property name="serverName" value="${server.name}}"/> <property name="port" value="${unknown.property}}"/> <!-- reports "Cannot resolve property key" --> </bean> </beans>

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Spring, 233.SNAPSHOT

Last modified: 13 July 2023