errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged 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 |
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 735) legacyPreferencesService = context.registerService(ILegacyPreferences.class, new InitLegacyPreferences(), new Hashtable<>()); The type ILegacyPreferences is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |