Compiler log for org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 56

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 17)
import org.eclipse.equinox.internal.p2.persistence.XMLWriter;
Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
2. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 35)
private XMLWriter writer;
Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
3. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 44)
writer = new XMLWriter(outputStream, null);
Discouraged access: The constructor XMLWriter(OutputStream, XMLWriter.ProcessingInstruction[]) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
4. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 44)
writer = new XMLWriter(outputStream, null);
Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
5. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 46)
writer.start(root.toLowerCase());
Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
6. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 48)
writer.start(LOG);
Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
7. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 49)
writer.attribute(TIME_ATTRIBUTE, new Date());
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
8. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 66)
writer.start(DESCRIPTOR_ELEMENT);
Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
9. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 67)
writer.attribute(DESCRIPTOR_ID_ATTRIBUTE, descriptor.getArtifactKey().getId());
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
10. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 68)
writer.attribute(DESCRIPTOR_CLASSIFIER_ATTRIBUTE, descriptor.getArtifactKey().getClassifier());
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
11. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 69)
writer.attribute(DESCRIPTOR_VERSION_ATTRIBUTE, descriptor.getArtifactKey().getVersion());
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
12. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 71)
writer.attribute(DESCRIPTOR_FORMAT_ATTRIBUTE, descriptor.getProperties().get(IArtifactDescriptor.FORMAT));
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
13. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 73)
writer.attribute(DESCRIPTOR_FORMAT_ATTRIBUTE, DEFAULT_FORMAT);
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
14. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 82)
writer.end();
Discouraged access: The method end() from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
15. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 95)
writer.start(STATUS_ELEMENT);
Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
16. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 99)
writer.attribute(STATUS_SEVERITY_ATTRIBUTE, "OK"); //$NON-NLS-1$
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
17. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 102)
writer.attribute(STATUS_SEVERITY_ATTRIBUTE, "INFO"); //$NON-NLS-1$
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
18. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 105)
writer.attribute(STATUS_SEVERITY_ATTRIBUTE, "WARNING"); //$NON-NLS-1$
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
19. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 108)
writer.attribute(STATUS_SEVERITY_ATTRIBUTE, "ERROR"); //$NON-NLS-1$
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
20. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 111)
writer.attribute(STATUS_SEVERITY_ATTRIBUTE, "CANCEL"); //$NON-NLS-1$
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
21. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 114)
writer.attribute(STATUS_SEVERITY_ATTRIBUTE, status.getSeverity());
Discouraged access: The method attribute(String, int) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
22. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 117)
writer.attribute(STATUS_MESSAGE_ATTRIBUTE, status.getMessage());
Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
23. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 130)
writer.end();
Discouraged access: The method end() from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
24. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 141)
writer.end();
Discouraged access: The method end() from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot
25. WARNING in /src/org/eclipse/equinox/p2/internal/repository/mirroring/XMLMirrorLog.java
 (at line 142)
writer.flush();
Discouraged access: The method flush() from the type XMLWriter is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.repository/@dot

/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java
 (at line 19)
import org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository;
Discouraged access: The type SimpleArtifactRepository is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
2. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java
 (at line 87)
URI realLocation = SimpleArtifactRepository.getActualLocation(repository.getLocation(), compressed);
Discouraged access: The type SimpleArtifactRepository is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
3. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java
 (at line 87)
URI realLocation = SimpleArtifactRepository.getActualLocation(repository.getLocation(), compressed);
Discouraged access: The method getActualLocation(URI, boolean) from the type SimpleArtifactRepository is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot

/src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 49)
InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND);
Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
2. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 49)
InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND);
Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
3. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 50)
IInstallableUnit installableUnit = operand.second();
Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
4. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 73)
protected class CollectNativesPhase extends InstallableUnitPhase {
Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
5. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 75)
super(NATIVE_ARTIFACTS, weight);
Discouraged access: The constructor InstallableUnitPhase(String, int) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
6. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 78)
protected List<ProvisioningAction> getActions(InstallableUnitOperand operand) {
Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
7. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 79)
IInstallableUnit unit = operand.second();
Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
8. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 94)
ProvisioningContext context = (ProvisioningContext) parameters.get(PARM_CONTEXT);
Discouraged access: The field PARM_CONTEXT from the type Phase is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
9. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 95)
IProvisioningAgent agent = (IProvisioningAgent) parameters.get(PARM_AGENT);
Discouraged access: The field PARM_AGENT from the type Phase is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
10. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 96)
DownloadManager dm = new DownloadManager(context, agent);
Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
11. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 96)
DownloadManager dm = new DownloadManager(context, agent);
Discouraged access: The constructor DownloadManager(ProvisioningContext, IProvisioningAgent) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
12. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 96)
DownloadManager dm = new DownloadManager(context, agent);
Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
13. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 98)
dm.add(request);
Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
14. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 100)
return dm.start(monitor);
Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
15. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 136)
PhaseSet nativeSet = getNativePhase();
Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
16. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 161)
protected PhaseSet getPhaseSet() {
Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
17. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 162)
return new PhaseSet(new Phase[] {new Collect(100)}) { /* nothing to override */};
Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
18. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 162)
return new PhaseSet(new Phase[] {new Collect(100)}) { /* nothing to override */};
Discouraged access: The type Phase is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
19. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 165)
protected PhaseSet getNativePhase() {
Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
20. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 166)
return new PhaseSet(new Phase[] {new CollectNativesPhase(100)}) { /*nothing to override */};
Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot
21. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java
 (at line 166)
return new PhaseSet(new Phase[] {new CollectNativesPhase(100)}) { /*nothing to override */};
Discouraged access: The type Phase is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.engine/@dot

/src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 14)
import org.eclipse.equinox.internal.p2.metadata.RequiredCapability;
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot
2. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 36)
String namespace = RequiredCapability.extractNamespace(hostMatch);
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot
3. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 36)
String namespace = RequiredCapability.extractNamespace(hostMatch);
Discouraged access: The method extractNamespace(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot
4. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 38)
String name = RequiredCapability.extractName(hostMatch);
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot
5. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 38)
String name = RequiredCapability.extractName(hostMatch);
Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot
6. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 39)
VersionRange range = RequiredCapability.extractRange(hostMatch);
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot
7. WARNING in /src/org/eclipse/equinox/p2/internal/repository/tools/analyzer/HostCheckAnalyzer.java
 (at line 39)
VersionRange range = RequiredCapability.extractRange(hostMatch);
Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.equinox.p2.metadata/@dot