GH-1068: added quick fix information to diagnostics for the first simple validation - caching probably does not work for that yet

This commit is contained in:
Martin Lippert
2023-07-25 17:36:02 +02:00
parent 7fcb9af8f2
commit 575cd22b68
5 changed files with 58 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ public class ValueSpelExpressionValidationTest {
problemCollector = new TestProblemCollector();
reconcileEngine = new BootJavaReconcileEngine(projectFinder, new JavaReconciler[] {
new JdtReconciler(compilationUnitCache, config)
new JdtReconciler(compilationUnitCache, null, null, config)
}, server);
}