errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/PDEConfigureProblemSeverityAction.java (at line 34) import org.eclipse.pde.internal.ui.correction.OptionalMessageDialog; Discouraged access: The type 'OptionalMessageDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java (at line 17) import org.eclipse.jdt.internal.ui.util.StringMatcher; Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') |
2. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java (at line 27) StringMatcher matcher = null; Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') |
3. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java (at line 52) matcher = new StringMatcher(pattern, true, false); Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') |
4. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java (at line 52) matcher = new StringMatcher(pattern, true, false); Discouraged access: The constructor 'StringMatcher(String, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') |
5. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java (at line 53) return matcher.match(name, 0, name.length()); Discouraged access: The method 'StringMatcher.match(String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') |
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 51) import org.eclipse.pde.internal.core.target.ExternalFileTargetHandle; Discouraged access: The type 'ExternalFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
2. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 52) import org.eclipse.pde.internal.core.target.WorkspaceFileTargetHandle; Discouraged access: The type 'WorkspaceFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
3. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 53) import org.eclipse.pde.internal.ui.PDELabelProvider; Discouraged access: The type 'PDELabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
4. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 54) import org.eclipse.pde.internal.ui.PDEPlugin; Discouraged access: The type 'PDEPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
5. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 55) import org.eclipse.pde.internal.ui.PDEPluginImages; Discouraged access: The type 'PDEPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
6. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 107) private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); Discouraged access: The type 'PDELabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
7. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 107) private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); Discouraged access: The type 'PDEPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
8. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 107) private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); Discouraged access: The method 'PDEPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
9. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 107) private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); Discouraged access: The method 'PDEPlugin.getLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
10. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 125) if (targetHandle instanceof WorkspaceFileTargetHandle) { Discouraged access: The type 'WorkspaceFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
11. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 126) IFile file = ((WorkspaceFileTargetHandle) targetHandle).getTargetFile(); Discouraged access: The type 'WorkspaceFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
12. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 126) IFile file = ((WorkspaceFileTargetHandle) targetHandle).getTargetFile(); Discouraged access: The method 'WorkspaceFileTargetHandle.getTargetFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
13. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 129) } else if (targetHandle instanceof ExternalFileTargetHandle) { Discouraged access: The type 'ExternalFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
14. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 130) URI uri = ((ExternalFileTargetHandle) targetHandle).getLocation(); Discouraged access: The type 'ExternalFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
15. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 130) URI uri = ((ExternalFileTargetHandle) targetHandle).getLocation(); Discouraged access: The method 'ExternalFileTargetHandle.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') |
16. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 142) return pdeLabelProvider.get(PDEPluginImages.DESC_TARGET_DEFINITION); Discouraged access: The type 'PDEPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |
17. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java (at line 142) return pdeLabelProvider.get(PDEPluginImages.DESC_TARGET_DEFINITION); Discouraged access: The field 'PDEPluginImages.DESC_TARGET_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') |