Compiler log for org.eclipse.e4.tools.jdt.templates_4.10.300.v20240128-1101 : @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/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java : 4 warnings :

OTHER 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

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