Compiler log for org.eclipse.help.base_4.2.101.v20171009-0410 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8, INFOS: 1

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src_demo/org/apache/lucene/demo/html/HTMLParser.java : 1 info :

INFO 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

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos 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/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')