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