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/help/internal/base/BaseHelpSystem.java (at line 211) return new URL(url); The constructor URL(String) is deprecated since version 20 |
2. WARNING in /src/org/eclipse/help/internal/base/BaseHelpSystem.java (at line 234) return new URL(url); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/HelpProvider.java (at line 34) URL helpURL = new URL("help", //$NON-NLS-1$ The constructor URL(String, String, int, String, URLStreamHandler) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/remote/HttpsUtility.java (at line 62) URL url = new URL(thisProtocol, thisHost, Integer.parseInt(thisPort), The constructor URL(String, String, int, String) is deprecated since version 20 |
2. WARNING in /src/org/eclipse/help/internal/base/remote/HttpsUtility.java (at line 74) return new URL(thisProtocol, thisHost, Integer.valueOf(thisPort) .intValue(), The constructor URL(String, String, int, String) is deprecated since version 20 |
3. WARNING in /src/org/eclipse/help/internal/base/remote/HttpsUtility.java (at line 85) return new URL(urlPath); The constructor URL(String) is deprecated since version 20 |
4. WARNING in /src/org/eclipse/help/internal/base/remote/HttpsUtility.java (at line 101) HttpsURLConnection testConnection = getConnection(new URL(urlConnection)); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/remote/RemoteContextProvider.java (at line 67) url = new URL(PROTOCOL, host[i], Integer.parseInt(port[i]), path[i]+ PATH_CONTEXT + '?' + PARAM_ID + '=' + id + '&' + PARAM_LANG + '=' + locale); The constructor URL(String, String, int, String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/remote/RemoteHelp.java (at line 82) url = new URL(PROTOCOL_HTTP, host, port, path); The constructor URL(String, String, int, String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/remote/RemoteSearchManager.java (at line 70) url = new URL("http", host[i], Integer.parseInt(port[i]), path[i] + PATH_SEARCH + '?' + PARAM_PHRASE + '=' + URLCoder.encode(searchQuery.getSearchWord()) + '&' + PARAM_LANG + '=' + searchQuery.getLocale()); //$NON-NLS-1$ The constructor URL(String, String, int, String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/remote/RemoteStatusData.java (at line 126) URL url = new URL( The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/remote/RemoteTocProvider.java (at line 84) url = new URL(protocol[i], host[i], Integer.parseInt(port[i]), The constructor URL(String, String, int, String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/base/util/TestConnectionUtility.java (at line 54) URL testTocURL = new URL(urlConnection + PATH_TOC); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java (at line 161) Process pr = Runtime.getRuntime().exec(browserCmd); The method exec(String) from the type Runtime is deprecated since version 18 |
1. WARNING in /src/org/eclipse/help/internal/protocols/HelpURLConnection.java (at line 428) url = new URL(remoteURL + pathSuffix); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/search/InfoCenter.java (at line 276) return new URL(buf.toString()); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/search/SearchIndex.java (at line 1128) return new URL("localhelp", //$NON-NLS-1$ The constructor URL(String, String, int, String, URLStreamHandler) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/standalone/EclipseConnection.java (at line 86) URL redirectURL = new URL(redirectLocation); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/standalone/EclipseController.java (at line 239) return new URL(urlStr.toString()); The constructor URL(String) is deprecated since version 20 |
1. WARNING in /src/org/eclipse/help/internal/validation/TocValidator.java (at line 201) return new URL(url.toString()); 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 |