UAST
Invalid @ContextConfiguration
Error
New
Last modified: 03 December 2024Reports incorrect Spring context configurations.
Unresolved files and directories in
locations
attributes and corresponding aliased attributes of@ContextConfiguration
meta annotationsMissing default application context file
For more information, see @ContextConfiguration.
Example:
@ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // reports "Cannot resolve file 'unknown-context.xml'"
class MyTests {...}
- 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.
SpringContextConfigurationInspection
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Spring, 243.23126 |
Thanks for your feedback!
Was this page helpful?