Compiler Report

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 )

Source File: org/eclipse/jst/ws/internal/uddiregistry/widgets/PrivateUDDISelectionCommandFragment.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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, "");

11. WARNING: DiscouragedReference

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()

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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)

18. WARNING: DiscouragedReference

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)

19. WARNING: DiscouragedReference

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)

20. WARNING: DiscouragedReference

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)

21. WARNING: DiscouragedReference

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)

Source File: org/eclipse/jst/ws/internal/uddiregistry/widgets/PrivateUDDISelectionWidget.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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)

6. WARNING: DiscouragedReference

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 );

7. WARNING: DiscouragedReference

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 );

Source File: org/eclipse/jst/ws/internal/uddiregistry/widgets/PrivateUDDISelectionWidgetConditionCommand.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/ws/internal/uddiregistry/widgets/binding/PrivateUDDIWidgetBinding.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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()

16. WARNING: DiscouragedReference

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()

17. WARNING: DiscouragedReference

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()

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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, ""));

22. WARNING: DiscouragedReference

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, ""));

23. WARNING: DiscouragedReference

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, ""));

24. WARNING: DiscouragedReference

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"));

25. WARNING: DiscouragedReference

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"));

26. WARNING: DiscouragedReference

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"));

27. WARNING: DiscouragedReference

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, ""));

28. WARNING: DiscouragedReference

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, ""));

29. WARNING: DiscouragedReference

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, ""));

30. WARNING: DiscouragedReference

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(), ""));

31. WARNING: DiscouragedReference

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(), ""));

32. WARNING: DiscouragedReference

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(), ""));

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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)

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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)

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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)

41. WARNING: DiscouragedReference

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(); } } );

42. WARNING: DiscouragedReference

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()

43. WARNING: DiscouragedReference

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()

Source File: org/eclipse/jst/ws/internal/uddiregistry/wizard/PrivateUDDIRegistryType.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/ws/internal/uddiregistry/wizard/PrivateUDDIRegistryTypeImpl.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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()