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 /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 |
1. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/actions/OpenExternalAntDocHandler.java (at line 103) 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 131) return new URL(base); The constructor URL(String) is deprecated since version 20 |
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 |
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 |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/AntUtil.java (at line 576) browser.openURL(new URL(urlString)); The constructor URL(String) is deprecated since version 20 |
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 |
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 495) URL url = new URL(IAntCoreConstants.FILE_PROTOCOL + file.getAbsolutePath()); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/preferences/ClasspathEntry.java (at line 96) return new URL(IAntCoreConstants.FILE_PROTOCOL + expanded); The constructor URL(String) is deprecated since version 20 |
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 |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |