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/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 |
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 |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |