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/pde/internal/core/target/ProfileBundleContainer.java (at line 19) import org.eclipse.equinox.internal.p2.engine.EngineActivator; Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.equinox.p2.engine/@dot |
2. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 332) profilePath = profilePath.append(EngineActivator.ID).append("profileRegistry").append(profileName + ".profile"); //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.equinox.p2.engine/@dot |
3. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 332) profilePath = profilePath.append(EngineActivator.ID).append("profileRegistry").append(profileName + ".profile"); //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The field ID from the type EngineActivator is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.equinox.p2.engine/@dot |