Unresolved file references in @PropertySource and @TestPropertySource locations
Reports unresolved files or directories in @PropertySource and @TestPropertySource annotations.
Example:
@Configuration
@PropertySource("classpath:/com/mycompany/unknown.properties") // reports "Cannot resolve file unknown.properties"
public class AppConfig {...}
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Spring, 233.SNAPSHOT |
Last modified: 13 July 2023