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/core/internal/filesystem/Policy.java (at line 15) import org.eclipse.core.internal.runtime.RuntimeLog; Discouraged access: The type RuntimeLog is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.equinox.common/@dot |
2. WARNING in /src/org/eclipse/core/internal/filesystem/Policy.java (at line 61) RuntimeLog.log(new Status(severity, PI_FILE_SYSTEM, 1, message, t)); Discouraged access: The type RuntimeLog is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.equinox.common/@dot |
3. WARNING in /src/org/eclipse/core/internal/filesystem/Policy.java (at line 61) RuntimeLog.log(new Status(severity, PI_FILE_SYSTEM, 1, message, t)); Discouraged access: The method log(IStatus) from the type RuntimeLog is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.equinox.common/@dot |