Compiler log for org.eclipse.pde.api.tools_1.0.0.v20080730_r341 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 98

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/internal/ApiProfile.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 50)
import org.eclipse.jdt.internal.launching.EEVMType;
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 202)
EEVMType.clearProperties(eeDescription);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 202)
EEVMType.clearProperties(eeDescription);
Discouraged access: The method clearProperties(File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 203)
String profile = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeDescription);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 203)
String profile = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeDescription);
Discouraged access: The method getProperty(String, File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 203)
String profile = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeDescription);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 203)
String profile = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeDescription);
Discouraged access: The field PROP_CLASS_LIB_LEVEL from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot

/src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 60)
import org.eclipse.pde.internal.core.IPluginModelListener;
Discouraged access: The type IPluginModelListener 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/internal/ApiProfileManager.java
 (at line 61)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore 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/internal/ApiProfileManager.java
 (at line 62)
import org.eclipse.pde.internal.core.PluginModelDelta;
Discouraged access: The type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 76)
public final class ApiProfileManager implements IApiProfileManager, ISaveParticipant, IElementChangedListener, IPluginModelListener, IResourceChangeListener {
Discouraged access: The type IPluginModelListener 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/internal/ApiProfileManager.java
 (at line 135)
PDECore.getDefault().getModelManager().addPluginModelListener(this);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 135)
PDECore.getDefault().getModelManager().addPluginModelListener(this);
Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 135)
PDECore.getDefault().getModelManager().addPluginModelListener(this);
Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 135)
PDECore.getDefault().getModelManager().addPluginModelListener(this);
Discouraged access: The method addPluginModelListener(IPluginModelListener) from the type PluginModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 436)
PDECore.getDefault().getModelManager().removePluginModelListener(this);
Discouraged access: The type PDECore 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/internal/ApiProfileManager.java
 (at line 436)
PDECore.getDefault().getModelManager().removePluginModelListener(this);
Discouraged access: The method getDefault() from the type PDECore 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/internal/ApiProfileManager.java
 (at line 436)
PDECore.getDefault().getModelManager().removePluginModelListener(this);
Discouraged access: The method getModelManager() from the type PDECore 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/internal/ApiProfileManager.java
 (at line 436)
PDECore.getDefault().getModelManager().removePluginModelListener(this);
Discouraged access: The method removePluginModelListener(IPluginModelListener) from the type PluginModelManager 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/internal/ApiProfileManager.java
 (at line 652)
public void modelsChanged(PluginModelDelta delta) {
Discouraged access: The type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 657)
switch(delta.getKind()) {
Discouraged access: The method getKind() from the type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 658)
case PluginModelDelta.ADDED: {
Discouraged access: The type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 658)
case PluginModelDelta.ADDED: {
Discouraged access: The field ADDED from the type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 659)
entries = delta.getAddedEntries();
Discouraged access: The method getAddedEntries() from the type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 662)
case PluginModelDelta.REMOVED: {
Discouraged access: The type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 662)
case PluginModelDelta.REMOVED: {
Discouraged access: The field REMOVED from the type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 663)
entries = delta.getRemovedEntries();
Discouraged access: The method getRemovedEntries() from the type PluginModelDelta 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/internal/ApiProfileManager.java
 (at line 666)
case PluginModelDelta.CHANGED: {
Discouraged access: The type PluginModelDelta is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot
22. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 666)
case PluginModelDelta.CHANGED: {
Discouraged access: The field CHANGED from the type PluginModelDelta is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot
23. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfileManager.java
 (at line 667)
entries = delta.getChangedEntries();
Discouraged access: The method getChangedEntries() from the type PluginModelDelta is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/api/tools/internal/BundleApiComponent.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/BundleApiComponent.java
 (at line 61)
import org.eclipse.pde.internal.core.TargetWeaver;
Discouraged access: The type TargetWeaver 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/internal/BundleApiComponent.java
 (at line 161)
TargetWeaver.weaveManifest(manifest);
Discouraged access: The type TargetWeaver 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/internal/BundleApiComponent.java
 (at line 161)
TargetWeaver.weaveManifest(manifest);
Discouraged access: The method weaveManifest(Dictionary) from the type TargetWeaver is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/api/tools/internal/PluginProjectApiComponent.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/PluginProjectApiComponent.java
 (at line 46)
import org.eclipse.pde.internal.core.build.WorkspaceBuildModel;
Discouraged access: The type WorkspaceBuildModel 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/internal/PluginProjectApiComponent.java
 (at line 243)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The type WorkspaceBuildModel 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/internal/PluginProjectApiComponent.java
 (at line 243)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The constructor WorkspaceBuildModel(IFile) 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/internal/PluginProjectApiComponent.java
 (at line 243)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The type WorkspaceBuildModel 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/internal/PluginProjectApiComponent.java
 (at line 244)
IBuild build = properties.getBuild();
Discouraged access: The method getBuild() from the type BuildModel is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 18)
import org.eclipse.jdt.internal.launching.EEVMType;
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 161)
EEVMType.clearProperties(description);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 161)
EEVMType.clearProperties(description);
Discouraged access: The method clearProperties(File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 162)
fLibraries = EEVMType.getLibraryLocations(description);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 162)
fLibraries = EEVMType.getLibraryLocations(description);
Discouraged access: The method getLibraryLocations(File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 163)
fExecEnv = new String[]{EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, description)};
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 163)
fExecEnv = new String[]{EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, description)};
Discouraged access: The method getProperty(String, File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 163)
fExecEnv = new String[]{EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, description)};
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 163)
fExecEnv = new String[]{EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, description)};
Discouraged access: The field PROP_CLASS_LIB_LEVEL from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 165)
fLocation = EEVMType.getProperty(EEVMType.PROP_JAVA_HOME, description);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 165)
fLocation = EEVMType.getProperty(EEVMType.PROP_JAVA_HOME, description);
Discouraged access: The method getProperty(String, File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 165)
fLocation = EEVMType.getProperty(EEVMType.PROP_JAVA_HOME, description);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/SystemLibraryApiComponent.java
 (at line 165)
