Compiler log for org.eclipse.pde.api.tools_1.0.201.v20100602-0930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 149

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/ApiBaselineManager.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java
 (at line 57)
import org.eclipse.pde.internal.core.DependencyManager;
Discouraged access: The type DependencyManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java
 (at line 653)
Set ids = DependencyManager.getSelfandDependencies(PluginRegistry.getWorkspaceModels(), null);
Discouraged access: The type DependencyManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiBaselineManager.java
 (at line 653)
Set ids = DependencyManager.getSelfandDependencies(PluginRegistry.getWorkspaceModels(), null);
Discouraged access: The method getSelfandDependencies(IPluginModelBase[], String[]) from the type DependencyManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 43)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 44)
import org.eclipse.jdt.internal.core.builder.State;
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 307)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(this.currentproject, localMonitor.newChild(1));
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 307)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(this.currentproject, localMonitor.newChild(1));
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 307)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(this.currentproject, localMonitor.newChild(1));
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 307)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(this.currentproject, localMonitor.newChild(1));
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 307)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(this.currentproject, localMonitor.newChild(1));
Discouraged access: The method getLastBuiltState(IProject, IProgressMonitor) from the type JavaModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 13)
import org.eclipse.jdt.internal.core.builder.StringSet;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 25)
private StringSet structualChanges = null;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 26)
private StringSet removedTypes = null;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 27)
private StringSet descriptionChanges = null;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 28)
private StringSet descriptionDepedents = null;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 42)
return this.structualChanges.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 52)
return this.descriptionChanges.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 62)
return this.removedTypes.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 69)
int count = (this.structualChanges == null ? 0 : this.structualChanges.elementSize);
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 70)
count += (this.removedTypes == null ? 0 : this.removedTypes.elementSize);
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 78)
return (this.descriptionChanges == null ? 0 : this.descriptionChanges.elementSize) > 0;
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 85)
return (this.descriptionDepedents == null ? 0 : this.descriptionDepedents.elementSize) > 0;
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 92)
return (this.removedTypes == null ? 0 : this.removedTypes.elementSize) > 0;
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
14. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 106)
this.structualChanges = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
15. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 106)
this.structualChanges = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
16. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 108)
this.structualChanges.add(typename.replace('/', '.'));
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
17. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 122)
this.removedTypes = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
18. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 122)
this.removedTypes = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
19. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 124)
this.removedTypes.add(typename.replace('/', '.'));
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
20. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 137)
this.descriptionChanges = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
21. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 137)
this.descriptionChanges = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
22. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 139)
this.descriptionChanges.add(typename.replace('/', '.'));
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
23. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 154)
this.descriptionDepedents = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
24. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 154)
this.descriptionDepedents = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
25. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 156)
this.descriptionDepedents.add(typename.replace('/', '.'));
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
26. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 164)
this.structualChanges.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
27. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 168)
this.removedTypes.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
28. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 172)
this.descriptionChanges.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
29. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 176)
this.descriptionDepedents.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
30. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 195)
return structualChanges != null && structualChanges.includes(typename.replace('/', '.'));
Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
31. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 205)
return descriptionChanges != null && descriptionChanges.includes(typename.replace('/', '.'));
Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
32. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 215)
return descriptionDepedents != null && descriptionDepedents.includes(typename.replace('/', '.'));
Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
33. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 225)
return removedTypes != null && removedTypes.includes(typename.replace('/', '.'));
Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
34. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java
 (at line 235)
return this.descriptionDepedents.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot

