Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 22 Number of classfiles: 25

Problems: 159 (Errors: 0 Warnings: 159 )

Source File: org/eclipse/wst/ws/test/popup/NewAction.java
1. WARNING: UnusedImport

The import org.eclipse.ui.IActionDelegate is never used

NewAction.java :

9 : import org.eclipse.ui.IActionDelegate;

2. WARNING: DiscouragedReference

Discouraged access: The type DynamicWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

NewAction.java :

13 : import org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizard;

3. WARNING: DiscouragedReference

Discouraged access: The type DynamicWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

NewAction.java :

38 : DynamicWizard wizard = new DynamicWizard();

4. WARNING: DiscouragedReference

Discouraged access: The constructor DynamicWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

NewAction.java :

38 : DynamicWizard wizard = new DynamicWizard();

5. WARNING: DiscouragedReference

Discouraged access: The type DynamicWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

NewAction.java :

38 : DynamicWizard wizard = new DynamicWizard();

6. WARNING: DiscouragedReference

Discouraged access: The method setInitialData(String, Bundle, String, String) from the type DynamicWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

NewAction.java :

44 : wizard.setInitialData( "org.eclipse.jst.ws.creation.ui.wizard.serverwizard", bundle, "icons/full/wizban/webservices_wiz.png", "Peter title" );

7. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type DynamicWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

NewAction.java :

45 : wizard.init( PlatformUI.getWorkbench(), selection );

Source File: org/eclipse/wst/ws/tests/unittest/RegistryTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type Name is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

21 : import org.eclipse.wst.ws.internal.model.v10.registry.Name;

2. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

22 : import org.eclipse.wst.ws.internal.model.v10.registry.Registry;

3. WARNING: DiscouragedReference

Discouraged access: The type RegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

23 : import org.eclipse.wst.ws.internal.model.v10.registry.RegistryFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

24 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Category;

5. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

25 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

6. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

26 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.TaxonomyFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type Taxonomies is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

27 : import org.eclipse.wst.ws.internal.model.v10.uddiregistry.Taxonomies;

8. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

28 : import org.eclipse.wst.ws.internal.model.v10.uddiregistry.UDDIRegistry;

9. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

29 : import org.eclipse.wst.ws.internal.model.v10.uddiregistry.UDDIRegistryFactory;

10. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

30 : import org.eclipse.wst.ws.internal.registry.IRegistryManager;

11. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

31 : import org.eclipse.wst.ws.internal.registry.RegistryService;

12. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

32 : import org.eclipse.wst.ws.internal.registry.UDDIRegistryService;

13. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

53 : RegistryService registryService = RegistryService.instance();

14. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

53 : RegistryService registryService = RegistryService.instance();

15. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

53 : RegistryService registryService = RegistryService.instance();

16. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

54 : Taxonomy taxonomy = registryService.newTaxonomy();

17. WARNING: DiscouragedReference

Discouraged access: The method newTaxonomy() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

54 : Taxonomy taxonomy = registryService.newTaxonomy();

18. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

57 : taxonomy.setId("my.taxonomy");

19. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

58 : taxonomy.setName("My Taxonomy");

20. WARNING: DiscouragedReference

Discouraged access: The method getCategory() from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

59 : EList list = taxonomy.getCategory();

21. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

60 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

22. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

60 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

23. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

60 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

24. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

60 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

25. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

61 : category1.setName("My first category");

26. WARNING: DiscouragedReference

