errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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 accessible due to 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 accessible due to 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 isAvailable(Composite) from the type BrowserInformationControl is not accessible due to 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 accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes |
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 accessible due to 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 accessible due to 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 getJavaProject() from the type PackageFragmentRootContainer is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes |