errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java (at line 40) IManifestHeader header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java (at line 43) model.getBundle().setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ""); //$NON-NLS-1$ The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java (at line 47) header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java (at line 34) IManifestHeader header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/correction/ReplaceExecEnvironment.java (at line 43) IManifestHeader header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/correction/UpdateExecutionEnvironment.java (at line 46) bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, bree); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 70) private static final String[] fHeader = { ICoreConstants.AUTOMATIC_MODULE_NAME, Constants.BUNDLE_ACTIVATIONPOLICY, Constants.BUNDLE_ACTIVATOR, Constants.BUNDLE_CATEGORY, Constants.BUNDLE_CLASSPATH, Constants.BUNDLE_CONTACTADDRESS, Constants.BUNDLE_COPYRIGHT, Constants.BUNDLE_DESCRIPTION, Constants.BUNDLE_DOCURL, Constants.BUNDLE_LOCALIZATION, Constants.BUNDLE_MANIFESTVERSION, Constants.BUNDLE_NAME, Constants.BUNDLE_NATIVECODE, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, Constants.BUNDLE_SYMBOLICNAME, Constants.BUNDLE_UPDATELOCATION, Constants.BUNDLE_VENDOR, Constants.BUNDLE_VERSION, Constants.DYNAMICIMPORT_PACKAGE, ICoreConstants.ECLIPSE_BUDDY_POLICY, ICoreConstants.ECLIPSE_BUNDLE_SHAPE, ICoreConstants.ECLIPSE_EXPORT_EXTERNAL_ANNOTATIONS, ICoreConstants.ECLIPSE_GENERIC_CAPABILITY, ICoreConstants.ECLIPSE_GENERIC_REQUIRED, ICoreConstants.ECLIPSE_LAZYSTART, The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 178) return header.equalsIgnoreCase(Constants.IMPORT_PACKAGE) || header.equalsIgnoreCase(Constants.EXPORT_PACKAGE) || header.equalsIgnoreCase(Constants.REQUIRE_BUNDLE) || header.equalsIgnoreCase(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 239) if (value.regionMatches(true, 0, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, 0, Math.min(length, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length()))) The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 239) if (value.regionMatches(true, 0, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, 0, Math.min(length, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length()))) The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
5. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 240) return handleRequiredExecEnv(value.substring(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length() + 1), offset); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
6. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 604) HashSet<String> set = (HashSet<String>) fHeaders.get(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java (at line 18) import org.eclipse.jface.internal.text.html.SingleCharReader; The type SingleCharReader is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java (at line 27) public class JavaDocCommentReader extends SingleCharReader { The type SingleCharReader is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java (at line 455) return Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT; The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java (at line 495) return getSpecificRange(((ExecutionEnvironment) selection).getModel(), Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ((ExecutionEnvironment) selection).getValue()); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java (at line 120) IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java (at line 346) getBundle().setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, buffer.toString()); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java (at line 398) } else if (Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.equals(e.getChangedProperty())) { The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java (at line 430) IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java (at line 37) import org.eclipse.jdt.ui.actions.ShowInPackageViewAction; The type ShowInPackageViewAction is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java (at line 362) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The type ShowInPackageViewAction is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java (at line 362) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The type ShowInPackageViewAction is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java (at line 362) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The constructor ShowInPackageViewAction(IWorkbenchSite) is deprecated |
5. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java (at line 363) action.run(frag); The method run(IJavaElement) from the type ShowInPackageViewAction is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java (at line 38) super(parent, treeStyle, filter, true); The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java (at line 34) import org.eclipse.jdt.ui.actions.ShowInPackageViewAction; The type ShowInPackageViewAction is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java (at line 411) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The type ShowInPackageViewAction is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java (at line 411) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The type ShowInPackageViewAction is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java (at line 411) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The constructor ShowInPackageViewAction(IWorkbenchSite) is deprecated |
5. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java (at line 412) action.run(frag); The method run(IJavaElement) from the type ShowInPackageViewAction is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/ManifestConfiguration.java (at line 82) rule.addWord(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, fToken); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java (at line 48) public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) { The method ManifestTextHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java (at line 26) super(scanner, defaultTextAttribute); The constructor DefaultDamagerRepairer(ITokenScanner, TextAttribute) is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java (at line 19) import org.eclipse.jdt.ui.actions.ShowInPackageViewAction; The type ShowInPackageViewAction is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java (at line 46) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The type ShowInPackageViewAction is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java (at line 46) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The type ShowInPackageViewAction is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java (at line 46) ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite()); The constructor ShowInPackageViewAction(IWorkbenchSite) is deprecated |
5. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java (at line 47) action.run(frag); The method run(IJavaElement) from the type ShowInPackageViewAction is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java (at line 49) public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) { The method PluginXMLTextHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java (at line 105) public String getInformation(ITextViewer textViewer, IRegion subject) { The method SourceInformationProvider.getInformation(ITextViewer, IRegion) overrides a deprecated method from IInformationProvider |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java (at line 107) String s = fImplementation.getHoverInfo(textViewer, subject); The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java (at line 119) Version max = fVersionRange.getMaximum(); The method getMaximum() from the type VersionRange is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java (at line 120) if (max.getMajor() != Integer.MAX_VALUE && fVersionRange.getMinimum().compareTo(fVersionRange.getMaximum()) < 0) The method getMaximum() from the type VersionRange is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java (at line 207) fMaxVersionText.setText((fVersionRange != null && fVersionRange.getMaximum().getMajor() != Integer.MAX_VALUE) ? fVersionRange.getMaximum().toString() : ""); //$NON-NLS-1$ The method getMaximum() from the type VersionRange is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java (at line 207) fMaxVersionText.setText((fVersionRange != null && fVersionRange.getMaximum().getMajor() != Integer.MAX_VALUE) ? fVersionRange.getMaximum().toString() : ""); //$NON-NLS-1$ The method getMaximum() from the type VersionRange is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java (at line 237) URL url = file.toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java (at line 111) findReferences(fragment.getClassFiles(), pkgs, iterationMonitor.split(1), true); The method getClassFiles() from the type IPackageFragment is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/search/dependencies/PackageFinder.java (at line 259) IClassFile[] files = frag.getClassFiles(); The method getClassFiles() from the type IPackageFragment is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java (at line 187) public void setAllChecked(boolean state) { The method CachedCheckboxTreeViewer.setAllChecked(boolean) overrides a deprecated method from CheckboxTreeViewer |
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java (at line 188) super.setAllChecked(state); The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java (at line 71) super(parent, true); The constructor FilteredTree(Composite, boolean) is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java (at line 160) fTree.setAllChecked(true); The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java (at line 170) fTree.setAllChecked(false); The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 52) ImageData id = overlays[i].getImageData(); The method getImageData() from the type ImageDescriptor is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 53) drawImage(id, x, getSize().y - id.height); The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 66) ImageData id = overlays[i].getImageData(); The method getImageData() from the type ImageDescriptor is deprecated |
4. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 68) drawImage(id, x, getSize().y - id.height); The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated |
5. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 78) drawImage(base, 0, 0); The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated |
6. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 101) ImageData id = overlays[i].getImageData(); The method getImageData() from the type ImageDescriptor is deprecated |
7. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 102) drawImage(id, x, 0); The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated |
8. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 115) ImageData id = overlays[i].getImageData(); The method getImageData() from the type ImageDescriptor is deprecated |
9. WARNING in /src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java (at line 117) drawImage(id, x, 0); The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/util/OverlayIcon.java (at line 39) return fBase.getImageData(); The method getImageData() from the type ImageDescriptor is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java (at line 115) super(parent, treeStyle, filter, true); The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java (at line 239) ImageDescriptor desc = ImageDescriptor.createFromImageData(new ImageData(stream)); The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java (at line 50) public ImageData getImageData() { The method HistoryAction.ImageImageDescriptor.getImageData() overrides a deprecated method from ImageDescriptor |
1. WARNING in /src/org/eclipse/pde/internal/ui/views/features/viewer/RootElementsFilteredTree.java (at line 29) super(parent, treeStyle, new RootElementsPatternFilter(), true); The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/views/target/StateViewPage.java (at line 293) fFilteredTree = new FilteredTree(fComposite, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE, new PatternFilter(), true) { @Override protected void createControl(Composite parent, int treeStyle) { super.createControl(parent, treeStyle); // add 2px margin around filter text FormLayout layout = new FormLayout(); layout.marginHeight = 0; layout.marginWidth = 0; setLayout(layout); FormData data = new FormData(); data.left = new FormAttachment(0, 0); data.right = new FormAttachment(100, 0); data.bottom = new FormAttachment(100, 0); if (showFilterControls) { FormData filterData = new FormData(); filterData.top = new FormAttachment(0, 2); filterData.left = new FormAttachment(0, 2); filterData.right = new FormAttachment(100, -2); filterComposite.setLayoutData(filterData); data.top = new FormAttachment(filterComposite, 2); } else { data.top = new FormAttachment(0, 0); } treeComposite.setLayoutData(data); } }; The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/ui/views/target/StateViewPage.java (at line 293) fFilteredTree = new FilteredTree(fComposite, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE, new PatternFilter(), true) { The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java (at line 268) bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, exeEnvironment); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java (at line 311) pluginBundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ee.getId()); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
1. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1610) if (sourceElementObject.equals(previousNode)) { Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement |
2. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1621) if (targetElementObject.equals(nextNode)) { Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement |
3. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1635) if (sourceElementObject.equals(lastNode)) { Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement |
4. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1671) if (sourceElementObject.equals(lastNode)) { Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement |
5. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1730) if (sourceExtensionObject.equals(previousNode)) { Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension |
6. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1737) if (targetExtensionObject.equals(nextNode)) { Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java (at line 21) import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut; Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') |
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java (at line 167) List<ILaunchConfiguration> configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile); Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') |
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java (at line 167) List<ILaunchConfiguration> configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile); Discouraged access: The method 'AntLaunchShortcut.findExistingLaunchConfigurations(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') |
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java (at line 170) ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile); Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') |
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java (at line 170) ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile); Discouraged access: The method 'AntLaunchShortcut.createDefaultLaunchConfiguration(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') |
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java (at line 101) import org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor; Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.genericeditor/target/classes') |
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java (at line 119) private ExtensionBasedTextEditor fTextualEditor; Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.genericeditor/target/classes') |
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java (at line 545) fTextualEditor = new ExtensionBasedTextEditor(); Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.genericeditor/target/classes') |
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java (at line 545) fTextualEditor = new ExtensionBasedTextEditor(); Discouraged access: The constructor 'ExtensionBasedTextEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.genericeditor/target/classes') |
1. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java (at line 29) import org.eclipse.core.internal.resources.Project; Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') |
2. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java (at line 923) commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') |
3. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java (at line 923) commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); Discouraged access: The method 'Project.internalGetDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') |
4. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java (at line 923) commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); Discouraged access: The method 'ProjectDescription.getBuildSpec(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') |
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java (at line 193) String name = fTranslations.getIUProperty(iu, IInstallableUnit.PROP_NAME); Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') |
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java (at line 36) import org.eclipse.jdt.internal.ui.wizards.importer.ProjectWithJavaResourcesImportConfigurator; Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') |
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java (at line 154) res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') |
3. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java (at line 154) res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); Discouraged access: The constructor 'ProjectWithJavaResourcesImportConfigurator()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') |
4. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java (at line 154) res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); Discouraged access: The method 'ProjectWithJavaResourcesImportConfigurator.getFoldersToIgnore(IProject, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') |
1. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java (at line 23) import org.eclipse.jdt.internal.junit.launcher.AssertionVMArg; Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') |
2. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java (at line 51) vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') |
3. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java (at line 51) vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); Discouraged access: The method 'AssertionVMArg.enableAssertInArgString(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') |
1. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java (at line 30) import org.eclipse.equinox.internal.provisional.configurator.Configurator; Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') |
2. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java (at line 255) ServiceReference<Configurator> reference = context.getServiceReference(Configurator.class); Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') |
3. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java (at line 255) ServiceReference<Configurator> reference = context.getServiceReference(Configurator.class); Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') |
4. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java (at line 256) Configurator configurator = context.getService(reference); Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') |
5. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java (at line 258) configurator.applyConfiguration(); Discouraged access: The method 'Configurator.applyConfiguration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') |