/src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java : 44 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 35)
import org.eclipse.jdt.internal.core.builder.ReferenceCollection;
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 36)
import org.eclipse.jdt.internal.core.builder.State;
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 37)
import org.eclipse.jdt.internal.core.builder.StringSet;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 182)
* @param buildstate the current build state from the {@link org.eclipse.jdt.internal.core.builder.JavaBuilder}
Discouraged access: The type JavaBuilder is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 200)
public void build(IApiBaseline baseline, IApiBaseline wbaseline, IResourceDelta[] deltas, State state, BuildState buildstate, IProgressMonitor monitor) throws CoreException {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 256)
void build(final IProject project, final IApiBaseline baseline, final IApiBaseline wbaseline, final State state, BuildState buildstate, IProgressMonitor monitor) throws CoreException {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 380)
void buildContext(final IProject project, State state, List changes, HashSet depprojects) {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 381)
StringSet structural = null;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 382)
StringSet description = null;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 391)
structural = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 391)
structural = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 393)
structural.add(change.typeName);
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 405)
description = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
14. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 405)
description = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
15. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 407)
description.add(change.typeName);
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
16. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 419)
String path = (String) state.typeLocators.get(change.typeName);
Discouraged access: The method get(Object) from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
17. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 419)
String path = (String) state.typeLocators.get(change.typeName);
Discouraged access: The field typeLocators from the type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
18. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 433)
String[] types = structural.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
19. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 439)
String[] types = structural.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
20. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 445)
String[] types = description.values;
Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
21. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 462)
private void addDependents(final IProject project, State state, String[] types, int kind) {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
22. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 463)
StringSet packages = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
23. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 463)
StringSet packages = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
24. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 463)
StringSet packages = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
25. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 464)
StringSet typenames = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
26. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 464)
StringSet typenames = new StringSet(16);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
27. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 464)
StringSet typenames = new StringSet(16);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
28. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 471)
char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(packages);
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
29. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 471)
char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(packages);
Discouraged access: The method internQualifiedNames(StringSet) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
30. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 473)
if (internedQualifiedNames.length < packages.elementSize) {
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
31. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 476)
char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(typenames, true);
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
32. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 476)
char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(typenames, true);
Discouraged access: The method internSimpleNames(StringSet, boolean) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
33. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 478)
if (internedSimpleNames.length < typenames.elementSize) {
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
34. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 481)
Object[] keyTable = state.getReferences().keyTable;
Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
35. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 481)
Object[] keyTable = state.getReferences().keyTable;
Discouraged access: The field keyTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
36. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 482)
Object[] valueTable = state.getReferences().valueTable;
Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
37. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 482)
Object[] valueTable = state.getReferences().valueTable;
Discouraged access: The field valueTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
38. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 488)
ReferenceCollection refs = (ReferenceCollection) valueTable[i];
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
39. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 488)
ReferenceCollection refs = (ReferenceCollection) valueTable[i];
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
40. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 489)
if (refs.includes(internedQualifiedNames, internedSimpleNames, null)) {
Discouraged access: The method includes(char[][][], char[][], char[][]) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
41. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 508)
void splitName(String typename, StringSet packages, StringSet simpleTypes) {
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
42. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 508)
void splitName(String typename, StringSet packages, StringSet simpleTypes) {
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
43. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 517)
if (simpleTypes.add(typeName) && packages.add(packageName) && ApiAnalysisBuilder.DEBUG) {
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
44. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java
 (at line 517)
if (simpleTypes.add(typeName) && packages.add(packageName) && ApiAnalysisBuilder.DEBUG) {
Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot

/src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 14)
import org.eclipse.jdt.internal.core.OverflowingLRUCache;
Discouraged access: The type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 15)
import org.eclipse.jdt.internal.core.util.LRUCache;
Discouraged access: The type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 30)
class Cache extends OverflowingLRUCache {
Discouraged access: The type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 38)
super(size, overflow);
Discouraged access: The constructor OverflowingLRUCache(int, int) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 44)
protected boolean close(LRUCacheEntry entry) {
Discouraged access: The type LRUCache.LRUCacheEntry is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 51)
protected LRUCache newInstance(int size, int newOverflow) {
Discouraged access: The type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 61)
return !keys().hasMoreElements();
Discouraged access: The method keys() from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 124)
Cache compcache = (Cache) fRootCache.get(baseline.getName());
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 127)
fRootCache.put(baseline.getName(), compcache);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 129)
Cache typecache = (Cache) compcache.get(id);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 132)
compcache.put(comp.getSymbolicName(), typecache);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 140)
Cache mcache = (Cache) this.fMemberTypeCache.get(key);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 143)
this.fMemberTypeCache.put(key, mcache);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
14. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 145)
mcache.put(type.getName(), type);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
15. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 148)
typecache.put(element.getName(), element);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
16. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 197)
Cache mcache = (Cache) this.fMemberTypeCache.get(getCacheKey(baselineid, componentid, getRootName(identifier)));
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
17. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 199)
return (IApiElement) mcache.get(identifier);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
18. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 205)
Cache compcache = (Cache) fRootCache.get(baselineid);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
19. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 207)
Cache typecache = (Cache) compcache.get(componentid);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
20. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 209)
return (IApiElement) typecache.get(identifier);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
21. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 241)
Cache mcache = (Cache) this.fMemberTypeCache.get(getCacheKey(baselineid, componentid, getRootName(identifier)));
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
22. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 243)
return mcache.remove(identifier) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
23. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 247)
this.fMemberTypeCache.remove(getCacheKey(baselineid, componentid, getRootName(identifier)));
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
24. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 251)
Cache compcache = (Cache) fRootCache.get(baselineid);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
25. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 253)
Cache typecache = (Cache) compcache.get(componentid);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
26. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 255)
removed &= typecache.remove(identifier) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
27. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 257)
removed &= compcache.remove(componentid) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
28. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 260)
removed &= fRootCache.remove(baselineid) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
29. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 276)
Cache compcache = (Cache) fRootCache.get(baselineid);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
30. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 278)
boolean removed = compcache.remove(componentid) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
31. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 280)
removed &= fRootCache.remove(baselineid) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
32. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 290)
return fRootCache.remove(baselineid) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
33. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 328)
return fRootCache.remove(baseline.getName()) != null;
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
34. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 341)
fRootCache.flush();
Discouraged access: The method flush() from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
35. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ApiModelCache.java
 (at line 351)
