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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user