Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 10 Number of classfiles: 13
Problems: 78 (Errors: 0 Warnings: 78 )
Discouraged access: The type DataMappingRegistry 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
14 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;
Discouraged access: The type AbstractCommandFragment 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
15 : import org.eclipse.wst.command.internal.env.core.fragment.AbstractCommandFragment;
Discouraged access: The type CommandFragment 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
16 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;
Discouraged access: The type CanFinishRegistry 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
PrivateUDDISelectionCommandFragment.java :
17 : import org.eclipse.wst.command.internal.env.ui.widgets.CanFinishRegistry;
Discouraged access: The type WidgetRegistry 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
PrivateUDDISelectionCommandFragment.java :
18 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetRegistry;
Discouraged access: The type AbstractCommandFragment 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
21 : public class PrivateUDDISelectionCommandFragment extends AbstractCommandFragment
Discouraged access: The type DataMappingRegistry 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
24 : private DataMappingRegistry dataMappingRegistry;
Discouraged access: The type CanFinishRegistry 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
PrivateUDDISelectionCommandFragment.java :
25 : private CanFinishRegistry canFinishRegistry;
Discouraged access: The type WidgetRegistry 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
PrivateUDDISelectionCommandFragment.java :
26 : private WidgetRegistry widgetRegistry;
Discouraged access: The constructor AbstractCommandFragment(CommandFactory, String) 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
30 : super(null, "");
Discouraged access: The type CommandFragment 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
39 : public CommandFragment getFirstSubFragment()
Discouraged access: The method registerCanFinish(CanFinishRegistry) from the type CommandWidgetBinding 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
PrivateUDDISelectionCommandFragment.java :
43 : registryType.registerCanFinish(canFinishRegistry);
Discouraged access: The method registerDataMappings(DataMappingRegistry) from the type CommandWidgetBinding 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
PrivateUDDISelectionCommandFragment.java :
44 : registryType.registerDataMappings(dataMappingRegistry);
Discouraged access: The method registerWidgetMappings(WidgetRegistry) from the type CommandWidgetBinding 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
PrivateUDDISelectionCommandFragment.java :
45 : registryType.registerWidgetMappings(widgetRegistry);
Discouraged access: The method create() from the type CommandFragmentFactoryFactory 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
46 : return registryType.create().create();
Discouraged access: The method create() from the type CommandFragmentFactory 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
46 : return registryType.create().create();
Discouraged access: The type CommandFragment 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
58 : public CommandFragment getNextSubFragment(CommandFragment fragment)
Discouraged access: The type CommandFragment 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
58 : public CommandFragment getNextSubFragment(CommandFragment fragment)
Discouraged access: The type DataMappingRegistry 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.core/@dot
PrivateUDDISelectionCommandFragment.java :
66 : public void registerDataMappings(DataMappingRegistry registry)
Discouraged access: The type CanFinishRegistry 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
PrivateUDDISelectionCommandFragment.java :
71 : public void registerCanFinish(CanFinishRegistry canFinishRegistry)
Discouraged access: The type WidgetRegistry 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
PrivateUDDISelectionCommandFragment.java :
76 : public void registerWidgetMappings(WidgetRegistry widgetRegistry)
Discouraged access: The type StatusUtils 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.core/@dot
PrivateUDDISelectionWidget.java :
29 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
Discouraged access: The type SimpleWidgetDataContributor 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
PrivateUDDISelectionWidget.java :
30 : import org.eclipse.wst.command.internal.env.ui.widgets.SimpleWidgetDataContributor;
Discouraged access: The type WidgetDataEvents 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
PrivateUDDISelectionWidget.java :
31 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataEvents;
Discouraged access: The type SimpleWidgetDataContributor 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
PrivateUDDISelectionWidget.java :
39 : public class PrivateUDDISelectionWidget extends SimpleWidgetDataContributor
Discouraged access: The type WidgetDataEvents 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
PrivateUDDISelectionWidget.java :
62 : public WidgetDataEvents addControls(Composite parent, Listener statusListener)
Discouraged access: The type StatusUtils 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.core/@dot
PrivateUDDISelectionWidget.java :
208 : return StatusUtils.errorStatus( UDDIRegistryMessages.MSG_ERROR_NO_UDDI_REGISTRY_AVAILABLE );
Discouraged access: The method errorStatus(String) from the type StatusUtils 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.core/@dot
PrivateUDDISelectionWidget.java :
208 : return StatusUtils.errorStatus( UDDIRegistryMessages.MSG_ERROR_NO_UDDI_REGISTRY_AVAILABLE );
Discouraged access: The type Condition 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.core/@dot
PrivateUDDISelectionWidgetConditionCommand.java :
17 : import org.eclipse.wst.command.internal.env.core.common.Condition;
Discouraged access: The type Condition 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.core/@dot
PrivateUDDISelectionWidgetConditionCommand.java :
21 : public class PrivateUDDISelectionWidgetConditionCommand extends AbstractDataModelOperation implements Condition
Discouraged access: The type DataMappingRegistry 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.core/@dot
PrivateUDDIWidgetBinding.java :
18 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;
Discouraged access: The type CommandFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
19 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;
Discouraged access: The type CommandFragmentFactory 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.core/@dot
PrivateUDDIWidgetBinding.java :
20 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentFactory;
Discouraged access: The type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
21 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;
Discouraged access: The type SimpleFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
22 : import org.eclipse.wst.command.internal.env.core.fragment.SimpleFragment;
Discouraged access: The type CanFinishRegistry 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
PrivateUDDIWidgetBinding.java :
23 : import org.eclipse.wst.command.internal.env.ui.widgets.CanFinishRegistry;
Discouraged access: The type CommandWidgetBinding 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
PrivateUDDIWidgetBinding.java :
24 : import org.eclipse.wst.command.internal.env.ui.widgets.CommandWidgetBinding;
Discouraged access: The type WidgetContributor 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
PrivateUDDIWidgetBinding.java :
25 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetContributor;
Discouraged access: The type WidgetContributorFactory 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
PrivateUDDIWidgetBinding.java :
26 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetContributorFactory;
Discouraged access: The type WidgetRegistry 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
PrivateUDDIWidgetBinding.java :
27 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetRegistry;
Discouraged access: The type CommandWidgetBinding 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
PrivateUDDIWidgetBinding.java :
30 : public class PrivateUDDIWidgetBinding implements CommandWidgetBinding
Discouraged access: The type CanFinishRegistry 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
PrivateUDDIWidgetBinding.java :
32 : private CanFinishRegistry canFinishRegistry;
Discouraged access: The type WidgetRegistry 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
PrivateUDDIWidgetBinding.java :
33 : private WidgetRegistry widgetRegistry;
Discouraged access: The type DataMappingRegistry 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.core/@dot
PrivateUDDIWidgetBinding.java :
34 : private DataMappingRegistry dataMappingRegistry;
Discouraged access: The type CommandFragmentFactory 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.core/@dot
PrivateUDDIWidgetBinding.java :
47 : public CommandFragmentFactory create()
Discouraged access: The type CommandFragmentFactory 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.core/@dot
PrivateUDDIWidgetBinding.java :
49 : return new CommandFragmentFactory()
Discouraged access: The type CommandFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
51 : public CommandFragment create()
Discouraged access: The type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
53 : SequenceFragment root = new SequenceFragment();
Discouraged access: The constructor SequenceFragment() 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.core/@dot
PrivateUDDIWidgetBinding.java :
53 : SequenceFragment root = new SequenceFragment();
Discouraged access: The type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
53 : SequenceFragment root = new SequenceFragment();
Discouraged access: The method add(CommandFragment) from the type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
54 : root.add(new SimpleFragment(conditionCommand, ""));
Discouraged access: The constructor SimpleFragment(AbstractDataModelOperation, String) 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.core/@dot
PrivateUDDIWidgetBinding.java :
54 : root.add(new SimpleFragment(conditionCommand, ""));
Discouraged access: The type SimpleFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
54 : root.add(new SimpleFragment(conditionCommand, ""));
Discouraged access: The method add(CommandFragment) from the type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
55 : root.add(new SimpleFragment("PrivateUDDISelectionWidget"));
Discouraged access: The constructor SimpleFragment(String) 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.core/@dot
PrivateUDDIWidgetBinding.java :
55 : root.add(new SimpleFragment("PrivateUDDISelectionWidget"));
Discouraged access: The type SimpleFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
55 : root.add(new SimpleFragment("PrivateUDDISelectionWidget"));
Discouraged access: The method add(CommandFragment) from the type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
56 : root.add(new SimpleFragment(conditionCommand, ""));
Discouraged access: The constructor SimpleFragment(AbstractDataModelOperation, String) 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.core/@dot
PrivateUDDIWidgetBinding.java :
56 : root.add(new SimpleFragment(conditionCommand, ""));
Discouraged access: The type SimpleFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
56 : root.add(new SimpleFragment(conditionCommand, ""));
Discouraged access: The method add(CommandFragment) from the type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
57 : root.add(new SimpleFragment(new PrivateUDDISelectionCommand(), ""));
Discouraged access: The constructor SimpleFragment(AbstractDataModelOperation, String) 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.core/@dot
PrivateUDDIWidgetBinding.java :
57 : root.add(new SimpleFragment(new PrivateUDDISelectionCommand(), ""));
Discouraged access: The type SimpleFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
57 : root.add(new SimpleFragment(new PrivateUDDISelectionCommand(), ""));
Discouraged access: The method add(CommandFragment) from the type SequenceFragment 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.core/@dot
PrivateUDDIWidgetBinding.java :
58 : root.add(privateUDDISelFragment);
Discouraged access: The type CanFinishRegistry 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
PrivateUDDIWidgetBinding.java :
67 : public void registerCanFinish(CanFinishRegistry canFinishRegistry)
Discouraged access: The method addCondition(Condition) from the type CanFinishRegistry 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
PrivateUDDIWidgetBinding.java :
72 : canFinishRegistry.addCondition(conditionCommand);
Discouraged access: The type DataMappingRegistry 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.core/@dot
PrivateUDDIWidgetBinding.java :
78 : public void registerDataMappings(DataMappingRegistry dataRegistry)
Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry 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.core/@dot
PrivateUDDIWidgetBinding.java :
84 : dataMappingRegistry.addMapping(PrivateUDDISelectionWidget.class, "PrivateUDDIRegistryType", PrivateUDDISelectionCommand.class);
Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry 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.core/@dot
PrivateUDDIWidgetBinding.java :
85 : dataMappingRegistry.addMapping(PrivateUDDISelectionWidget.class, "OperationType", PrivateUDDISelectionCommand.class);
Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry 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.core/@dot
PrivateUDDIWidgetBinding.java :
88 : dataMappingRegistry.addMapping(PrivateUDDISelectionWidget.class, "PrivateUDDIRegistryType", PrivateUDDISelectionCommandFragment.class);
Discouraged access: The type WidgetRegistry 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
PrivateUDDIWidgetBinding.java :
94 : public void registerWidgetMappings(WidgetRegistry widgetRegistry)
Discouraged access: The method add(String, String, String, WidgetContributorFactory) from the type WidgetRegistry 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
PrivateUDDIWidgetBinding.java :
99 : widgetRegistry.add("PrivateUDDISelectionWidget", UDDIRegistryMessages.PAGE_TITLE_PRIVATE_UDDI_CONFIG, UDDIRegistryMessages.PAGE_DESC_PRIVATE_UDDI_CONFIG, new WidgetContributorFactory() { public WidgetContributor create() { return new PrivateUDDISelectionWidget(); } } );
Discouraged access: The type WidgetContributorFactory 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
PrivateUDDIWidgetBinding.java :
102 : new WidgetContributorFactory()
Discouraged access: The type WidgetContributor 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
PrivateUDDIWidgetBinding.java :
104 : public WidgetContributor create()
Discouraged access: The type CommandWidgetBinding 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
PrivateUDDIRegistryType.java :
14 : import org.eclipse.wst.command.internal.env.ui.widgets.CommandWidgetBinding;
Discouraged access: The type CommandWidgetBinding 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
PrivateUDDIRegistryType.java :
17 : public interface PrivateUDDIRegistryType extends CommandWidgetBinding
Discouraged access: The type CommandWidgetBinding 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
PrivateUDDIRegistryTypeImpl.java :
17 : import org.eclipse.wst.command.internal.env.ui.widgets.CommandWidgetBinding;
Discouraged access: The type PrivateUDDIRegistryType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot
PrivateUDDIRegistryTypeImpl.java :
20 : public class PrivateUDDIRegistryTypeImpl implements org.eclipse.jst.ws.internal.ui.uddi.PrivateUDDIRegistryType
Discouraged access: The type CommandWidgetBinding 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
PrivateUDDIRegistryTypeImpl.java :
76 : public CommandWidgetBinding getBinding()