XML
Unresolved placeholders configured in the Spring XML application context
Warning
New
Last modified: 03 December 2024Reports 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>
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
SpringPlaceholdersInspection
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Spring, 243.23126 |
Thanks for your feedback!
Was this page helpful?