Various corrections
This commit is contained in:
@@ -6,7 +6,6 @@ concurrency:
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
@@ -14,8 +14,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Export-Package: org.springsource.ide.eclipse.commons.tests.util,
|
||||
org.springsource.ide.eclipse.commons.tests.util.swtbot
|
||||
Export-Package: org.springsource.ide.eclipse.commons.tests.util
|
||||
Import-Package: org.apache.log4j;resolution:=optional,
|
||||
org.slf4j;resolution:=optional
|
||||
Automatic-Module-Name: org.springsource.ide.eclipse.commons.tests.util
|
||||
|
||||
@@ -642,6 +642,13 @@ public class SpringIndexerJava implements SpringIndexer {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
reconcile(context);
|
||||
|
||||
dependencyTracker.update(context.getFile(), context.getDependencies());;
|
||||
}
|
||||
|
||||
private void reconcile(SpringIndexerJavaContext context) {
|
||||
// reconciling
|
||||
IProblemCollector problemCollector = new IProblemCollector() {
|
||||
|
||||
@@ -678,8 +685,6 @@ public class SpringIndexerJava implements SpringIndexer {
|
||||
context.getNextPassFiles().add(context.getFile());
|
||||
}
|
||||
}
|
||||
|
||||
dependencyTracker.update(context.getFile(), context.getDependencies());;
|
||||
}
|
||||
|
||||
private void extractSymbolInformation(TypeDeclaration typeDeclaration, final SpringIndexerJavaContext context) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user