Since today I see two compilation errors in the IDE, caused by the new cleanups enabled.
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.eclipse.core.databinding.property.value.IValueProperty. Fix the build path then try building this project org.eclipse.e4.tools Unknown Java Problem
The type org.eclipse.core.databinding.property.value.IValueProperty cannot be resolved. It is indirectly referenced from required type org.eclipse.jface.databinding.swt.IWidgetValueProperty AbstractNewClassPage.java /org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes line 253 Java Problem
The method make(Class<ResourceService.ResourcePool>, IEclipseContext) from the type ContextInjectionFactory refers to the missing type InjectionException ResourcePoolFactory.java /org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl line 25 Java Problem
Commits caused regression
We should stop applying these cleanups automatically until the issue is understood & fix the manifests to avoid errors.
Since today I see two compilation errors in the IDE, caused by the new cleanups enabled.
Commits caused regression
We should stop applying these cleanups automatically until the issue is understood & fix the manifests to avoid errors.