this.fMemberTypeCache.flush();
Discouraged access: The method flush() from the type LRUCache is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/BundleComponent.java
 (at line 77)
import org.eclipse.pde.internal.core.TargetWeaver;
Discouraged access: The type TargetWeaver is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/BundleComponent.java
 (at line 251)
TargetWeaver.weaveManifest(manifest);
Discouraged access: The type TargetWeaver is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/BundleComponent.java
 (at line 251)
TargetWeaver.weaveManifest(manifest);
Discouraged access: The method weaveManifest(Dictionary) from the type TargetWeaver is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ProjectComponent.java
 (at line 49)
import org.eclipse.pde.internal.core.build.WorkspaceBuildModel;
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ProjectComponent.java
 (at line 216)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ProjectComponent.java
 (at line 216)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The constructor WorkspaceBuildModel(IFile) is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ProjectComponent.java
 (at line 216)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/model/ProjectComponent.java
 (at line 217)
IBuild build = properties.getBuild();
Discouraged access: The method getBuild() from the type BuildModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 81)
laccess |= ClassFileConstants.AccDeprecated;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 81)
laccess |= ClassFileConstants.AccDeprecated;
Discouraged access: The field AccDeprecated from the type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 140)
laccess |= ClassFileConstants.AccDeprecated;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 140)
laccess |= ClassFileConstants.AccDeprecated;
Discouraged access: The field AccDeprecated from the type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 154)
laccess |= ClassFileConstants.AccDeprecated;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
 (at line 154)
laccess |= ClassFileConstants.AccDeprecated;
Discouraged access: The field AccDeprecated from the type ClassFileConstants is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot

/src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java
 (at line 20)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java
 (at line 48)
return PDECore.getDefault().getModelManager().getState().getState();
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java
 (at line 48)
return PDECore.getDefault().getModelManager().getState().getState();
Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java
 (at line 48)
return PDECore.getDefault().getModelManager().getState().getState();
Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java
 (at line 48)
return PDECore.getDefault().getModelManager().getState().getState();
Discouraged access: The method getState() from the type PluginModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/model/WorkspaceBaseline.java
 (at line 48)
return PDECore.getDefault().getModelManager().getState().getState();
Discouraged access: The method getState() from the type MinimalState is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 97)
import org.eclipse.jdt.internal.compiler.codegen.ConstantPool;
Discouraged access: The type ConstantPool is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1455)
return org.eclipse.pde.internal.core.WorkspaceModelManager.isBinaryProject(project);
Discouraged access: The type WorkspaceModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 1455)
return org.eclipse.pde.internal.core.WorkspaceModelManager.isBinaryProject(project);
Discouraged access: The method isBinaryProject(IProject) from the type WorkspaceModelManager is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 2096)
return Arrays.equals(ConstantPool.Init, referenceMemberName.toCharArray());
Discouraged access: The type ConstantPool is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 2096)
return Arrays.equals(ConstantPool.Init, referenceMemberName.toCharArray());
Discouraged access: The field Init from the type ConstantPool is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.jdt.core/@dot