errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | 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') |