Compiler log for org.eclipse.help.base_4.0.300.v20150603-2000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/help/internal/base/util/ProxyUtil.java : 8 warnings :

DISCOURAGED ACCESS 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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes')