Compiler log for org.eclipse.core.runtime_3.31.0.v20240215-1631 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

/src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java
 (at line 18)
import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
The type ILegacyPreferences is deprecated
2. WARNING in /src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java
 (at line 29)
public class InitLegacyPreferences implements ILegacyPreferences {
The type ILegacyPreferences is deprecated

/src/org/eclipse/core/internal/runtime/InternalPlatform.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 35)
import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
The type ILegacyPreferences is deprecated
2. WARNING in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 148)
private ServiceRegistration<ILegacyPreferences> legacyPreferencesService = null;
The type ILegacyPreferences is deprecated
3. WARNING in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 731)
legacyPreferencesService = context.registerService(ILegacyPreferences.class, new InitLegacyPreferences(), new Hashtable<>());
The type ILegacyPreferences is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings