Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20080414-2000 (Timestamp: 200804142000):Compile errors in build

I've addressed this issue for the I-build.

The compilation error did not appear in the workspace - an Ant task 
(class) from a non-bundle-classpath jar was referenced by a class on the 
bundle classpath via an @see tag. It makes sense that the Ant task would 
not be visible from the bundle, so I'm not sure why there were no errors 
in the workspace.

Darin 




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
04/14/2008 08:56 PM
Please respond to
"Eclipse platform release engineering list." 
<platform-releng-dev@xxxxxxxxxxx>


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] [eclipse-build]Build N20080414-2000 (Timestamp: 
200804142000):Compile errors in build






Build N20080414-2000 (Timestamp: 200804142000):  Compile errors in build. 
See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.pde.api.tools_0.1.0.N20080414-2000

Compiler log for org.eclipse.pde.api.tools_0.1.0.N20080414-2000 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 95

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/api/tools/internal/IApiCoreConstants.java : 1 error :

1. ERROR in /src/org/eclipse/pde/api/tools/internal/IApiCoreConstants.java
 (at line 14)
import org.eclipse.pde.api.tools.internal.tasks.CompareProfilesTask;
The import org.eclipse.pde.api.tools.internal.tasks cannot be resolved

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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 199)
EEVMType.clearProperties(eeDescription);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 199)
EEVMType.clearProperties(eeDescription);
Discouraged access: The method clearProperties(File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 200)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 200)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 200)
String profile = "">EEVMType.PROP_CLASS_LIB_LEVEL, eeDescription);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/ApiProfile.java
 (at line 200)
String profile = "">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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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 45)
import org.eclipse.pde.internal.core.build.WorkspaceBuildModel;
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/PluginProjectApiComponent.java
 (at line 212)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/PluginProjectApiComponent.java
 (at line 212)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The constructor WorkspaceBuildModel(IFile) is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/PluginProjectApiComponent.java
 (at line 212)
WorkspaceBuildModel properties = new WorkspaceBuildModel(prop);
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/PluginProjectApiComponent.java
 (at line 213)
IBuild build = properties.getBuild();
Discouraged access: The method getBuild() from the type BuildModel is not accessible due to restriction on classpath entry /builds/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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/N200804142000/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 58)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 59)
import org.eclipse.jdt.internal.core.builder.ReferenceCollection;
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 60)
import org.eclipse.jdt.internal.core.builder.State;
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 61)
import org.eclipse.jdt.internal.core.builder.StringSet;
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 205)
private StringSet fTypes = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 205)
private StringSet fTypes = new StringSet(3);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 205)
private StringSet fTypes = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 209)
private StringSet fPackages = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 209)
private StringSet fPackages = new StringSet(3);
Discouraged access: The constructor StringSet(int) is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 209)
private StringSet fPackages = new StringSet(3);
Discouraged access: The type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 274)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 274)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 274)
State state = (State)JavaModelManager.getJavaModelManager().getLastBuiltState(fCurrentProject, new NullProgressMonitor());
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
14. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 274)
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/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
15. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 274)
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/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
16. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 289)
fTypes.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
17. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 290)
fPackages.clear();
Discouraged access: The method clear() from the type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
18. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 545)
private void buildDeltas(IResourceDelta[] deltas, final State state, IProgressMonitor monitor) {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
19. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 662)
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/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
20. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 662)
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/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
21. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 672)
private void collectAffectedSourceFiles(State state) {
Discouraged access: The type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
22. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 674)
char[][][] internedQualifiedNames = ReferenceCollection.internQualifiedNames(fPackages);
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
23. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 674)
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/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
24. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 676)
if (internedQualifiedNames.length < fPackages.elementSize) {
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
25. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 679)
char[][] internedSimpleNames = ReferenceCollection.internSimpleNames(fTypes);
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
26. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 679)
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/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
27. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 681)
if (internedSimpleNames.length < fTypes.elementSize) {
Discouraged access: The field elementSize from the type StringSet is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
28. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 684)
Object[] keyTable = state.getReferences().keyTable;
Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
29. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 684)
Object[] keyTable = state.getReferences().keyTable;
Discouraged access: The field keyTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
30. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 685)
Object[] valueTable = state.getReferences().valueTable;
Discouraged access: The method getReferences() from the type State is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
31. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 685)
Object[] valueTable = state.getReferences().valueTable;
Discouraged access: The field valueTable from the type SimpleLookupTable is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
32. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 689)
ReferenceCollection refs = (ReferenceCollection) valueTable[i];
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
33. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 689)
ReferenceCollection refs = (ReferenceCollection) valueTable[i];
Discouraged access: The type ReferenceCollection is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.core/@dot
34. WARNING in /src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java
 (at line 690)
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/N200804142000/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 94)
import org.eclipse.jdt.internal.launching.EEVMType;
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 557)
appendProperty(buffer, EEVMType.PROP_JAVA_HOME, vm.getInstallLocation().getCanonicalPath());
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 557)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 567)
appendProperty(buffer, EEVMType.PROP_BOOT_CLASS_PATH, paths.toString());
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 567)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 568)
appendProperty(buffer, EEVMType.PROP_CLASS_LIB_LEVEL, eeId);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 568)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 967)
EEVMType.clearProperties(eeFileProperty);
Discouraged access: The type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 967)
EEVMType.clearProperties(eeFileProperty);
Discouraged access: The method clearProperties(File) from the type EEVMType is not accessible due to restriction on classpath entry /builds/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 968)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 968)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 968)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/internal/util/Util.java
 (at line 968)
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/N200804142000/src/plugins/org.eclipse.jdt.launching/@dot

Back to the top