Compiler log for org.eclipse.pde.ds.ui_1.1.500.v20181212-0907 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/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 30)
import org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 119)
} else if (element instanceof ClassPathContainer) {
Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 120)
project = ((ClassPathContainer) element).getJavaProject()
Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 120)
project = ((ClassPathContainer) element).getJavaProject()
Discouraged access: The method 'PackageFragmentRootContainer.getJavaProject()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes')

/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 20)
import org.eclipse.jface.internal.text.html.BrowserInformationControl;
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 117)
if (!BrowserInformationControl.isAvailable(null))
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 117)
if (!BrowserInformationControl.isAvailable(null))
Discouraged access: The method 'BrowserInformationControl.isAvailable(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 125)
return new BrowserInformationControl(parent,
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 125)
return new BrowserInformationControl(parent,
Discouraged access: The constructor 'BrowserInformationControl(Shell, String, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes')