errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 40) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 41) import org.eclipse.jdt.internal.core.builder.State; Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 286) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 286) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 286) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 286) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java (at line 286) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
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/M201002111343/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 structchanged = null; Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/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 dependents = null; Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/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 removed = null; Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 41) return this.structchanged.values; Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 51) return this.removed.values; Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 61) return this.dependents.values; Discouraged access: The field values from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
8. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 68) int count = (this.structchanged == null ? 0 : this.structchanged.elementSize); Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
9. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 69) count += (this.removed == null ? 0 : this.removed.elementSize); Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
10. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 77) return (this.dependents == null ? 0 : this.dependents.elementSize) > 0; Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
11. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 84) return (this.removed == null ? 0 : this.removed.elementSize) > 0; Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
12. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 98) this.structchanged = new StringSet(16); Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
13. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 98) this.structchanged = new StringSet(16); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
14. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 100) this.structchanged.add(typename); Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
15. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 114) this.removed = new StringSet(16); Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
16. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 114) this.removed = new StringSet(16); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
17. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 116) this.removed.add(typename); Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
18. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 130) this.dependents = new StringSet(32); Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
19. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 130) this.dependents = new StringSet(32); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
20. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 132) this.dependents.add(typename); Discouraged access: The method add(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
21. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 140) this.structchanged.clear(); Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
22. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 144) this.dependents.clear(); Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
23. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 163) return structchanged != null && structchanged.includes(typename); Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
24. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 173) return dependents != null && dependents.includes(typename); Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
25. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/BuildContext.java (at line 183) return removed != null && removed.includes(typename); Discouraged access: The method includes(String) from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
1. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 32) import org.eclipse.jdt.internal.core.builder.ReferenceCollection; Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 33) import org.eclipse.jdt.internal.core.builder.State; Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 34) import org.eclipse.jdt.internal.core.builder.StringSet; Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 98) StringSet typenames = new StringSet(16); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 98) StringSet typenames = new StringSet(16); Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 98) StringSet typenames = new StringSet(16); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 99) StringSet packages = new StringSet(16); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
8. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 99) StringSet packages = new StringSet(16); Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
9. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 99) StringSet packages = new StringSet(16); Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
10. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 106) * @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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
11. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 124) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
12. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 157) this.typenames.clear(); Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
13. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 158) this.packages.clear(); Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
14. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 171) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
15. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 272) void collectAffectedSourceFiles(final IProject project, State state) { Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
16. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 274) char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(this.packages); Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
17. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 274) char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(this.packages); Discouraged access: The method internQualifiedNames(StringSet) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
18. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 276) if (internedQualifiedNames.length < this.packages.elementSize) { Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
19. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 279) char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(this.typenames, true); Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
20. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 279) char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(this.typenames, true); Discouraged access: The method internSimpleNames(StringSet, boolean) from the type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
21. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 281) if (internedSimpleNames.length < this.typenames.elementSize) { Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
22. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 284) Object[] keyTable = state.getReferences().keyTable; Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
23. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 284) Object[] keyTable = state.getReferences().keyTable; Discouraged access: The field keyTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
24. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 285) Object[] valueTable = state.getReferences().valueTable; Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
25. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 285) Object[] valueTable = state.getReferences().valueTable; Discouraged access: The field valueTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
26. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 291) ReferenceCollection refs = (ReferenceCollection) valueTable[i]; Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
27. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 291) ReferenceCollection refs = (ReferenceCollection) valueTable[i]; Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
28. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 292) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
29. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 362) if (this.typenames.add(typeName) && this.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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
30. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java (at line 362) if (this.typenames.add(typeName) && this.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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/BundleApiComponent.java (at line 73) import org.eclipse.pde.internal.core.TargetWeaver; Discouraged access: The type TargetWeaver is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/BundleApiComponent.java (at line 206) TargetWeaver.weaveManifest(manifest); Discouraged access: The type TargetWeaver is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/BundleApiComponent.java (at line 206) TargetWeaver.weaveManifest(manifest); Discouraged access: The method weaveManifest(Dictionary) from the type TargetWeaver is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
1. WARNING in /src/org/eclipse/pde/api/tools/internal/model/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/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/api/tools/internal/model/PluginProjectApiComponent.java (at line 197) WorkspaceBuildModel properties = new WorkspaceBuildModel(prop); Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/api/tools/internal/model/PluginProjectApiComponent.java (at line 197) WorkspaceBuildModel properties = new WorkspaceBuildModel(prop); Discouraged access: The constructor WorkspaceBuildModel(IFile) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
4. WARNING in /src/org/eclipse/pde/api/tools/internal/model/PluginProjectApiComponent.java (at line 197) WorkspaceBuildModel properties = new WorkspaceBuildModel(prop); Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
5. WARNING in /src/org/eclipse/pde/api/tools/internal/model/PluginProjectApiComponent.java (at line 198) IBuild build = properties.getBuild(); Discouraged access: The method getBuild() from the type BuildModel is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
1. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java (at line 96) import org.eclipse.jdt.internal.compiler.codegen.ConstantPool; Discouraged access: The type ConstantPool is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
2. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java (at line 1418) return org.eclipse.pde.internal.core.WorkspaceModelManager.isBinaryProject(project); Discouraged access: The type WorkspaceModelManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java (at line 1418) 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/M201002111343/src/plugins/org.eclipse.pde.core/@dot |
4. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java (at line 2046) return Arrays.equals(ConstantPool.Init, referenceMemberName.toCharArray()); Discouraged access: The type ConstantPool is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |
5. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java (at line 2046) 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/M201002111343/src/plugins/org.eclipse.jdt.core/@dot |