Compiler log for org.eclipse.equinox.p2.installer_1.0.300.v20130327-2119 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4

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/internal/p2/installer/InstallDescriptionParser.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/installer/InstallDescriptionParser.java
 (at line 22)
import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport;
Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/installer/InstallDescriptionParser.java
 (at line 68)
in = new RepositoryTransport().stream(propsURI, monitor);
Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/installer/InstallDescriptionParser.java
 (at line 68)
in = new RepositoryTransport().stream(propsURI, monitor);
Discouraged access: The method stream(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/installer/InstallDescriptionParser.java
 (at line 68)
in = new RepositoryTransport().stream(propsURI, monitor);
Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes