errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
1. INFO in /src_demo/org/apache/lucene/demo/html/HTMLParser.java (at line 128) if (!titleComplete && !title.equals("")) { // finished title //$NON-NLS-1$ Unlikely argument type for equals(): String seems to be unrelated to StringBuffer |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 27) import org.eclipse.core.internal.net.ProxyManager; Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
2. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 50) IProxyService service = ProxyManager.getProxyManager(); Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
3. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 50) IProxyService service = ProxyManager.getProxyManager(); Discouraged access: The method 'ProxyManager.getProxyManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
4. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 92) IProxyService service = ProxyManager.getProxyManager(); Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
5. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 92) IProxyService service = ProxyManager.getProxyManager(); Discouraged access: The method 'ProxyManager.getProxyManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
6. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 95) if (service instanceof ProxyManager) Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
7. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 96) natives = ((ProxyManager)service).getNativeNonProxiedHosts(); Discouraged access: The method 'ProxyManager.getNativeNonProxiedHosts()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |
8. WARNING in /src/org/eclipse/help/internal/base/util/ProxyUtil.java (at line 96) natives = ((ProxyManager)service).getNativeNonProxiedHosts(); Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') |