Compiler log for org.eclipse.jdt.launching_3.9.100.v20180323-1351 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5, 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

/launching/org/eclipse/jdt/internal/launching/JREContainer.java : 1 info :

INFO WARNINGS
1. INFO in /launching/org/eclipse/jdt/internal/launching/JREContainer.java
 (at line 312)
if(entry != null && entry.equals(rules)) {
Unlikely argument type for equals(): IAccessRule[][] seems to be unrelated to JREContainer.RuleEntry

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/launching/org/eclipse/jdt/launching/JavaRuntime.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /launching/org/eclipse/jdt/launching/JavaRuntime.java
 (at line 69)
import org.eclipse.jdt.internal.core.JavaProject;
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
2. WARNING in /launching/org/eclipse/jdt/launching/JavaRuntime.java
 (at line 901)
if (!(project instanceof JavaProject)) {
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
3. WARNING in /launching/org/eclipse/jdt/launching/JavaRuntime.java
 (at line 904)
JavaProject javaProject = (JavaProject) project;
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
4. WARNING in /launching/org/eclipse/jdt/launching/JavaRuntime.java
 (at line 904)
JavaProject javaProject = (JavaProject) project;
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
5. WARNING in /launching/org/eclipse/jdt/launching/JavaRuntime.java
 (at line 905)
IClasspathEntry[] entries = javaProject.getExpandedClasspath();
Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')