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/equinox/p2/repository/artifact/spi/AbstractArtifactRepository.java (at line 17) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
2. WARNING in /src/org/eclipse/equinox/p2/repository/artifact/spi/AbstractArtifactRepository.java (at line 95) return new ArtifactKey(classifier, id, version); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
3. WARNING in /src/org/eclipse/equinox/p2/repository/artifact/spi/AbstractArtifactRepository.java (at line 95) return new ArtifactKey(classifier, id, version); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.equinox.p2.metadata/@dot |