Compiler log for org.eclipse.ui.navigator.resources_3.4.700.v20140407-1004 : @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/ui/internal/navigator/resources/actions/OpenFolderAsProjectAction.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/OpenFolderAsProjectAction.java
 (at line 18)
import org.eclipse.core.internal.resources.ProjectDescriptionReader;
Discouraged access: The type 'ProjectDescriptionReader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
2. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/OpenFolderAsProjectAction.java
 (at line 56)
IProjectDescription desc = new ProjectDescriptionReader().read(folder.getLocation().append(IProjectDescription.DESCRIPTION_FILE_NAME));
Discouraged access: The constructor 'ProjectDescriptionReader()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
3. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/OpenFolderAsProjectAction.java
 (at line 56)
IProjectDescription desc = new ProjectDescriptionReader().read(folder.getLocation().append(IProjectDescription.DESCRIPTION_FILE_NAME));
Discouraged access: The method 'ProjectDescriptionReader.read(IPath)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
4. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/OpenFolderAsProjectAction.java
 (at line 56)
IProjectDescription desc = new ProjectDescriptionReader().read(folder.getLocation().append(IProjectDescription.DESCRIPTION_FILE_NAME));
Discouraged access: The type 'ProjectDescriptionReader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')