| 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/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 23) import org.eclipse.pde.internal.core.ibundle.IBundle; Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 2. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 24) import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase; Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 3. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 25) import org.eclipse.pde.internal.core.ibundle.IManifestHeader; Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 4. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 26) import org.eclipse.pde.internal.core.text.bundle.BundleVersionHeader; Discouraged access: The type BundleVersionHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 5. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 27) import org.eclipse.pde.internal.ui.util.ModelModification; Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.ui/@dot |
| 6. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 28) import org.eclipse.pde.internal.ui.util.PDEModelUtility; Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.ui/@dot |
| 7. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 56) ModelModification mod = new ModelModification(file) { Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.ui/@dot |
| 8. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 56) ModelModification mod = new ModelModification(file) { Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.ui/@dot |
| 9. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 58) if (!(model instanceof IBundlePluginModelBase)) Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 10. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 60) IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model; Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 11. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 60) IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model; Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 12. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 61) IBundle bundle = modelBase.getBundleModel().getBundle(); Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 13. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 61) IBundle bundle = modelBase.getBundleModel().getBundle(); Discouraged access: The method getBundleModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 14. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 61) IBundle bundle = modelBase.getBundleModel().getBundle(); Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 15. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 62) IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_VERSION); Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 16. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 62) IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_VERSION); Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 17. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 63) if (header instanceof BundleVersionHeader) { Discouraged access: The type BundleVersionHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 18. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 64) BundleVersionHeader versionHeader = (BundleVersionHeader) header; Discouraged access: The type BundleVersionHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 19. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 64) BundleVersionHeader versionHeader = (BundleVersionHeader) header; Discouraged access: The type BundleVersionHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 20. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 65) versionHeader.setValue(fVersion); Discouraged access: The method setValue(String) from the type ManifestHeader is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot |
| 21. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 69) PDEModelUtility.modifyModel(mod, null); Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.ui/@dot |
| 22. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java (at line 69) PDEModelUtility.modifyModel(mod, null); Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.ui/@dot |