fLocation = EEVMType.getProperty(EEVMType.PROP_JAVA_HOME, description);
Discouraged access: The field PROP_JAVA_HOME from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot

/src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 57)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 58)
import org.eclipse.jdt.internal.core.builder.ReferenceCollection;
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 59)
import org.eclipse.jdt.internal.core.builder.State;
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 60)
import org.eclipse.jdt.internal.core.builder.StringSet;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 180)
private StringSet fTypes = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 180)
private StringSet fTypes = new StringSet(3);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 180)
private StringSet fTypes = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 185)
private StringSet fPackages = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 185)
private StringSet fPackages = new StringSet(3);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 185)
private StringSet fPackages = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 275)
if (fTypes.add(typeName) && fPackages.add(packageName) && DEBUG) {
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 275)
if (fTypes.add(typeName) && fPackages.add(packageName) && DEBUG) {
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 328)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
14. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 328)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
15. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 328)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
16. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 328)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
17. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 328)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The method getLastBuiltState(IProject, IProgressMonitor) from the type JavaModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
18. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 345)
fTypes.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
19. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 346)
fPackages.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
20. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 583)
private void build(final State state, IProgressMonitor monitor) throws CoreException {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
21. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 707)
private void collectAffectedSourceFiles(State state) {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
22. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 709)
char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(fPackages);
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
23. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 709)
char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(fPackages);
Discouraged access: The method internQualifiedNames(StringSet) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
24. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 711)
if (internedQualifiedNames.length < fPackages.elementSize) {
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
25. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 714)
char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(fTypes);
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
26. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 714)
char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(fTypes);
Discouraged access: The method internSimpleNames(StringSet) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
27. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 716)
if (internedSimpleNames.length < fTypes.elementSize) {
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
28. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 719)
Object[] keyTable = state.getReferences().keyTable;
Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
29. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 719)
Object[] keyTable = state.getReferences().keyTable;
Discouraged access: The field keyTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
30. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 720)
Object[] valueTable = state.getReferences().valueTable;
Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
31. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 720)
Object[] valueTable = state.getReferences().valueTable;
Discouraged access: The field valueTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
32. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 724)
ReferenceCollection refs = (ReferenceCollection) valueTable[i];
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
33. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 724)
ReferenceCollection refs = (ReferenceCollection) valueTable[i];
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot
34. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 725)
if (refs.includes(internedQualifiedNames, internedSimpleNames)) {
Discouraged access: The method includes(char[][][], char[][]) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.core/@dot

/src/org/eclipse/pde/api/tools/internal/util/Util.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 93)
import org.eclipse.jdt.internal.launching.EEVMType;
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 559)
appendProperty(buffer, EEVMType.PROP_JAVA_HOME, vm.getInstallLocation().getCanonicalPath());
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 559)
appendProperty(buffer, EEVMType.PROP_JAVA_HOME, vm.getInstallLocation().getCanonicalPath());
Discouraged access: The field PROP_JAVA_HOME from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 569)
appendProperty(buffer, EEVMType.PROP_BOOT_CLASS_PATH, paths.toString());
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 569)
appendProperty(buffer, EEVMType.PROP_BOOT_CLASS_PATH, paths.toString());
Discouraged access: The field PROP_BOOT_CLASS_PATH from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 570)
appendProperty(buffer, EEVMType.PROP_CLASS_LIB_LEVEL, eeId);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 570)
appendProperty(buffer, EEVMType.PROP_CLASS_LIB_LEVEL, eeId);
Discouraged access: The field PROP_CLASS_LIB_LEVEL from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1020)
EEVMType.clearProperties(eeFileProperty);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1020)
EEVMType.clearProperties(eeFileProperty);
Discouraged access: The method clearProperties(File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1021)
String ee = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeFileProperty);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1021)
String ee = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeFileProperty);
Discouraged access: The method getProperty(String, File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1021)
String ee = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeFileProperty);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1021)
String ee = EEVMType.getProperty(EEVMType.PROP_CLASS_LIB_LEVEL, eeFileProperty);
Discouraged access: The field PROP_CLASS_LIB_LEVEL from the type EEVMType is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot