Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 84 Number of classfiles: 105

Problems: 457 (Errors: 0 Warnings: 457 )

Source File: org/eclipse/etools/common/tests/xml/DomComparitor.java
1. WARNING: LocalVariableIsNeverUsed

The local variable pInst1 is never read

DomComparitor.java :

129 : ProcessingInstruction pInst1 = (ProcessingInstruction) node1;

2. WARNING: LocalVariableIsNeverUsed

The local variable pInst2 is never read

DomComparitor.java :

130 : ProcessingInstruction pInst2 = (ProcessingInstruction) node2;

3. WARNING: LocalVariableIsNeverUsed

The local variable frag1 is never read

DomComparitor.java :

134 : DocumentFragment frag1 = (DocumentFragment) node1;

4. WARNING: LocalVariableIsNeverUsed

The local variable frag2 is never read

DomComparitor.java :

135 : DocumentFragment frag2 = (DocumentFragment) node2;

Source File: org/eclipse/etools/common/tests/xml/DomComparitorTest.java
1. WARNING: LocalVariableIsNeverUsed

The local variable source1 is never read

DomComparitorTest.java :

67 : InputSource source1 = new InputSource(new FileReader(new File(testData + fileName1)));

2. WARNING: LocalVariableIsNeverUsed

The local variable source2 is never read

DomComparitorTest.java :

68 : InputSource source2 = new InputSource(new FileReader(new File(testData + fileName2)));

3. WARNING: LocalVariableIsNeverUsed

The local variable source1 is never read

DomComparitorTest.java :

81 : InputSource source1 = new InputSource(new FileReader(new File(testData + fileName1)));

4. WARNING: LocalVariableIsNeverUsed

The local variable source2 is never read

DomComparitorTest.java :

82 : InputSource source2 = new InputSource(new FileReader(new File(testData + fileName2)));

Source File: org/eclipse/wst/common/extras/MemoryUsageTestSuite.java
1. WARNING: UnusedPrivateMethod

The method getOutputName() from the type MemoryUsageTestSuite is never used locally

MemoryUsageTestSuite.java :

63 : private String getOutputName() {

2. WARNING: UnusedPrivateMethod

The method getMemoryName() from the type MemoryUsageTestSuite is never used locally

MemoryUsageTestSuite.java :

74 : private String getMemoryName() {

Source File: org/eclipse/wst/common/tests/BaseTestCase.java
1. WARNING: LocalVariableIsNeverUsed

The local variable statusType is never read

BaseTestCase.java :

148 : String statusType;

Source File: org/eclipse/wst/common/tests/OperationTestCase.java
1. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

OperationTestCase.java :

24 : import org.eclipse.wst.common.frameworks.internal.datamodel.IWorkspaceRunnableWithStatus;

2. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

OperationTestCase.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

OperationTestCase.java :

46 : RendererFactory.getDefaultRendererFactory().setValidating(false);

4. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

OperationTestCase.java :

46 : RendererFactory.getDefaultRendererFactory().setValidating(false);

5. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

OperationTestCase.java :

46 : RendererFactory.getDefaultRendererFactory().setValidating(false);

6. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

OperationTestCase.java :

51 : IWorkspaceRunnableWithStatus workspaceRunnable = new IWorkspaceRunnableWithStatus(null) {

7. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

OperationTestCase.java :

51 : IWorkspaceRunnableWithStatus workspaceRunnable = new IWorkspaceRunnableWithStatus(null) {

8. WARNING: LocalVariableIsNeverUsed

The local variable parentStack is never read

OperationTestCase.java :

174 : StackTraceElement[] parentStack = stack;

Source File: org/eclipse/wst/common/tests/PlatformModuleURLTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLModuleConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

PlatformModuleURLTest.java :

16 : import org.eclipse.wst.common.componentcore.internal.impl.PlatformURLModuleConnection;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLModuleConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

PlatformModuleURLTest.java :

34 : PlatformURLModuleConnection.startup();

3. WARNING: DiscouragedReference

Discouraged access: The method startup() from the type PlatformURLModuleConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

PlatformModuleURLTest.java :

34 : PlatformURLModuleConnection.startup();

Source File: org/eclipse/wst/common/frameworks/artifactedit/tests/ArtifactEditTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

27 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

28 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditTest.java :

29 : import org.eclipse.wst.common.frameworks.internal.operations.IOperationHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

31 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;

7. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

32 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;

8. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

43 : private ArtifactEditModel artifactEditModelForRead;

9. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

44 : private ArtifactEditModel artifactEditModelForWrite;

10. WARNING: UnusedPrivateField

The field ArtifactEditTest.artifactEditModelForWrite is never read locally

ArtifactEditTest.java :

44 : private ArtifactEditModel artifactEditModelForWrite;

11. WARNING: UnusedPrivateField

The field ArtifactEditTest.artifactEditForWrite is never read locally

ArtifactEditTest.java :

46 : private ArtifactEdit artifactEditForWrite;

12. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

47 : private EditModelListener emListener;

13. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditTest.java :

53 : private IOperationHandler handler = new IOperationHandler() {

14. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditTest.java :

53 : private IOperationHandler handler = new IOperationHandler() {

15. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

206 : StructureEdit moduleCore = null;

16. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

209 : moduleCore = StructureEdit.getStructureEditForRead(project);

17. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

209 : moduleCore = StructureEdit.getStructureEditForRead(project);

18. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

210 : WorkbenchComponent wbComponent = moduleCore.getComponent();

19. WARNING: LocalVariableIsNeverUsed

The local variable wbComponent is never read

ArtifactEditTest.java :

210 : WorkbenchComponent wbComponent = moduleCore.getComponent();

20. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

210 : WorkbenchComponent wbComponent = moduleCore.getComponent();

21. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

215 : moduleCore.dispose();

22. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

248 : StructureEdit.getModuleCoreNature(moduleURI);

23. WARNING: DiscouragedReference

Discouraged access: The method getModuleCoreNature(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

248 : StructureEdit.getModuleCoreNature(moduleURI);

24. WARNING: LocalVariableIsNeverUsed

The local variable object is never read

ArtifactEditTest.java :

330 : Object object = edit.getContentModelRoot();

25. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

471 : public ArtifactEditModel getArtifactEditModelforRead() {

26. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

472 : EMFWorkbenchContext context = new EMFWorkbenchContext(project);

27. WARNING: DiscouragedReference

Discouraged access: The constructor EMFWorkbenchContext(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

472 : EMFWorkbenchContext context = new EMFWorkbenchContext(project);

28. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

472 : EMFWorkbenchContext context = new EMFWorkbenchContext(project);

29. WARNING: DiscouragedReference

Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

473 : artifactEditModelForRead = new ArtifactEditModel(EDIT_MODEL_ID, context, true, moduleURI);

30. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

473 : artifactEditModelForRead = new ArtifactEditModel(EDIT_MODEL_ID, context, true, moduleURI);

31. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

488 : public EditModelListener getEmListener() {

32. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

490 : emListener = new EditModelListener() {

33. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

491 : public void editModelChanged(EditModelEvent anEvent) {

34. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

497 : public ArtifactEditModel getArtifactEditModelForWrite() {

35. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

498 : EMFWorkbenchContext context = new EMFWorkbenchContext(project);

36. WARNING: DiscouragedReference

Discouraged access: The constructor EMFWorkbenchContext(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

498 : EMFWorkbenchContext context = new EMFWorkbenchContext(project);

37. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditTest.java :

498 : EMFWorkbenchContext context = new EMFWorkbenchContext(project);

38. WARNING: DiscouragedReference

Discouraged access: The constructor ArtifactEditModel(String, EMFWorkbenchContext, boolean, URI) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

499 : return new ArtifactEditModel(EDIT_MODEL_ID, context, false, moduleURI);

39. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ArtifactEditTest.java :

499 : return new ArtifactEditModel(EDIT_MODEL_ID, context, false, moduleURI);

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/ComponentCoreTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ComponentCoreTest.java :

21 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

2. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualComponent(IProject, IPath) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ComponentCoreTest.java :

123 : IVirtualComponent container = new VirtualComponent(project, new Path("test/runtimePath/file"));

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ComponentCoreTest.java :

123 : IVirtualComponent container = new VirtualComponent(project, new Path("test/runtimePath/file"));

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/IVirtualComponentAPITest.java
1. WARNING: LocalVariableIsNeverUsed

The local variable name is never read

IVirtualComponentAPITest.java :

29 : String name = component.getName();

2. WARNING: LocalVariableIsNeverUsed

The local variable properties is never read

IVirtualComponentAPITest.java :

42 : Properties properties = component.getMetaProperties() ;

3. WARNING: LocalVariableIsNeverUsed

The local variable metaresources is never read

IVirtualComponentAPITest.java :

46 : IPath[] metaresources = component.getMetaResources() ;

4. WARNING: LocalVariableIsNeverUsed

The local variable virtualResource is never read

IVirtualComponentAPITest.java :

61 : IVirtualResource[] virtualResource = rootFolder.getResources(resource) ;

5. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

IVirtualComponentAPITest.java :

66 : boolean exists = component.exists();

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/IVirtualContainerTestAPI.java
1. WARNING: LocalVariableIsNeverUsed

The local variable bRetValue is never read

IVirtualContainerTestAPI.java :

32 : boolean bRetValue = container.exists(path);

2. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

38 : IVirtualResource resource= container.findMember(name);

3. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

46 : IVirtualResource resource= container.findMember(name,searchFlags);

4. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

52 : IVirtualResource resource= container.findMember(path);

5. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

60 : IVirtualResource resource= container.findMember(path,searchFlags);

6. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

68 : IVirtualResource resource= container.getFile(path);

7. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

74 : IVirtualResource resource= container.getFolder(path);

8. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

80 : IVirtualResource resource= container.getFile(name);

9. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

86 : IVirtualResource resource= container.getFolder(name);

10. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

91 : IVirtualResource[] resource= container.members();

11. WARNING: LocalVariableIsNeverUsed

The local variable resource is never read

IVirtualContainerTestAPI.java :

97 : IVirtualResource[] resource= container.members(memberFlags);

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/IVirtualFileAPITest.java
1. WARNING: LocalVariableIsNeverUsed

The local variable file is never read

IVirtualFileAPITest.java :

43 : IFile file = testFile1.getUnderlyingFile();

2. WARNING: LocalVariableIsNeverUsed

The local variable file is never read

IVirtualFileAPITest.java :

47 : IFile[] file = testFile1.getUnderlyingFiles();

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/IVirtualReferenceAPITest.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

7 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

2. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

17 : IVirtualReference reference = new VirtualReference();

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

17 : IVirtualReference reference = new VirtualReference();

4. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

23 : IVirtualReference reference = new VirtualReference();

5. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

23 : IVirtualReference reference = new VirtualReference();

6. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

28 : IVirtualReference reference = new VirtualReference();

7. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

28 : IVirtualReference reference = new VirtualReference();

8. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

IVirtualReferenceAPITest.java :

29 : IPath path = reference.getRuntimePath();

9. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

33 : IVirtualReference reference = new VirtualReference();

10. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

33 : IVirtualReference reference = new VirtualReference();

11. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

39 : IVirtualReference reference = new VirtualReference();

12. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

39 : IVirtualReference reference = new VirtualReference();

13. WARNING: LocalVariableIsNeverUsed

The local variable dependencyType is never read

IVirtualReferenceAPITest.java :

40 : int dependencyType = 0;

14. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

45 : IVirtualReference reference = new VirtualReference();

15. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

45 : IVirtualReference reference = new VirtualReference();

16. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

IVirtualReferenceAPITest.java :

46 : boolean exists = reference.exists();

17. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

50 : IVirtualReference reference = new VirtualReference();

18. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

50 : IVirtualReference reference = new VirtualReference();

19. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

IVirtualReferenceAPITest.java :

51 : IVirtualComponent component = reference.getEnclosingComponent();

20. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

55 : IVirtualReference reference = new VirtualReference();

21. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

55 : IVirtualReference reference = new VirtualReference();

22. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

IVirtualReferenceAPITest.java :

56 : IVirtualComponent component = reference.getReferencedComponent();

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/ModuleCoreAPIFVTTest.java
1. WARNING: UnusedImport

The import org.eclipse.core.resources.IContainer is never used

ModuleCoreAPIFVTTest.java :

20 : import org.eclipse.core.resources.IContainer;

2. WARNING: UnusedImport

The import org.eclipse.core.resources.IProject is never used

ModuleCoreAPIFVTTest.java :

22 : import org.eclipse.core.resources.IProject;

3. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

28 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

4. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

29 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

30 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

6. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

83 : StructureEdit moduleCore = null;

7. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

86 : moduleCore = StructureEdit.getStructureEditForWrite(TestWorkspace.getTargetProject());

8. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

86 : moduleCore = StructureEdit.getStructureEditForWrite(TestWorkspace.getTargetProject());

9. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

87 : WorkbenchComponent wbComponent = moduleCore.getComponent();

10. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

87 : WorkbenchComponent wbComponent = moduleCore.getComponent();

11. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

90 : ComponentResource[] componentResources = wbComponent.findResourcesByRuntimePath(new Path("/")); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The method findResourcesByRuntimePath(IPath) from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

90 : ComponentResource[] componentResources = wbComponent.findResourcesByRuntimePath(new Path("/")); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

93 : wbComponent.getResources().remove(componentResources[i]);

14. WARNING: DiscouragedReference

Discouraged access: The method save(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

99 : moduleCore.save(null);

15. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

100 : moduleCore.dispose();

16. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

141 : StructureEdit moduleCore = null;

17. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

144 : moduleCore = StructureEdit.getStructureEditForWrite(TestWorkspace.getTargetProject());

18. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

144 : moduleCore = StructureEdit.getStructureEditForWrite(TestWorkspace.getTargetProject());

19. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

145 : WorkbenchComponent wbComponent = moduleCore.getComponent();

20. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

145 : WorkbenchComponent wbComponent = moduleCore.getComponent();

21. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

147 : ComponentResource[] componentResources = wbComponent.findResourcesByRuntimePath(new Path("/images")); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The method findResourcesByRuntimePath(IPath) from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

147 : ComponentResource[] componentResources = wbComponent.findResourcesByRuntimePath(new Path("/images")); //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

150 : wbComponent.getResources().remove(componentResources[i]);

24. WARNING: DiscouragedReference

Discouraged access: The method save(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

155 : moduleCore.save(null);

25. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

156 : moduleCore.dispose();

26. WARNING: LocalVariableIsNeverUsed

The local variable root is never read

ModuleCoreAPIFVTTest.java :

221 : IVirtualFolder root = rootFolder.getFolder(new Path("/")); //$NON-NLS-1$

27. WARNING: UnusedPrivateMethod

The method isDuplicated(WorkbenchComponent, IPath) from the type ModuleCoreAPIFVTTest is never used locally

ModuleCoreAPIFVTTest.java :

351 : private boolean isDuplicated(WorkbenchComponent wbComponent, IPath runtimePath) {

28. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

351 : private boolean isDuplicated(WorkbenchComponent wbComponent, IPath runtimePath) {

29. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

355 : List resourceList = wbComponent.getResources();

30. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

357 : ComponentResource resource = (ComponentResource) iter.next();

31. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

357 : ComponentResource resource = (ComponentResource) iter.next();

32. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreAPIFVTTest.java :

358 : if(resource.getRuntimePath().equals(runtimeURI))

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/ModuleCoreNatureAPITest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreNatureAPITest.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreNatureAPITest.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNatureAPITest.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreNatureAPITest.java :

90 : ArtifactEditModel model = nature.getArtifactEditModelForRead(moduleURI, this);

5. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreNatureAPITest.java :

96 : ArtifactEditModel model = nature.getArtifactEditModelForWrite(moduleURI, this);

6. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNatureAPITest.java :

102 : EditModel model = nature.getEditModelForRead(EDIT_MODEL_ID, this);

7. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForRead(String, Object) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNatureAPITest.java :

102 : EditModel model = nature.getEditModelForRead(EDIT_MODEL_ID, this);

8. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNatureAPITest.java :

108 : EditModel model = nature.getEditModelForWrite(EDIT_MODEL_ID, this);

9. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForWrite(String, Object) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNatureAPITest.java :

108 : EditModel model = nature.getEditModelForWrite(EDIT_MODEL_ID, this);

10. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreNatureAPITest.java :

118 : assertTrue(id.equals(IModuleConstants.MODULE_NATURE_ID));

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreNatureAPITest.java :

118 : assertTrue(id.equals(IModuleConstants.MODULE_NATURE_ID));

12. WARNING: LocalVariableIsNeverUsed

The local variable nature is never read

ModuleCoreNatureAPITest.java :

156 : ModuleCoreNature nature = ModuleCoreNature.getModuleCoreNature(project);

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/ModuleCoreURIConverterUnitTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentCoreURIConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreURIConverterUnitTest.java :

18 : import org.eclipse.wst.common.componentcore.internal.impl.ComponentCoreURIConverter;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentCoreURIConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreURIConverterUnitTest.java :

40 : ComponentCoreURIConverter converter = new ComponentCoreURIConverter(TestWorkspace.getTargetProject());

3. WARNING: DiscouragedReference

Discouraged access: The constructor ComponentCoreURIConverter(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreURIConverterUnitTest.java :

40 : ComponentCoreURIConverter converter = new ComponentCoreURIConverter(TestWorkspace.getTargetProject());

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentCoreURIConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreURIConverterUnitTest.java :

40 : ComponentCoreURIConverter converter = new ComponentCoreURIConverter(TestWorkspace.getTargetProject());

5. WARNING: LocalVariableIsNeverUsed

The local variable resultURI is never read

ModuleCoreURIConverterUnitTest.java :

44 : URI resultURI = converter.normalize(inputURI);

6. WARNING: DiscouragedReference

Discouraged access: The method normalize(URI) from the type ComponentCoreURIConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

ModuleCoreURIConverterUnitTest.java :

44 : URI resultURI = converter.normalize(inputURI);

7. WARNING: LocalVariableIsNeverUsed

The local variable expectedURI is never read

ModuleCoreURIConverterUnitTest.java :

46 : URI expectedURI = URI.createURI("platform:/resource/WebModule1/WebModule1/WebContent/WEB-INF/web.xml"); //$NON-NLS-1$

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/StructureEditAPITest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

12 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

13 : import org.eclipse.wst.common.componentcore.internal.ComponentType;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectComponents is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

14 : import org.eclipse.wst.common.componentcore.internal.ProjectComponents;

4. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

15 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

16 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

6. WARNING: UnusedPrivateField

The field StructureEditAPITest.zipFilePath is never read locally

StructureEditAPITest.java :

26 : private Path zipFilePath = new Path("TestData" + fileSep + "TestArtifactEdit.zip");

7. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

42 : StructureEdit moduleCore = null;

8. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

45 : moduleCore = StructureEdit.getStructureEditForRead(project);

9. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

45 : moduleCore = StructureEdit.getStructureEditForRead(project);

10. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

48 : moduleCore.dispose();

11. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

53 : StructureEdit moduleCore = null;

12. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

56 : moduleCore = StructureEdit.getStructureEditForWrite(project);

13. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

56 : moduleCore = StructureEdit.getStructureEditForWrite(project);

14. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

59 : moduleCore.dispose();

15. WARNING: DiscouragedReference

Discouraged access: The method getModuleCoreNature(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

64 : ModuleCoreNature nature = StructureEdit.getModuleCoreNature(moduleURI);

16. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

64 : ModuleCoreNature nature = StructureEdit.getModuleCoreNature(moduleURI);

17. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

72 : StructureEdit moduleCore = null;

18. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

75 : moduleCore = StructureEdit.getStructureEditForRead(project);

19. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

75 : moduleCore = StructureEdit.getStructureEditForRead(project);

20. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

77 : WorkbenchComponent wbComponent = moduleCore.getComponent();

21. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

77 : WorkbenchComponent wbComponent = moduleCore.getComponent();

22. WARNING: DiscouragedReference

Discouraged access: The method getContainingProject(WorkbenchComponent) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

79 : IProject aProject = StructureEdit.getContainingProject(wbComponent);

23. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

79 : IProject aProject = StructureEdit.getContainingProject(wbComponent);

24. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

82 : moduleCore.dispose();

25. WARNING: DiscouragedReference

Discouraged access: The method getContainingProject(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

90 : IProject aProject = StructureEdit.getContainingProject(moduleURI);

26. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

90 : IProject aProject = StructureEdit.getContainingProject(moduleURI);

27. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

157 : StructureEdit moduleCore = null;

28. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

159 : moduleCore = StructureEdit.getStructureEditForRead(project);

29. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

159 : moduleCore = StructureEdit.getStructureEditForRead(project);

30. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

161 : WorkbenchComponent wbComponent = moduleCore.getComponent();

31. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

161 : WorkbenchComponent wbComponent = moduleCore.getComponent();

32. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

163 : String deployName = StructureEdit.getDeployedName(moduleURI);

33. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

163 : String deployName = StructureEdit.getDeployedName(moduleURI);

34. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

166 : moduleCore.dispose();

35. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

174 : StructureEdit moduleCore = null;

36. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

176 : moduleCore = StructureEdit.getStructureEditForRead(project);

37. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

176 : moduleCore = StructureEdit.getStructureEditForRead(project);

38. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

178 : WorkbenchComponent wbComponent = moduleCore.getComponent();

39. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

178 : WorkbenchComponent wbComponent = moduleCore.getComponent();

40. WARNING: DiscouragedReference

Discouraged access: The type ComponentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

180 : ComponentType type = StructureEdit.getComponentType(ComponentCore.createComponent(project,wbComponent.getName()));

41. WARNING: DiscouragedReference

Discouraged access: The method getComponentType(IVirtualComponent) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

180 : ComponentType type = StructureEdit.getComponentType(ComponentCore.createComponent(project,wbComponent.getName()));

42. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

180 : ComponentType type = StructureEdit.getComponentType(ComponentCore.createComponent(project,wbComponent.getName()));

43. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

180 : ComponentType type = StructureEdit.getComponentType(ComponentCore.createComponent(project,wbComponent.getName()));

44. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

183 : moduleCore.dispose();

45. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

189 : StructureEdit moduleCore = null;

46. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

192 : moduleCore = StructureEdit.getStructureEditForWrite(project);

47. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

192 : moduleCore = StructureEdit.getStructureEditForWrite(project);

48. WARNING: DiscouragedReference

Discouraged access: The method save(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

194 : moduleCore.save(new NullProgressMonitor());

49. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

196 : moduleCore.dispose();

50. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

201 : StructureEdit moduleCore = null;

51. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

204 : moduleCore = StructureEdit.getStructureEditForWrite(project);

52. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

204 : moduleCore = StructureEdit.getStructureEditForWrite(project);

53. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

206 : moduleCore.saveIfNecessary(new NullProgressMonitor());

54. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

208 : moduleCore.dispose();

55. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

213 : StructureEdit moduleCore = null;

56. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

216 : moduleCore = StructureEdit.getStructureEditForWrite(project);

57. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

216 : moduleCore = StructureEdit.getStructureEditForWrite(project);

58. WARNING: DiscouragedReference

Discouraged access: The method prepareProjectComponentsIfNecessary() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

218 : moduleCore.prepareProjectComponentsIfNecessary();

59. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

220 : moduleCore.dispose();

60. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

225 : StructureEdit moduleCore = null;

61. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

228 : moduleCore = StructureEdit.getStructureEditForWrite(project);

62. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

228 : moduleCore = StructureEdit.getStructureEditForWrite(project);

63. WARNING: DiscouragedReference

Discouraged access: The type ProjectComponents is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

230 : ProjectComponents projectComponents = moduleCore.getComponentModelRoot();

64. WARNING: DiscouragedReference

Discouraged access: The method getComponentModelRoot() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

230 : ProjectComponents projectComponents = moduleCore.getComponentModelRoot();

65. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

233 : moduleCore.dispose();

66. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

238 : StructureEdit moduleCore = null;

67. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

241 : moduleCore = StructureEdit.getStructureEditForWrite(project);

68. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

241 : moduleCore = StructureEdit.getStructureEditForWrite(project);

69. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

243 : WorkbenchComponent wbComponent = moduleCore.getComponent();

70. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

243 : WorkbenchComponent wbComponent = moduleCore.getComponent();

71. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

244 : ComponentResource[] containers = moduleCore.getSourceContainers(wbComponent);

72. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(WorkbenchComponent) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

244 : ComponentResource[] containers = moduleCore.getSourceContainers(wbComponent);

73. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

248 : moduleCore.dispose();

74. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

253 : StructureEdit moduleCore = null;

75. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

256 : moduleCore = StructureEdit.getStructureEditForWrite(project);

76. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

256 : moduleCore = StructureEdit.getStructureEditForWrite(project);

77. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

258 : WorkbenchComponent wbComponent = moduleCore.getComponent();

78. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

258 : WorkbenchComponent wbComponent = moduleCore.getComponent();

79. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

260 : WorkbenchComponent[] components = moduleCore.getWorkbenchModules();

80. WARNING: DiscouragedReference

Discouraged access: The method getWorkbenchModules() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

260 : WorkbenchComponent[] components = moduleCore.getWorkbenchModules();

81. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

264 : moduleCore.dispose();

82. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

270 : StructureEdit moduleCore = null;

83. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

273 : moduleCore = StructureEdit.getStructureEditForWrite(project);

84. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

273 : moduleCore = StructureEdit.getStructureEditForWrite(project);

85. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

275 : WorkbenchComponent wbComponent = moduleCore.getComponent();

86. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

275 : WorkbenchComponent wbComponent = moduleCore.getComponent();

87. WARNING: DiscouragedReference

Discouraged access: The method createWorkbenchModule(String) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

277 : wbComponent = moduleCore.createWorkbenchModule("test");

88. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

280 : moduleCore.dispose();

89. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

286 : StructureEdit moduleCore = null;

90. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

289 : moduleCore = StructureEdit.getStructureEditForWrite(project);

91. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

289 : moduleCore = StructureEdit.getStructureEditForWrite(project);

92. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

291 : WorkbenchComponent wbComponent = moduleCore.getComponent();

93. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

291 : WorkbenchComponent wbComponent = moduleCore.getComponent();

94. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

293 : ComponentResource resource = moduleCore.createWorkbenchModuleResource(project.getFile("WebModule1/NewFolder"));

95. WARNING: DiscouragedReference

Discouraged access: The method createWorkbenchModuleResource(IResource) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

293 : ComponentResource resource = moduleCore.createWorkbenchModuleResource(project.getFile("WebModule1/NewFolder"));

96. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

296 : moduleCore.dispose();

97. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

301 : StructureEdit moduleCore = null;

98. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

304 : moduleCore = StructureEdit.getStructureEditForWrite(project);

99. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

304 : moduleCore = StructureEdit.getStructureEditForWrite(project);

100. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditAPITest.java :

306 : WorkbenchComponent wbComponent = moduleCore.getComponent();

Source File: org/eclipse/wst/common/frameworks/componentcore/tests/StructureEditStressTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentcoreFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

17 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type Property is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

18 : import org.eclipse.wst.common.componentcore.internal.Property;

3. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

19 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

4. WARNING: UnusedPrivateField

The field StructureEditStressTest.zipFilePath is never read locally

StructureEditStressTest.java :

30 : private Path zipFilePath = new Path("TestData" + fileSep + "TestArtifactEdit.zip");

5. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

59 : StructureEdit moduleCore = null;

6. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

62 : moduleCore = StructureEdit.getStructureEditForWrite(project);

7. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

62 : moduleCore = StructureEdit.getStructureEditForWrite(project);

8. WARNING: DiscouragedReference

Discouraged access: The type Property is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

63 : Property prop = ComponentcoreFactory.eINSTANCE.createProperty();

9. WARNING: DiscouragedReference

Discouraged access: The type ComponentcoreFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

63 : Property prop = ComponentcoreFactory.eINSTANCE.createProperty();

10. WARNING: DiscouragedReference

Discouraged access: The method createProperty() from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

63 : Property prop = ComponentcoreFactory.eINSTANCE.createProperty();

11. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

63 : Property prop = ComponentcoreFactory.eINSTANCE.createProperty();

12. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Property is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

64 : prop.setName("Job " + System.currentTimeMillis());

13. WARNING: DiscouragedReference

Discouraged access: The method setValue(String) from the type Property is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

65 : prop.setValue("Blah");

14. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

67 : if (moduleCore.getComponent() != null) {

15. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

68 : moduleCore.getComponent().getProperties().add(prop);

16. WARNING: DiscouragedReference

Discouraged access: The method getProperties() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

68 : moduleCore.getComponent().getProperties().add(prop);

17. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Property is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

69 : System.out.println(prop.getName());

18. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

70 : moduleCore.saveIfNecessary(null);

19. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditStressTest.java :

81 : moduleCore.dispose();

Source File: org/eclipse/wst/common/frameworks/componentcore/virtualpath/tests/DefectVerificationTests.java
1. WARNING: UnusedPrivateMethod

The method getLocalPath() from the type DefectVerificationTests is never used locally

DefectVerificationTests.java :

65 : private static IPath getLocalPath() {

Source File: org/eclipse/wst/common/frameworks/componentcore/virtualpath/tests/IVirtualComponentAPITest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

24 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

25 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

26 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

35 : private WorkbenchComponent workbenchComponent;

6. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

36 : private StructureEdit structureEdit;

7. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

50 : structureEdit = StructureEdit.getStructureEditForRead(TestWorkspace.TEST_PROJECT);

8. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

50 : structureEdit = StructureEdit.getStructureEditForRead(TestWorkspace.TEST_PROJECT);

9. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

51 : workbenchComponent = structureEdit.getComponent();

10. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

57 : structureEdit.dispose();

11. WARNING: LocalVariableIsNeverUsed

The local variable name is never read

IVirtualComponentAPITest.java :

62 : String name = virtualComponent.getName();

12. WARNING: LocalVariableIsNeverUsed

The local variable properties is never read

IVirtualComponentAPITest.java :

66 : Properties properties = virtualComponent.getMetaProperties() ;

13. WARNING: LocalVariableIsNeverUsed

The local variable metaresources is never read

IVirtualComponentAPITest.java :

70 : IPath[] metaresources = virtualComponent.getMetaResources() ;

14. WARNING: LocalVariableIsNeverUsed

The local variable virtualResource is never read

IVirtualComponentAPITest.java :

85 : IVirtualResource[] virtualResource = rootFolder.getResources(resource) ;

15. WARNING: DiscouragedReference

Discouraged access: The method getReferencedComponents() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

97 : List referencedComponents = workbenchComponent.getReferencedComponents();

16. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

98 : ReferencedComponent referencedComponent = null;

17. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

101 : referencedComponent = (ReferencedComponent) referencedComponents.get(i);

18. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

103 : componentName = ModuleURIUtil.getDeployedName(referencedComponent.getHandle());

19. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

103 : componentName = ModuleURIUtil.getDeployedName(referencedComponent.getHandle());

20. WARNING: DiscouragedReference

Discouraged access: The method getHandle() from the type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

103 : componentName = ModuleURIUtil.getDeployedName(referencedComponent.getHandle());

21. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

107 : assertEquals("The runtime paths must match.", referencedComponent.getRuntimePath(), reference.getRuntimePath());

22. WARNING: DiscouragedReference

Discouraged access: The method getDependencyType() from the type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

109 : assertEquals("The dependencyTypes should match.", referencedComponent.getDependencyType().getValue(), reference.getDependencyType());

23. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

110 : URI actualHandle = ModuleURIUtil.fullyQualifyURI(reference.getReferencedComponent().getProject());

24. WARNING: DiscouragedReference

Discouraged access: The method fullyQualifyURI(IProject) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

110 : URI actualHandle = ModuleURIUtil.fullyQualifyURI(reference.getReferencedComponent().getProject());

25. WARNING: DiscouragedReference

Discouraged access: The method getHandle() from the type ReferencedComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualComponentAPITest.java :

111 : assertEquals("The handles should match.", referencedComponent.getHandle(), actualHandle);

Source File: org/eclipse/wst/common/frameworks/componentcore/virtualpath/tests/IVirtualContainerAPITest.java
1. WARNING: LocalVariableIsNeverUsed

The local variable foundFolder is never read

IVirtualContainerAPITest.java :

104 : IVirtualFolder foundFolder = (IVirtualFolder) foundResource;

2. WARNING: LocalVariableIsNeverUsed

The local variable foundFile is never read

IVirtualContainerAPITest.java :

110 : IVirtualFile foundFile = (IVirtualFile) foundResource;

3. WARNING: LocalVariableIsNeverUsed

The local variable foundFolder is never read

IVirtualContainerAPITest.java :

121 : IVirtualFolder foundFolder = (IVirtualFolder) foundResource;

4. WARNING: LocalVariableIsNeverUsed

The local variable foundFile is never read

IVirtualContainerAPITest.java :

127 : IVirtualFile foundFile = (IVirtualFile) foundResource;

5. WARNING: LocalVariableIsNeverUsed

The local variable foundFolder is never read

IVirtualContainerAPITest.java :

138 : IVirtualFolder foundFolder = (IVirtualFolder) foundResource;

6. WARNING: LocalVariableIsNeverUsed

The local variable foundFile is never read

IVirtualContainerAPITest.java :

144 : IVirtualFile foundFile = (IVirtualFile) foundResource;

7. WARNING: LocalVariableIsNeverUsed

The local variable foundFolder is never read

IVirtualContainerAPITest.java :

154 : IVirtualFolder foundFolder = (IVirtualFolder) foundResource;

8. WARNING: LocalVariableIsNeverUsed

The local variable foundFile is never read

IVirtualContainerAPITest.java :

160 : IVirtualFile foundFile = (IVirtualFile) foundResource;

Source File: org/eclipse/wst/common/frameworks/componentcore/virtualpath/tests/IVirtualReferenceAPITest.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

7 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

2. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

17 : IVirtualReference reference = new VirtualReference();

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

17 : IVirtualReference reference = new VirtualReference();

4. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

23 : IVirtualReference reference = new VirtualReference();

5. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

23 : IVirtualReference reference = new VirtualReference();

6. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

28 : IVirtualReference reference = new VirtualReference();

7. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

28 : IVirtualReference reference = new VirtualReference();

8. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

IVirtualReferenceAPITest.java :

29 : IPath path = reference.getRuntimePath();

9. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

33 : IVirtualReference reference = new VirtualReference();

10. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

33 : IVirtualReference reference = new VirtualReference();

11. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

39 : IVirtualReference reference = new VirtualReference();

12. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

39 : IVirtualReference reference = new VirtualReference();

13. WARNING: LocalVariableIsNeverUsed

The local variable dependencyType is never read

IVirtualReferenceAPITest.java :

40 : int dependencyType = 0;

14. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

45 : IVirtualReference reference = new VirtualReference();

15. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

45 : IVirtualReference reference = new VirtualReference();

16. WARNING: LocalVariableIsNeverUsed

The local variable exists is never read

IVirtualReferenceAPITest.java :

46 : boolean exists = reference.exists();

17. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

50 : IVirtualReference reference = new VirtualReference();

18. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

50 : IVirtualReference reference = new VirtualReference();

19. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

IVirtualReferenceAPITest.java :

51 : IVirtualComponent component = reference.getEnclosingComponent();

20. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

55 : IVirtualReference reference = new VirtualReference();

21. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualReferenceAPITest.java :

55 : IVirtualReference reference = new VirtualReference();

22. WARNING: LocalVariableIsNeverUsed

The local variable component is never read

IVirtualReferenceAPITest.java :

56 : IVirtualComponent component = reference.getReferencedComponent();

Source File: org/eclipse/wst/common/frameworks/componentcore/virtualpath/tests/IVirtualResourceAPITest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

21 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

2. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

22 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

24 : import org.eclipse.wst.common.componentcore.internal.impl.ResourceTreeNode;

5. WARNING: DiscouragedReference

Discouraged access: The type ResourceTreeRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

25 : import org.eclipse.wst.common.componentcore.internal.impl.ResourceTreeRoot;

6. WARNING: UnusedPrivateField

The field IVirtualResourceAPITest.PROJECT_NAME is never read locally

IVirtualResourceAPITest.java :

47 : private static final String PROJECT_NAME = null;

7. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

77 : StructureEdit moduleCore = null;

8. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

79 : moduleCore = StructureEdit.getStructureEditForRead(TestWorkspace.getTargetProject());

9. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

79 : moduleCore = StructureEdit.getStructureEditForRead(TestWorkspace.getTargetProject());

10. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

80 : WorkbenchComponent wbComponent = moduleCore.getComponent();

11. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

80 : WorkbenchComponent wbComponent = moduleCore.getComponent();

12. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

82 : ComponentResource[] componentResources = wbComponent.findResourcesByRuntimePath(new Path("/images")); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The method findResourcesByRuntimePath(IPath) from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

82 : ComponentResource[] componentResources = wbComponent.findResourcesByRuntimePath(new Path("/images")); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The type ResourceTreeRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

86 : ResourceTreeRoot resourceTreeRoot = ResourceTreeRoot.getSourceResourceTreeRoot(wbComponent);

15. WARNING: DiscouragedReference

Discouraged access: The type ResourceTreeRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

86 : ResourceTreeRoot resourceTreeRoot = ResourceTreeRoot.getSourceResourceTreeRoot(wbComponent);

16. WARNING: DiscouragedReference

Discouraged access: The method getSourceResourceTreeRoot(WorkbenchComponent) from the type ResourceTreeRoot is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

86 : ResourceTreeRoot resourceTreeRoot = ResourceTreeRoot.getSourceResourceTreeRoot(wbComponent);

17. WARNING: DiscouragedReference

Discouraged access: The method findModuleResources(IPath, int) from the type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

87 : componentResources = resourceTreeRoot.findModuleResources(realImages.getFullPath(), ResourceTreeNode.CREATE_NONE);

18. WARNING: DiscouragedReference

Discouraged access: The type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

87 : componentResources = resourceTreeRoot.findModuleResources(realImages.getFullPath(), ResourceTreeNode.CREATE_NONE);

19. WARNING: DiscouragedReference

Discouraged access: The field CREATE_NONE from the type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

87 : componentResources = resourceTreeRoot.findModuleResources(realImages.getFullPath(), ResourceTreeNode.CREATE_NONE);

20. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

91 : assertTrue("The runtime path should match \"/images\".", componentResources[0].getRuntimePath().toString().equals("/images")); //$NON-NLS-1$ //$NON-NLS-2$

21. WARNING: DiscouragedReference

Discouraged access: The method findModuleResources(IPath, int) from the type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

97 : componentResources = resourceTreeRoot.findModuleResources(realImages.getFullPath(), ResourceTreeNode.CREATE_NONE);

22. WARNING: DiscouragedReference

Discouraged access: The type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

97 : componentResources = resourceTreeRoot.findModuleResources(realImages.getFullPath(), ResourceTreeNode.CREATE_NONE);

23. WARNING: DiscouragedReference

Discouraged access: The field CREATE_NONE from the type ResourceTreeNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

97 : componentResources = resourceTreeRoot.findModuleResources(realImages.getFullPath(), ResourceTreeNode.CREATE_NONE);

24. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

101 : assertTrue("The runtime path should match \"/images\".", componentResources[0].getRuntimePath().toString().equals("/images")); //$NON-NLS-1$ //$NON-NLS-2$

25. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

104 : moduleCore.dispose();

26. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

190 : StructureEdit moduleCore = null;

27. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

192 : moduleCore = StructureEdit.getStructureEditForWrite(expectedProject);

28. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

192 : moduleCore = StructureEdit.getStructureEditForWrite(expectedProject);

29. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

193 : WorkbenchComponent wbComponent = moduleCore.getComponent();

30. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

193 : WorkbenchComponent wbComponent = moduleCore.getComponent();

31. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

194 : ComponentResource[] resources = wbComponent.findResourcesByRuntimePath(targetVirtualResourceToDelete.getRuntimePath());

32. WARNING: DiscouragedReference

Discouraged access: The method findResourcesByRuntimePath(IPath) from the type WorkbenchComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

194 : ComponentResource[] resources = wbComponent.findResourcesByRuntimePath(targetVirtualResourceToDelete.getRuntimePath());

33. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

199 : moduleCore.saveIfNecessary(null);

34. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

IVirtualResourceAPITest.java :

200 : moduleCore.dispose();

Source File: org/eclipse/wst/common/frameworks/componentcore/virtualpath/tests/StructureEditTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

22 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

2. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

41 : StructureEdit se = null;

4. WARNING: LocalVariableIsNeverUsed

The local variable foundResources is never read

StructureEditTest.java :

42 : List foundResources = new ArrayList();

5. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

44 : se = StructureEdit.getStructureEditForRead(proj);

6. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

44 : se = StructureEdit.getStructureEditForRead(proj);

7. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

45 : ComponentResource[] resources = se.findResourcesBySourcePath(aResource.getProjectRelativePath());

8. WARNING: DiscouragedReference

Discouraged access: The method findResourcesBySourcePath(IPath) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

45 : ComponentResource[] resources = se.findResourcesBySourcePath(aResource.getProjectRelativePath());

9. WARNING: DiscouragedReference

Discouraged access: The method findResourcesBySourcePath(IPath) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

48 : resources = se.findResourcesBySourcePath(aResource.getFullPath());

10. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.104.v200802192030.jar

StructureEditTest.java :

55 : se.dispose();

Source File: org/eclipse/wst/common/frameworks/datamodel/tests/DataModelEnablementTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelEnablementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

DataModelEnablementTest.java :

18 : import org.eclipse.wst.common.frameworks.internal.enablement.DataModelEnablementFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelEnablementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

DataModelEnablementTest.java :

27 : IDataModel dataModel = DataModelEnablementFactory.createDataModel("testProviderBase", proj);

3. WARNING: DiscouragedReference

Discouraged access: The method createDataModel(String, IProject) from the type DataModelEnablementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

DataModelEnablementTest.java :

27 : IDataModel dataModel = DataModelEnablementFactory.createDataModel("testProviderBase", proj);

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelEnablementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

DataModelEnablementTest.java :

36 : IDataModel dataModel = DataModelEnablementFactory.createDataModel("testProviderBogus", proj);

5. WARNING: DiscouragedReference

Discouraged access: The method createDataModel(String, IProject) from the type DataModelEnablementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

DataModelEnablementTest.java :

36 : IDataModel dataModel = DataModelEnablementFactory.createDataModel("testProviderBogus", proj);

Source File: org/eclipse/wst/common/frameworks/datamodel/tests/DataModelFactoryTest.java
1. WARNING: LocalVariableIsNeverUsed

The local variable exception is never read

DataModelFactoryTest.java :

22 : Exception exception = null;

2. WARNING: LocalVariableIsNeverUsed

The local variable exception is never read

DataModelFactoryTest.java :

33 : Exception exception = null;

3. WARNING: LocalVariableIsNeverUsed

The local variable exception is never read

DataModelFactoryTest.java :

44 : Exception exception = null;

Source File: org/eclipse/wst/common/frameworks/datamodel/tests/NestingTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

NestingTest.java :

20 : import org.eclipse.wst.common.frameworks.internal.WTPResourceHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

NestingTest.java :

58 : String NESTED_MODEL_NOT_LOCATED = WTPResourceHandler.getString("21"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WTPResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

NestingTest.java :

58 : String NESTED_MODEL_NOT_LOCATED = WTPResourceHandler.getString("21"); //$NON-NLS-1$

Source File: org/eclipse/wst/common/frameworks/datamodel/tests/SimpleDataModelTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

SimpleDataModelTest.java :

26 : import org.eclipse.wst.common.frameworks.internal.WTPResourceHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

SimpleDataModelTest.java :

165 : String PROPERTY_NOT_LOCATED_ = WTPResourceHandler.getString("20"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WTPResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

SimpleDataModelTest.java :

165 : String PROPERTY_NOT_LOCATED_ = WTPResourceHandler.getString("20"); //$NON-NLS-1$

Source File: org/eclipse/wst/common/frameworks/datamodel/tests/extended/ExtendedOperationTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

23 : import org.eclipse.wst.common.frameworks.internal.datamodel.IDataModelPausibleOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperationEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

24 : import org.eclipse.wst.common.frameworks.internal.datamodel.IDataModelPausibleOperationEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperationListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

25 : import org.eclipse.wst.common.frameworks.internal.datamodel.IDataModelPausibleOperationListener;

4. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperationListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

41 : protected class PauseListener implements IDataModelPausibleOperationListener {

5. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperationEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

45 : public int notify(IDataModelPausibleOperationEvent event) {

6. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type IDataModelPausibleOperationEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

46 : String opID = event.getOperation().getID();

7. WARNING: DiscouragedReference

Discouraged access: The field CONTINUE from the type IDataModelPausibleOperationListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

48 : return CONTINUE;

8. WARNING: DiscouragedReference

Discouraged access: The field PAUSE from the type IDataModelPausibleOperationListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

51 : return PAUSE;

9. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

162 : IDataModelPausibleOperation op = (IDataModelPausibleOperation)dm.getDefaultOperation();

10. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

162 : IDataModelPausibleOperation op = (IDataModelPausibleOperation)dm.getDefaultOperation();

11. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

169 : op = (IDataModelPausibleOperation)dm.getDefaultOperation();

12. WARNING: DiscouragedReference

Discouraged access: The method addOperationListener(IDataModelPausibleOperationListener) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

170 : op.addOperationListener(pauseListener);

13. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

177 : op = (IDataModelPausibleOperation)dm.getDefaultOperation();

14. WARNING: DiscouragedReference

Discouraged access: The method addOperationListener(IDataModelPausibleOperationListener) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

178 : op.addOperationListener(pauseListener);

15. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

194 : private void checkExecution(IDataModelPausibleOperation op, String[] expectedResults, String[] expectedPauseOrder, boolean rollback) throws Exception {

16. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

195 : assertEquals(IDataModelPausibleOperation.NOT_STARTED, op.getExecutionState());

17. WARNING: DiscouragedReference

Discouraged access: The field NOT_STARTED from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

195 : assertEquals(IDataModelPausibleOperation.NOT_STARTED, op.getExecutionState());

18. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

195 : assertEquals(IDataModelPausibleOperation.NOT_STARTED, op.getExecutionState());

19. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

203 : assertEquals(IDataModelPausibleOperation.PAUSED_EXECUTE, op.getExecutionState());

20. WARNING: DiscouragedReference

Discouraged access: The field PAUSED_EXECUTE from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

203 : assertEquals(IDataModelPausibleOperation.PAUSED_EXECUTE, op.getExecutionState());

21. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

203 : assertEquals(IDataModelPausibleOperation.PAUSED_EXECUTE, op.getExecutionState());

22. WARNING: DiscouragedReference

Discouraged access: The method rollBack(IProgressMonitor, IAdaptable) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

204 : op.rollBack(null, null);

23. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

205 : assertEquals(IDataModelPausibleOperation.COMPLETE_ROLLBACK, op.getExecutionState());

24. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_ROLLBACK from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

205 : assertEquals(IDataModelPausibleOperation.COMPLETE_ROLLBACK, op.getExecutionState());

25. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

205 : assertEquals(IDataModelPausibleOperation.COMPLETE_ROLLBACK, op.getExecutionState());

26. WARNING: DiscouragedReference

Discouraged access: The method resume(IProgressMonitor, IAdaptable) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

207 : op.resume(null, null);

27. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

209 : assertEquals(IDataModelPausibleOperation.COMPLETE_EXECUTE, op.getExecutionState());

28. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_EXECUTE from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

209 : assertEquals(IDataModelPausibleOperation.COMPLETE_EXECUTE, op.getExecutionState());

29. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

209 : assertEquals(IDataModelPausibleOperation.COMPLETE_EXECUTE, op.getExecutionState());

30. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

217 : assertEquals(IDataModelPausibleOperation.PAUSED_EXECUTE, op.getExecutionState());

31. WARNING: DiscouragedReference

Discouraged access: The field PAUSED_EXECUTE from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

217 : assertEquals(IDataModelPausibleOperation.PAUSED_EXECUTE, op.getExecutionState());

32. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

217 : assertEquals(IDataModelPausibleOperation.PAUSED_EXECUTE, op.getExecutionState());

33. WARNING: DiscouragedReference

Discouraged access: The method resume(IProgressMonitor, IAdaptable) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

218 : op.resume(null, null);

34. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

221 : assertEquals(IDataModelPausibleOperation.COMPLETE_EXECUTE, op.getExecutionState());

35. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_EXECUTE from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

221 : assertEquals(IDataModelPausibleOperation.COMPLETE_EXECUTE, op.getExecutionState());

36. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

221 : assertEquals(IDataModelPausibleOperation.COMPLETE_EXECUTE, op.getExecutionState());

37. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

227 : private void checkUndo(IDataModelPausibleOperation op, String[] expectedResults, String[] expectedPauseOrder) throws Exception {

38. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

228 : if (op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_EXECUTE && op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_REDO) {

39. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

228 : if (op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_EXECUTE && op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_REDO) {

40. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_EXECUTE from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

228 : if (op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_EXECUTE && op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_REDO) {

41. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

228 : if (op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_EXECUTE && op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_REDO) {

42. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

228 : if (op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_EXECUTE && op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_REDO) {

43. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_REDO from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

228 : if (op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_EXECUTE && op.getExecutionState() != IDataModelPausibleOperation.COMPLETE_REDO) {

44. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

229 : fail("Operation execution state invalid " + op.getExecutionState()); //$NON-NLS-1$

45. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

234 : assertEquals(IDataModelPausibleOperation.PAUSED_UNDO, op.getExecutionState());

46. WARNING: DiscouragedReference

Discouraged access: The field PAUSED_UNDO from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

234 : assertEquals(IDataModelPausibleOperation.PAUSED_UNDO, op.getExecutionState());

47. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

234 : assertEquals(IDataModelPausibleOperation.PAUSED_UNDO, op.getExecutionState());

48. WARNING: DiscouragedReference

Discouraged access: The method resume(IProgressMonitor, IAdaptable) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

235 : op.resume(null, null);

49. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

238 : assertEquals(IDataModelPausibleOperation.COMPLETE_UNDO, op.getExecutionState());

50. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_UNDO from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

238 : assertEquals(IDataModelPausibleOperation.COMPLETE_UNDO, op.getExecutionState());

51. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

238 : assertEquals(IDataModelPausibleOperation.COMPLETE_UNDO, op.getExecutionState());

52. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

244 : private void checkRedo(IDataModelPausibleOperation op, String[] expectedResults, String[] expectedPauseOrder) throws Exception {

53. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

245 : assertEquals(IDataModelPausibleOperation.COMPLETE_UNDO, op.getExecutionState());

54. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_UNDO from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

245 : assertEquals(IDataModelPausibleOperation.COMPLETE_UNDO, op.getExecutionState());

55. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

245 : assertEquals(IDataModelPausibleOperation.COMPLETE_UNDO, op.getExecutionState());

56. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

249 : assertEquals(IDataModelPausibleOperation.PAUSED_REDO, op.getExecutionState());

57. WARNING: DiscouragedReference

Discouraged access: The field PAUSED_REDO from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

249 : assertEquals(IDataModelPausibleOperation.PAUSED_REDO, op.getExecutionState());

58. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

249 : assertEquals(IDataModelPausibleOperation.PAUSED_REDO, op.getExecutionState());

59. WARNING: DiscouragedReference

Discouraged access: The method resume(IProgressMonitor, IAdaptable) from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

250 : op.resume(null, null);

60. WARNING: DiscouragedReference

Discouraged access: The type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

253 : assertEquals(IDataModelPausibleOperation.COMPLETE_REDO, op.getExecutionState());

61. WARNING: DiscouragedReference

Discouraged access: The field COMPLETE_REDO from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

253 : assertEquals(IDataModelPausibleOperation.COMPLETE_REDO, op.getExecutionState());

62. WARNING: DiscouragedReference

Discouraged access: The method getExecutionState() from the type IDataModelPausibleOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ExtendedOperationTests.java :

253 : assertEquals(IDataModelPausibleOperation.COMPLETE_REDO, op.getExecutionState());

Source File: org/eclipse/etools/common/test/apitools/ProjectUnzipUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescription is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

13 : import org.eclipse.core.internal.resources.ProjectDescription;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

14 : import org.eclipse.core.internal.resources.ProjectDescriptionReader;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

119 : ProjectDescriptionReader pd = new ProjectDescriptionReader();

4. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectDescriptionReader() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

119 : ProjectDescriptionReader pd = new ProjectDescriptionReader();

5. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

119 : ProjectDescriptionReader pd = new ProjectDescriptionReader();

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectDescription is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

123 : ProjectDescription description;

7. WARNING: DiscouragedReference

Discouraged access: The method read(IPath) from the type ProjectDescriptionReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar

ProjectUnzipUtil.java :

125 : description = pd.read(path);