Compiler log for org.eclipse.core.runtime_3.34.100.v20251111-1421 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4, 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 29)
public class InitLegacyPreferences implements ILegacyPreferences {
The type ILegacyPreferences is deprecated
2. WARNING in /src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java
 (at line 63)
plugin.internalInitializeDefaultPluginPreferences();
The method internalInitializeDefaultPluginPreferences() from the type Plugin has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 151)
private ServiceRegistration<ILegacyPreferences> legacyPreferencesService = null;
The type ILegacyPreferences is deprecated
2. WARNING in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 770)
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