Ruil1n

Results 1 issues of Ruil1n

test case, no com.example.core.service.impl.RecordServiceImpl and CreateProcessor defined https://github.com/Ruil1n/javaparser/blob/Issue4187Test/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/Issue4187Test.java ```java @Test void issue4187() throws IOException { // Setup symbol solver JavaParserTypeSolver javaParserTypeSolver = new JavaParserTypeSolver(adaptPath("src/test/resources/issue4187/")); StaticJavaParser.getConfiguration() .setSymbolResolver(new JavaSymbolSolver( new CombinedTypeSolver(new ReflectionTypeSolver(),...

Bug report
Symbol Solver
Reproducible testcase provided