Compiler log for org.eclipse.ui.editors_3.17.200.v20240207-1054 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8, 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/ui/editors/text/templates/ContributionContextTypeRegistry.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java
 (at line 26)
import org.eclipse.jface.text.templates.ContextTypeRegistry;
The type ContextTypeRegistry is deprecated
2. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java
 (at line 44)
public class ContributionContextTypeRegistry extends ContextTypeRegistry {
The type ContextTypeRegistry is deprecated
3. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java
 (at line 124)
if (getContextType(id) != null)
The method getContextType(String) from the type ContextTypeRegistry is deprecated
4. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java
 (at line 129)
addContextType(type);
The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated

/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java
 (at line 38)
import org.eclipse.jface.text.templates.ContextTypeRegistry;
The type ContextTypeRegistry is deprecated
2. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java
 (at line 99)
public ContributionTemplateStore(ContextTypeRegistry registry, IPreferenceStore store, String key) {
The type ContextTypeRegistry is deprecated
3. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java
 (at line 181)
getRegistry().getContextType(contextTypeId).validate(template.getPattern());
The method getContextType(String) from the type ContextTypeRegistry is deprecated
4. WARNING in /src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java
 (at line 200)
return contextTypeId != null && (getRegistry() == null || getRegistry().getContextType(contextTypeId) != null);
The method getContextType(String) from the type ContextTypeRegistry 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