Compiler log for org.eclipse.pde.api.tools.ui_1.0.100.v20090526 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 23

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java : 22 warnings :

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

/src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiBaselineWizardPage.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiBaselineWizardPage.java
 (at line 202)
IApiComponent component = ApiModelFactory.newApiComponent(fProfile, URIUtil.toFile(bundles[i].getBundleInfo().getLocation()).getAbsolutePath());
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot