Compiler log for org.eclipse.ant.ui_3.10.0.v20250120-0641 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 16, 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

/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java
 (at line 1716)
return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TargetContextType.TARGET_CONTEXT_TYPE);
The method getContextType(String) from the type ContextTypeRegistry is deprecated
2. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java
 (at line 1718)
return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK_CONTEXT_TYPE);
The method getContextType(String) from the type ContextTypeRegistry is deprecated
3. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java
 (at line 1720)
return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(BuildFileContextType.BUILDFILE_CONTEXT_TYPE);
The method getContextType(String) from the type ContextTypeRegistry is deprecated

/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/OpenExternalAntDocHandler.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/actions/OpenExternalAntDocHandler.java
 (at line 106)
return new URL(pathBuffer.toString());
The constructor URL(String) is deprecated since version 20
2. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/actions/OpenExternalAntDocHandler.java
 (at line 134)
return new URL(base);
The constructor URL(String) is deprecated since version 20

/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateAccess.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateAccess.java
 (at line 75)
public ContextTypeRegistry getContextTypeRegistry() {
The type ContextTypeRegistry is deprecated

/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateVariableTextHover.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateVariableTextHover.java
 (at line 40)
TemplateContextType contextType = AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK_CONTEXT_TYPE);
The method getContextType(String) from the type ContextTypeRegistry is deprecated

/Ant Tools Support/org/eclipse/ant/internal/ui/AntUtil.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/AntUtil.java
 (at line 577)
browser.openURL(new URL(urlString));
The constructor URL(String) is deprecated since version 20

/Ant Tools Support/org/eclipse/ant/internal/ui/model/AntElementNode.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/model/AntElementNode.java
 (at line 212)
url = new URL(path);
The constructor URL(String) is deprecated since version 20

/Ant Tools Support/org/eclipse/ant/internal/ui/preferences/AntClasspathBlock.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/AntClasspathBlock.java
 (at line 224)
URL url = new URL(IAntCoreConstants.FILE_PROTOCOL + result + "/"); //$NON-NLS-1$ ;
The constructor URL(String) is deprecated since version 20
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/AntClasspathBlock.java
 (at line 255)
URL url = new URL(IAntCoreConstants.FILE_PROTOCOL + path.toOSString());
The constructor URL(String) is deprecated since version 20
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/AntClasspathBlock.java
 (at line 496)
URL url = new URL(IAntCoreConstants.FILE_PROTOCOL + file.getAbsolutePath());
The constructor URL(String) is deprecated since version 20

/Ant Tools Support/org/eclipse/ant/internal/ui/preferences/ClasspathEntry.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/ClasspathEntry.java
 (at line 97)
return new URL(IAntCoreConstants.FILE_PROTOCOL + expanded);
The constructor URL(String) is deprecated since version 20

/Ant Tools Support/org/eclipse/ant/internal/ui/preferences/URLFieldEditor.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/URLFieldEditor.java
 (at line 42)
new URL(text);
The constructor URL(String) is deprecated since version 20
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/URLFieldEditor.java
 (at line 58)
url = new URL(getTextControl().getText());
The constructor URL(String) is deprecated since version 20

/Ant Tools Support/org/eclipse/ant/internal/ui/views/actions/EditorImageDescriptor.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/views/actions/EditorImageDescriptor.java
 (at line 62)
ImageData defaultImage = PlatformUI.getWorkbench().getSharedImages().getImageDescriptor(ISharedImages.IMG_OBJ_FILE).getImageData();
The method getImageData() from the type ImageDescriptor 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