Compiler log for org.eclipse.pde.api.tools.ui_1.0.0.v20080603 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 22

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 23)
import org.eclipse.pde.internal.core.ibundle.IBundle;
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/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/I200806172000/src/plugins/org.eclipse.pde.ui/@dot