Discouraged access: The method setCode(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

62 : category1.setCode("1");

27. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

63 : Category category2 = TaxonomyFactory.eINSTANCE.createCategory();

28. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

63 : Category category2 = TaxonomyFactory.eINSTANCE.createCategory();

29. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

63 : Category category2 = TaxonomyFactory.eINSTANCE.createCategory();

30. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

63 : Category category2 = TaxonomyFactory.eINSTANCE.createCategory();

31. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

64 : category2.setName("My second category");

32. WARNING: DiscouragedReference

Discouraged access: The method setCode(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

65 : category2.setCode("2");

33. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

66 : Category category3 = TaxonomyFactory.eINSTANCE.createCategory();

34. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

66 : Category category3 = TaxonomyFactory.eINSTANCE.createCategory();

35. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

66 : Category category3 = TaxonomyFactory.eINSTANCE.createCategory();

36. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

66 : Category category3 = TaxonomyFactory.eINSTANCE.createCategory();

37. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

67 : category3.setName("My third category");

38. WARNING: DiscouragedReference

Discouraged access: The method setCode(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

68 : category3.setCode("2.1");

39. WARNING: DiscouragedReference

Discouraged access: The method getCategory() from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

69 : category2.getCategory().add(category3);

40. WARNING: DiscouragedReference

Discouraged access: The method saveTaxonomy(URL, Taxonomy) from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

75 : registryService.saveTaxonomy(file.toURL(),taxonomy);

41. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

100 : RegistryService registryService = RegistryService.instance();

42. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

100 : RegistryService registryService = RegistryService.instance();

43. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

100 : RegistryService registryService = RegistryService.instance();

44. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

101 : UDDIRegistryService uddiRegistryService = UDDIRegistryService.instance();

45. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type UDDIRegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

101 : UDDIRegistryService uddiRegistryService = UDDIRegistryService.instance();

46. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

101 : UDDIRegistryService uddiRegistryService = UDDIRegistryService.instance();

47. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

102 : UDDIRegistry uddiRegistry = uddiRegistryService.newUDDIRegistry();

48. WARNING: DiscouragedReference

Discouraged access: The method newUDDIRegistry() from the type UDDIRegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

102 : UDDIRegistry uddiRegistry = uddiRegistryService.newUDDIRegistry();

49. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type Registry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

105 : uddiRegistry.setId("my.registry");

50. WARNING: DiscouragedReference

Discouraged access: The method setVersion(String) from the type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

106 : uddiRegistry.setVersion("2.0");

51. WARNING: DiscouragedReference

Discouraged access: The method setDiscoveryURL(String) from the type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

107 : uddiRegistry.setDiscoveryURL("http://some.discovery.url");

52. WARNING: DiscouragedReference

Discouraged access: The method setPublicationURL(String) from the type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

108 : uddiRegistry.setPublicationURL("http://some.publication.url");

53. WARNING: DiscouragedReference

Discouraged access: The method setDefaultLogin(String) from the type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

109 : uddiRegistry.setDefaultLogin("hockeyfanatic");

54. WARNING: DiscouragedReference

Discouraged access: The type Name is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

110 : Name name = RegistryFactory.eINSTANCE.createName();

55. WARNING: DiscouragedReference

Discouraged access: The method createName() from the type RegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

110 : Name name = RegistryFactory.eINSTANCE.createName();

56. WARNING: DiscouragedReference

Discouraged access: The type RegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

110 : Name name = RegistryFactory.eINSTANCE.createName();

57. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type RegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

110 : Name name = RegistryFactory.eINSTANCE.createName();

58. WARNING: DiscouragedReference

Discouraged access: The method setValue(String) from the type Name is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

111 : name.setValue("My Registry");

59. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Registry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

112 : uddiRegistry.getName().add(name);

60. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

113 : Taxonomy taxonomyRef = registryService.newTaxonomy();

61. WARNING: DiscouragedReference

Discouraged access: The method newTaxonomy() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

113 : Taxonomy taxonomyRef = registryService.newTaxonomy();

62. WARNING: DiscouragedReference

Discouraged access: The method setRef(String) from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

114 : taxonomyRef.setRef("my.taxonomy");

63. WARNING: DiscouragedReference

Discouraged access: The type Taxonomies is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

115 : Taxonomies t = uddiRegistry.getTaxonomies();

64. WARNING: DiscouragedReference

Discouraged access: The method getTaxonomies() from the type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

115 : Taxonomies t = uddiRegistry.getTaxonomies();

65. WARNING: DiscouragedReference

Discouraged access: The method createTaxonomies() from the type UDDIRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

118 : t = UDDIRegistryFactory.eINSTANCE.createTaxonomies();

66. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

118 : t = UDDIRegistryFactory.eINSTANCE.createTaxonomies();

67. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type UDDIRegistryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

118 : t = UDDIRegistryFactory.eINSTANCE.createTaxonomies();

68. WARNING: DiscouragedReference

Discouraged access: The method setTaxonomies(Taxonomies) from the type UDDIRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

119 : uddiRegistry.setTaxonomies(t);

69. WARNING: DiscouragedReference

Discouraged access: The method getTaxonomy() from the type Taxonomies is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

121 : EList e = t.getTaxonomy();

70. WARNING: DiscouragedReference

Discouraged access: The method saveRegistry(URL, Registry) from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

126 : registryService.saveRegistry(file.toURL(),uddiRegistry);

71. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

151 : RegistryService registryService = RegistryService.instance();

72. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

151 : RegistryService registryService = RegistryService.instance();

73. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

151 : RegistryService registryService = RegistryService.instance();

74. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

152 : IRegistryManager regManager = registryService.getDefaultRegistryManager();

75. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRegistryManager() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

152 : IRegistryManager regManager = registryService.getDefaultRegistryManager();

76. WARNING: DiscouragedReference

Discouraged access: The method getURL() from the type IRegistryManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

153 : System.out.println("The location of the default index is " + regManager.getURL());

77. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

157 : Taxonomy hockeyTaxonomy = registryService.newTaxonomy();

78. WARNING: DiscouragedReference

Discouraged access: The method newTaxonomy() from the type RegistryService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

157 : Taxonomy hockeyTaxonomy = registryService.newTaxonomy();

79. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

158 : hockeyTaxonomy.setId("hockey.taxonomy");

80. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

159 : hockeyTaxonomy.setName("hockey Taxonomy");

81. WARNING: DiscouragedReference

Discouraged access: The method getCategory() from the type Taxonomy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

160 : EList list = hockeyTaxonomy.getCategory();

82. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

161 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

83. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

161 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

84. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

161 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

85. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

161 : Category category1 = TaxonomyFactory.eINSTANCE.createCategory();

86. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

162 : Category category4 = TaxonomyFactory.eINSTANCE.createCategory();

87. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

162 : Category category4 = TaxonomyFactory.eINSTANCE.createCategory();

88. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

162 : Category category4 = TaxonomyFactory.eINSTANCE.createCategory();

89. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

162 : Category category4 = TaxonomyFactory.eINSTANCE.createCategory();

90. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

163 : category4.setName("Pro");

91. WARNING: DiscouragedReference

Discouraged access: The method setCode(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

164 : category4.setCode("4");

92. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

165 : Category category5 = TaxonomyFactory.eINSTANCE.createCategory();

93. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

165 : Category category5 = TaxonomyFactory.eINSTANCE.createCategory();

94. WARNING: DiscouragedReference

Discouraged access: The type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

165 : Category category5 = TaxonomyFactory.eINSTANCE.createCategory();

95. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

165 : Category category5 = TaxonomyFactory.eINSTANCE.createCategory();

96. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

166 : category5.setName("AHL");

97. WARNING: DiscouragedReference

Discouraged access: The method setCode(String) from the type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

167 : category5.setCode("4.1");

98. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

168 : Category category6 = TaxonomyFactory.eINSTANCE.createCategory();

99. WARNING: DiscouragedReference

Discouraged access: The method createCategory() from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

168 : Category category6 = TaxonomyFactory.eINSTANCE.createCategory();

100. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type TaxonomyFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

RegistryTests.java :

168 : Category category6 = TaxonomyFactory.eINSTANCE.createCategory();

Source File: org/eclipse/wst/ws/tests/unittest/TestBundleUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type BundleUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

TestBundleUtils.java :

5 : import org.eclipse.wst.ws.internal.common.BundleUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type BundleUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

TestBundleUtils.java :

11 : Version version = BundleUtils.getVersion("org.eclipse.wst.ws");

3. WARNING: DiscouragedReference

Discouraged access: The method getVersion(String) from the type BundleUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

TestBundleUtils.java :

11 : Version version = BundleUtils.getVersion("org.eclipse.wst.ws");

Source File: org/eclipse/wst/ws/tests/unittest/WSDLCopierTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

31 : import org.eclipse.wst.ws.internal.util.WSDLCopier;

2. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

142 : WSDLCopier copier = new WSDLCopier();

3. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

142 : WSDLCopier copier = new WSDLCopier();

4. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

142 : WSDLCopier copier = new WSDLCopier();

5. WARNING: DiscouragedReference

Discouraged access: The method setSourceURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

143 : copier.setSourceURI(url.toString());

6. WARNING: DiscouragedReference

Discouraged access: The method setTargetFolderURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

144 : copier.setTargetFolderURI(folderURI);

7. WARNING: DiscouragedReference

Discouraged access: The method getRelativePath() from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

150 : assertEquals(copier.getRelativePath().toString(), "1/2a/start.wsdl");

8. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

176 : WSDLCopier copier = new WSDLCopier();

9. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

176 : WSDLCopier copier = new WSDLCopier();

10. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

176 : WSDLCopier copier = new WSDLCopier();

11. WARNING: DiscouragedReference

Discouraged access: The method setSourceURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

177 : copier.setSourceURI(path);

12. WARNING: DiscouragedReference

Discouraged access: The method setTargetFolderURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

178 : copier.setTargetFolderURI(folderURI);

13. WARNING: DiscouragedReference

Discouraged access: The method setTargetFilename(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

179 : copier.setTargetFilename("newname.wsdl");

14. WARNING: DiscouragedReference

Discouraged access: The method getRelativePath() from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

185 : assertEquals(copier.getRelativePath().toString(), "1/2a/newname.wsdl");

15. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

208 : WSDLCopier copier = new WSDLCopier();

16. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

208 : WSDLCopier copier = new WSDLCopier();

17. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

208 : WSDLCopier copier = new WSDLCopier();

18. WARNING: DiscouragedReference

Discouraged access: The method setTargetFolderURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

209 : copier.setTargetFolderURI(folderURI);

19. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

243 : WSDLCopier copier = new WSDLCopier();

20. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

243 : WSDLCopier copier = new WSDLCopier();

21. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

243 : WSDLCopier copier = new WSDLCopier();

22. WARNING: DiscouragedReference

Discouraged access: The method setSourceURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

244 : copier.setSourceURI(path);

23. WARNING: DiscouragedReference

Discouraged access: The method setTargetFolderURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

245 : copier.setTargetFolderURI(folderURI);

24. WARNING: DiscouragedReference

Discouraged access: The method getRelativePath() from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

252 : assertEquals(copier.getRelativePath().toString(), "1/2a/start.wsdl");

25. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

275 : WSDLCopier copier = new WSDLCopier();

26. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

275 : WSDLCopier copier = new WSDLCopier();

27. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

275 : WSDLCopier copier = new WSDLCopier();

28. WARNING: DiscouragedReference

Discouraged access: The method setSourceURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

276 : copier.setSourceURI(path);

29. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

309 : WSDLCopier copier = new WSDLCopier();

30. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

309 : WSDLCopier copier = new WSDLCopier();

31. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

309 : WSDLCopier copier = new WSDLCopier();

32. WARNING: DiscouragedReference

Discouraged access: The method setSourceURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

310 : copier.setSourceURI(path);

33. WARNING: DiscouragedReference

Discouraged access: The method setTargetFolderURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

311 : copier.setTargetFolderURI(folderURI);

34. WARNING: DiscouragedReference

Discouraged access: The method getRelativePath() from the type WSDLCopier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WSDLCopierTests.java :

320 : assertEquals(copier.getRelativePath().toString(), "1/2a/start.wsdl");

Source File: org/eclipse/wst/ws/tests/unittest/WebServiceFinderTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServiceFinder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

23 : import org.eclipse.wst.ws.internal.wsfinder.WebServiceFinder;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

24 : import org.eclipse.wst.ws.internal.wsrt.WebServiceInfo;

3. WARNING: DiscouragedReference

Discouraged access: The type WebServiceFinder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

39 : WebServiceFinder wsf = WebServiceFinder.instance();

4. WARNING: DiscouragedReference

Discouraged access: The type WebServiceFinder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

39 : WebServiceFinder wsf = WebServiceFinder.instance();

5. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type WebServiceFinder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

39 : WebServiceFinder wsf = WebServiceFinder.instance();

6. WARNING: DiscouragedReference

Discouraged access: The method getWebServices(IProgressMonitor) from the type WebServiceFinder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

42 : Iterator wsIterator = wsf.getWebServices(null);

7. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

44 : WebServiceInfo wsInfo = (WebServiceInfo) wsIterator.next();

8. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

44 : WebServiceInfo wsInfo = (WebServiceInfo) wsIterator.next();

9. WARNING: DiscouragedReference

Discouraged access: The method getWsdlURL() from the type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

WebServiceFinderTests.java :

45 : System.out.println("webService URL: " + wsInfo.getWsdlURL());

Source File: org/eclipse/wst/ws/tests/utils/FindDuplicateKeys.java
1. WARNING: LocalVariableIsNeverUsed

The local variable propNames is never read

FindDuplicateKeys.java :

22 : Vector propNames = new Vector();

Source File: org/eclipse/wst/ws/tests/utils/RemoveUnusedKeys.java
1. WARNING: LocalVariableIsNeverUsed

The local variable keys is never read

RemoveUnusedKeys.java :

17 : Hashtable keys = new Hashtable();

2. WARNING: LocalVariableIsNeverUsed

The local variable propNames is never read

RemoveUnusedKeys.java :

20 : Vector propNames = new Vector();

3. WARNING: LocalVariableIsNeverUsed

The local variable count is never read

RemoveUnusedKeys.java :

121 : int count = 1;

4. WARNING: LocalVariableIsNeverUsed

The local variable propKeys is never read

RemoveUnusedKeys.java :

127 : Vector propKeys = Utils.getPropertyKeys( propFile );

5. WARNING: LocalVariableIsNeverUsed

The local variable pkgName is never read

RemoveUnusedKeys.java :

139 : String pkgName = "";