XML
Unknown <bean> scope
Error
New
Last modified: 03 December 2024Reports unknown values of the scope
attribute in <bean>
elements.
Example:
<beans>
<bean class="beans.FooComponent" id="foo" scope="unknown"/>
<!-- reports "Cannot resolve symbol 'unknown'" >
<bean class="beans.BarComponent" id="bar" scope="prototype"/>
</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.
SpringScopesInspection
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Spring, 243.23126 |
Thanks for your feedback!
Was this page helpful?