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 )
The import org.eclipse.ui.IActionDelegate is never used
NewAction.java :
9 : import org.eclipse.ui.IActionDelegate;
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;
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();
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();
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();
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" );
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 );
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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();
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();
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();
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();
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();
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");
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");
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();
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();
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();
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();
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();
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");
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");
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();
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();
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();
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();
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");
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");
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();
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();
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();
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();
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");
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");
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);
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);
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();
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();
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();
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();
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();
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();
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();
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();
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");
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");
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");
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");
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");
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();
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();
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();
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();
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");
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);
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();
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();
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");
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();
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();
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();
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();
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();
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);
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();
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);
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();
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();
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();
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();
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();
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());
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();
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();
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");
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");
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();
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();
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();
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();
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();
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();
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();
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();
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();
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");
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");
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();
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();
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();
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();
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");
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");
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();
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();
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();
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;
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");
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");
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;
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();
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();
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();
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());
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);
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");
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();
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();
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();
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);
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);
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");
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");
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();
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();
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();
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);
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();
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();
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();
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);
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);
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");
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();
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();
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();
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);
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();
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();
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();
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);
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);
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");
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;
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;
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();
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();
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();
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);
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();
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();
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());
The local variable propNames is never read
FindDuplicateKeys.java :
22 : Vector propNames = new Vector();
The local variable keys is never read
RemoveUnusedKeys.java :
17 : Hashtable keys = new Hashtable();
The local variable propNames is never read
RemoveUnusedKeys.java :
20 : Vector propNames = new Vector();
The local variable count is never read
RemoveUnusedKeys.java :
121 : int count = 1;
The local variable propKeys is never read
RemoveUnusedKeys.java :
127 : Vector propKeys = Utils.getPropertyKeys( propFile );
The local variable pkgName is never read
RemoveUnusedKeys.java :
139 : String pkgName = "";