Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 24 Number of classfiles: 35

Problems: 116 (Errors: 0 Warnings: 116 )

Source File: org/eclipse/jst/common/frameworks/CommonFrameworksPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

CommonFrameworksPlugin.java :

17 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

CommonFrameworksPlugin.java :

21 : extends WTPPlugin

3. WARNING: DiscouragedReference

Discouraged access: The constructor WTPPlugin() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

CommonFrameworksPlugin.java :

40 : super();

Source File: org/eclipse/jst/common/jdt/internal/classpath/ClasspathDecorationsManager.java
1. WARNING: UnusedImport

The import java.io.BufferedInputStream is never used

ClasspathDecorationsManager.java :

14 : import java.io.BufferedInputStream;

2. WARNING: UnusedImport

The import java.io.InputStream is never used

ClasspathDecorationsManager.java :

21 : import java.io.InputStream;

Source File: org/eclipse/jst/common/jdt/internal/classpath/FlexibleProjectContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

43 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

44 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

199 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) comp;

4. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

199 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) comp;

5. WARNING: DiscouragedReference

Discouraged access: The method getArchiveType() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

200 : if (archiveComp.getArchiveType().equals(VirtualArchiveComponent.CLASSPATHARCHIVETYPE)) {

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

200 : if (archiveComp.getArchiveType().equals(VirtualArchiveComponent.CLASSPATHARCHIVETYPE)) {

7. WARNING: DiscouragedReference

Discouraged access: The field CLASSPATHARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

200 : if (archiveComp.getArchiveType().equals(VirtualArchiveComponent.CLASSPATHARCHIVETYPE)) {

8. WARNING: DiscouragedReference

Discouraged access: The method getUnderlyingDiskFile() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

204 : java.io.File diskFile = archiveComp.getUnderlyingDiskFile();

9. WARNING: DiscouragedReference

Discouraged access: The method getUnderlyingWorkbenchFile() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

208 : IFile iFile = archiveComp.getUnderlyingWorkbenchFile();

10. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

367 : return pj.getNature( IModuleConstants.MODULE_NATURE_ID ) != null;

11. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FlexibleProjectContainer.java :

367 : return pj.getNature( IModuleConstants.MODULE_NATURE_ID ) != null;

Source File: org/eclipse/jst/common/jdt/internal/integration/JavaArtifactEditModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

23 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

2. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JavaArtifactEditModel.java :

24 : import org.eclipse.wst.common.frameworks.internal.SaveFailedException;

3. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

25 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResource;

4. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

26 : import org.eclipse.wst.common.internal.emf.resource.ReferencedResource;

5. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

27 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

6. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

28 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

7. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

30 : public class JavaArtifactEditModel extends ArtifactEditModel implements WorkingCopyProvider {

8. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

34 : public JavaArtifactEditModel(String anEditModelId, EMFWorkbenchContext context, boolean toMakeReadOnly,

9. WARNING: DiscouragedReference

Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, boolean, URI, URI, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

36 : super(anEditModelId, context, toMakeReadOnly, toAccessUnknownResourcesAsReadOnly, moduleURI, rootURI, rootContentType);

10. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

40 : public JavaArtifactEditModel(String editModelID, EMFWorkbenchContext context, boolean toMakeReadOnly, URI moduleURI, URI rootURI,

11. WARNING: DiscouragedReference

Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI, URI, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

42 : super(editModelID, context, toMakeReadOnly, moduleURI, rootURI, rootContentType);

12. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

53 : public JavaArtifactEditModel(String anEditModelId, EMFWorkbenchContext aContext, boolean toMakeReadOnly, boolean toAccessUnknownResourcesAsReadOnly, URI aModuleURI) {

13. WARNING: DiscouragedReference

Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, boolean, URI) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

54 : super(anEditModelId, aContext, toMakeReadOnly, toAccessUnknownResourcesAsReadOnly, aModuleURI);

14. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

65 : public JavaArtifactEditModel(String anEditModelId, EMFWorkbenchContext aContext, boolean toMakeReadOnly, URI aModuleURI) {

15. WARNING: DiscouragedReference

Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

66 : super(anEditModelId, aContext, toMakeReadOnly, aModuleURI);

16. WARNING: DiscouragedReference

Discouraged access: The method doDispose() from the type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaArtifactEditModel.java :

83 : super.doDispose();

17. WARNING: DiscouragedReference

Discouraged access: The method getAffectedFiles() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

88 : java.util.Set affected = super.getAffectedFiles();

18. WARNING: DiscouragedReference

Discouraged access: The method isDirty() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

132 : boolean dirtyBool = super.isDirty();

19. WARNING: DiscouragedReference

Discouraged access: The method primSave(IProgressMonitor) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

144 : super.primSave(monitor);

20. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JavaArtifactEditModel.java :

146 : protected void runSaveOperation(IWorkspaceRunnable runnable, IProgressMonitor monitor) throws SaveFailedException {

21. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailedException(Exception) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JavaArtifactEditModel.java :

150 : throw new SaveFailedException(e);

22. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

JavaArtifactEditModel.java :

150 : throw new SaveFailedException(e);

23. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

160 : if (aResource != null && !getResources().contains(aResource)) {

24. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

161 : if (aResource instanceof ReferencedResource) {

25. WARNING: DiscouragedReference

Discouraged access: The method access(ReferencedResource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

162 : access((ReferencedResource) aResource);

26. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

162 : access((ReferencedResource) aResource);

27. WARNING: DiscouragedReference

Discouraged access: The method setFormat(int) from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

165 : ((ReferencedResource) aResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

28. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

165 : ((ReferencedResource) aResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

29. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

165 : ((ReferencedResource) aResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

30. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_MOF5 from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

165 : ((ReferencedResource) aResource).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

31. WARNING: DiscouragedReference

Discouraged access: The method isReadOnly() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

166 : } else if (!isReadOnly())

32. WARNING: DiscouragedReference

Discouraged access: The method addResource(Resource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

168 : addResource(aResource);

33. WARNING: DiscouragedReference

Discouraged access: The method removeResource(Resource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

177 : removeResource(aResource);

34. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

179 : boolean isRefRes = aResource instanceof ReferencedResource;

35. WARNING: DiscouragedReference

Discouraged access: The method release(ReferencedResource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

181 : release((ReferencedResource) aResource);

36. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

181 : release((ReferencedResource) aResource);

37. WARNING: DiscouragedReference

Discouraged access: The method isDisposing() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

182 : if (!isDisposing())

38. WARNING: DiscouragedReference

Discouraged access: The field isReverting from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

194 : if (!isReverting && !disposing && !isReadOnly() && oldValue && !newValue && aResource instanceof TranslatorResource)

39. WARNING: DiscouragedReference

Discouraged access: The field disposing from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

194 : if (!isReverting && !disposing && !isReadOnly() && oldValue && !newValue && aResource instanceof TranslatorResource)

40. WARNING: DiscouragedReference

Discouraged access: The method isReadOnly() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

194 : if (!isReverting && !disposing && !isReadOnly() && oldValue && !newValue && aResource instanceof TranslatorResource)

41. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

194 : if (!isReverting && !disposing && !isReadOnly() && oldValue && !newValue && aResource instanceof TranslatorResource)

42. WARNING: DiscouragedReference

Discouraged access: The method resourceIsLoadedChanged(Resource, boolean, boolean) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

196 : super.resourceIsLoadedChanged(aResource, oldValue, newValue);

43. WARNING: DiscouragedReference

Discouraged access: The type ReferencedResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaArtifactEditModel.java :

199 : protected void reverted(ReferencedResource revertedResource) {

44. WARNING: DiscouragedReference

Discouraged access: The method revertAllResources() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModel.java :

202 : revertAllResources();

Source File: org/eclipse/jst/common/jdt/internal/integration/JavaArtifactEditModelFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

16 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

17 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModelFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

18 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModelFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

25 : public class JavaArtifactEditModelFactory extends EditModelFactory {

5. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

38 : public EditModel createEditModelForRead(String editModelID, EMFWorkbenchContext context, Map params) {

6. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

38 : public EditModel createEditModelForRead(String editModelID, EMFWorkbenchContext context, Map params) {

7. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

51 : public EditModel createEditModelForWrite(String editModelID, EMFWorkbenchContext context, Map params) {

8. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

JavaArtifactEditModelFactory.java :

51 : public EditModel createEditModelForWrite(String editModelID, EMFWorkbenchContext context, Map params) {

Source File: org/eclipse/jst/common/jdt/internal/integration/JavaProjectValidationHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IValidationSelectionHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

JavaProjectValidationHandler.java :

16 : import org.eclipse.wst.validation.internal.IValidationSelectionHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type IValidationSelectionHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

JavaProjectValidationHandler.java :

22 : public class JavaProjectValidationHandler implements IValidationSelectionHandler {

Source File: org/eclipse/jst/common/jdt/internal/integration/WTPWorkingCopyManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

34 : import org.eclipse.wst.common.frameworks.internal.ISaveHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

35 : import org.eclipse.wst.common.frameworks.internal.SaveFailedException;

3. WARNING: DiscouragedReference

Discouraged access: The type SaveHandlerHeadless is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

36 : import org.eclipse.wst.common.frameworks.internal.SaveHandlerHeadless;

4. WARNING: DiscouragedReference

Discouraged access: The type SaveHandlerRegister is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

37 : import org.eclipse.wst.common.frameworks.internal.SaveHandlerRegister;

5. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

38 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailedException(Exception) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

92 : throw new SaveFailedException(e);

7. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

92 : throw new SaveFailedException(e);

8. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailedException(Exception) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

98 : throw new SaveFailedException(e1);

9. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

98 : throw new SaveFailedException(e1);

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

149 : if (!WTPCommonPlugin.getWorkspace().isTreeLocked()) {

11. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

149 : if (!WTPCommonPlugin.getWorkspace().isTreeLocked()) {

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

150 : WTPCommonPlugin.getWorkspace().run(runnable,null, IWorkspace.AVOID_UPDATE,null);

13. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

150 : WTPCommonPlugin.getWorkspace().run(runnable,null, IWorkspace.AVOID_UPDATE,null);

14. WARNING: DiscouragedReference

Discouraged access: The type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

270 : protected ISaveHandler getSaveHandler() {

15. WARNING: DiscouragedReference

Discouraged access: The type SaveHandlerRegister is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

271 : return SaveHandlerRegister.getSaveHandler();

16. WARNING: DiscouragedReference

Discouraged access: The method getSaveHandler() from the type SaveHandlerRegister is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

271 : return SaveHandlerRegister.getSaveHandler();

17. WARNING: DiscouragedReference

Discouraged access: The type SaveHandlerHeadless is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

301 : return SaveHandlerHeadless.isFailedWriteFileFailure(ex);

18. WARNING: DiscouragedReference

Discouraged access: The method isFailedWriteFileFailure(Exception) from the type SaveHandlerHeadless is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

301 : return SaveHandlerHeadless.isFailedWriteFileFailure(ex);

19. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

470 : if (!WTPCommonPlugin.getWorkspace().isTreeLocked()) {

20. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

470 : if (!WTPCommonPlugin.getWorkspace().isTreeLocked()) {

21. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

472 : WTPCommonPlugin.getWorkspace().run(aRunnable, monitor);

22. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

472 : WTPCommonPlugin.getWorkspace().run(aRunnable, monitor);

23. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailedException(Exception) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

474 : throw new SaveFailedException(e);

24. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

474 : throw new SaveFailedException(e);

25. WARNING: DiscouragedReference

Discouraged access: The method access() from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

484 : getSaveHandler().access();

26. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

492 : } catch (SaveFailedException ex) {

27. WARNING: DiscouragedReference

Discouraged access: The method handleSaveFailed(SaveFailedException, IProgressMonitor) from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

493 : getSaveHandler().handleSaveFailed(ex, monitor);

28. WARNING: DiscouragedReference

Discouraged access: The method release() from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

495 : getSaveHandler().release();

29. WARNING: DiscouragedReference

Discouraged access: The method access() from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

512 : getSaveHandler().access();

30. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

520 : } catch (SaveFailedException ex) {

31. WARNING: DiscouragedReference

Discouraged access: The method handleSaveFailed(SaveFailedException, IProgressMonitor) from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

521 : getSaveHandler().handleSaveFailed(ex, monitor);

32. WARNING: DiscouragedReference

Discouraged access: The method release() from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

523 : getSaveHandler().release();

33. WARNING: DiscouragedReference

Discouraged access: The method shouldContinueAndMakeFileEditable(IFile) from the type ISaveHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WTPWorkingCopyManager.java :

535 : return getSaveHandler().shouldContinueAndMakeFileEditable((IFile) resource);

Source File: org/eclipse/jst/common/jdt/internal/javalite/IJavaProjectLite.java
1. WARNING: UnusedImport

The import org.eclipse.jdt.core.IJavaModel is never used

IJavaProjectLite.java :

16 : import org.eclipse.jdt.core.IJavaModel;

2. WARNING: UnusedImport

The import org.eclipse.jdt.core.IJavaProject is never used

IJavaProjectLite.java :

17 : import org.eclipse.jdt.core.IJavaProject;

3. WARNING: UnusedImport

The import org.eclipse.jdt.core.JavaCore is never used

IJavaProjectLite.java :

18 : import org.eclipse.jdt.core.JavaCore;

Source File: org/eclipse/jst/common/jdt/internal/javalite/JavaCoreLite.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

34 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

160 : JavaModelManager.PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(javaProject.getProject(), false);

3. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager.PerProjectInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

160 : JavaModelManager.PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(javaProject.getProject(), false);

4. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

160 : JavaModelManager.PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(javaProject.getProject(), false);

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

160 : JavaModelManager.PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(javaProject.getProject(), false);

6. WARNING: DiscouragedReference

Discouraged access: The method getPerProjectInfo(IProject, boolean) from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

160 : JavaModelManager.PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(javaProject.getProject(), false);

7. WARNING: DiscouragedReference

Discouraged access: The method getResolvedClasspath() from the type JavaModelManager.PerProjectInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JavaCoreLite.java :

162 : if (projectInfo.getResolvedClasspath() != null) {

Source File: org/eclipse/jst/common/project/facet/JavaFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaFacetInstallDataModelProvider.java :

22 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaFacetInstallDataModelProvider.java :

110 : return IModuleConstants.JST_JAVA;

3. WARNING: DiscouragedReference

Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

JavaFacetInstallDataModelProvider.java :

110 : return IModuleConstants.JST_JAVA;