Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] EASE no longer compiles against Oxygen

Hi,
 
this is more or less a FYI. It seems that master of ease.core does no longer compile against Eclipse Oxygen and probably Photon (the others I did not check).
 
However it could easiely be made to compile against Oxygen again.
 
The Problem is a removed method in IProject which has been recently removed in EASE too.
[ERROR] D:\ws\workspace\org.eclipse.ease.core\ease\plugins\org.eclipse.ease.ui.completions.java\src\org\eclipse\ease\ui\completions\java\help\hovers\internal\VirtualProject.java:[43]
[ERROR] 	public class VirtualProject implements IProject {
[ERROR] 	             ^^^^^^^^^^^^^^
[ERROR] The type VirtualProject must implement the inherited abstract method IProject.getPluginWorkingLocation(IPluginDescriptor)
	             ^^^^^^^^^^^^^^
Leaving that method in VirtualProject without @Override would probably solve that compile problem.
 
Best Regards,
Christian Mathis

Back to the top