Compiler log for org.eclipse.pde.ds.ui_1.0.400.v20150506-1709 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9

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/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java
 (at line 17)
import org.eclipse.jface.internal.text.html.BrowserInformationControl;
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java
 (at line 127)
if (!BrowserInformationControl.isAvailable(null))
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java
 (at line 127)
if (!BrowserInformationControl.isAvailable(null))
Discouraged access: The method 'BrowserInformationControl.isAvailable(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java
 (at line 137)
return new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false);
Discouraged access: The constructor 'BrowserInformationControl(Shell, String, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes')
5. WARNING in /src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java
 (at line 137)
return new BrowserInformationControl(parent,
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes')

/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
 (at line 27)
import org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
 (at line 123)
} else if (element instanceof ClassPathContainer) {
Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
 (at line 124)
project = ((ClassPathContainer) element).getJavaProject()
Discouraged access: The method 'PackageFragmentRootContainer.getJavaProject()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
 (at line 124)
project = ((ClassPathContainer) element).getJavaProject()
Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')