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/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java (at line 31) import org.eclipse.jface.text.templates.ContextTypeRegistry; The type ContextTypeRegistry is deprecated |
2. WARNING in /src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java (at line 138) final ContextTypeRegistry templateContextRegistry = JavaPlugin.getDefault().getTemplateContextRegistry(); The type ContextTypeRegistry is deprecated |
3. WARNING in /src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java (at line 146) private static TemplateEngine createTemplateEngine(ContextTypeRegistry templateContextRegistry, String contextTypeId) { The type ContextTypeRegistry is deprecated |
4. WARNING in /src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java (at line 147) final TemplateContextType contextType = templateContextRegistry.getContextType(contextTypeId); 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 |