Invalid @Sql and @SqlGroup configurations
Reports unresolved file references in the scripts
attributes of the @Sql annotation and the corresponding aliased attributes of the @Sql
meta annotations.
Example:
@SqlGroup({
@Sql("not-found"), // reports "Cannot resolve file 'not-found"
@Sql("found.sql")
})
public class MyTestWithSqlData {...}
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Spring, 233.SNAPSHOT |
Last modified: 13 July 2023