Inactive profile highlighting
Reports inactive profiles in the Spring XML application contexts.
Example:
<!-- active profile 'DEV' is chosen for this application context -->
<beans profile="DEV">
<bean class="MyFactory" factory-method="createBean"/>
</beans>
<!-- content of this tag is highlighted as 'unused' -->
<beans profile="<b>TESTS</b>">
<bean class="MyTestFactory" factory-method="createBean"/>
</beans>
<!-- end of 'unused' section -->
</beans>
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Spring, 233.SNAPSHOT |
Last modified: 13 July 2023