Spring Support: Fix tests in IDEA 2017.1

Filter out duplicate reference targets.
Fix test data as directory references are available
inside of string literals.
Fix test data as Spring @Autowired inspection
no more reports parameterless methods.
Fix gutter checking as configuration bean references now resolve
to @ComponentScan annotation
This commit is contained in:
Alexey Sedunov
2017-03-17 17:51:00 +03:00
committed by Dmitry Jemerov
parent 2804264289
commit 2e3617adbb
4 changed files with 9 additions and 11 deletions
@@ -1,5 +1,6 @@
// NO_XML_CONFIG
// REF: java
// REF: java.java
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration