Compiler Report

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

Number of source files: 68 Number of classfiles: 92

Problems: 128 (Errors: 0 Warnings: 128 )

Source File: org/eclipse/wst/common/frameworks/internal/datamodel/ui/DataModelWizard.java
1. WARNING: DiscouragedReference

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

DataModelWizard.java :

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

2. WARNING: DiscouragedReference

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

DataModelWizard.java :

45 : private IDataModelPausibleOperation rootOperation;

3. WARNING: DiscouragedReference

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

DataModelWizard.java :

72 : protected IDataModelPausibleOperation getRootOperation() {

4. WARNING: DiscouragedReference

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

DataModelWizard.java :

73 : return (IDataModelPausibleOperation)getDataModel().getDefaultOperation();

Source File: org/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageElement.java
1. WARNING: DiscouragedReference

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

DMWizardPageElement.java :

16 : import org.eclipse.wst.common.frameworks.internal.AbstractRegistryDescriptor;

2. WARNING: DiscouragedReference

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

DMWizardPageElement.java :

17 : import org.eclipse.wst.common.frameworks.internal.enablement.Identifiable;

3. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.enablement.Identifiable is never used

DMWizardPageElement.java :

17 : import org.eclipse.wst.common.frameworks.internal.enablement.Identifiable;

4. WARNING: DiscouragedReference

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

DMWizardPageElement.java :

27 : public class DMWizardPageElement extends AbstractRegistryDescriptor {

5. WARNING: DiscouragedReference

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

DMWizardPageElement.java :

55 : super(element);

Source File: org/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageExtensionManager.java
1. WARNING: DiscouragedReference

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

DMWizardPageExtensionManager.java :

26 : import org.eclipse.wst.common.frameworks.internal.enablement.EnablementManager;

2. WARNING: DiscouragedReference

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

DMWizardPageExtensionManager.java :

178 : if (EnablementManager.INSTANCE.getIdentifier(element.getID(), null).isEnabled()) {

3. WARNING: DiscouragedReference

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

DMWizardPageExtensionManager.java :

178 : if (EnablementManager.INSTANCE.getIdentifier(element.getID(), null).isEnabled()) {

4. WARNING: DiscouragedReference

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

DMWizardPageExtensionManager.java :

178 : if (EnablementManager.INSTANCE.getIdentifier(element.getID(), null).isEnabled()) {

5. WARNING: DiscouragedReference

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

DMWizardPageExtensionManager.java :

178 : if (EnablementManager.INSTANCE.getIdentifier(element.getID(), null).isEnabled()) {

Source File: org/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageFactoryElement.java
1. WARNING: DiscouragedReference

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

DMWizardPageFactoryElement.java :

17 : import org.eclipse.wst.common.frameworks.internal.ConfigurationElementWrapper;

2. WARNING: DiscouragedReference

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

DMWizardPageFactoryElement.java :

28 : public class DMWizardPageFactoryElement extends ConfigurationElementWrapper {

3. WARNING: DiscouragedReference

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

DMWizardPageFactoryElement.java :

51 : super(element);

4. WARNING: DiscouragedReference

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

DMWizardPageFactoryElement.java :

87 : wizardPageFactory = (DMWizardPageExtensionFactory) element.createExecutableExtension(ATT_CLASS_NAME);

Source File: org/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageGroupElement.java
1. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

19 : import org.eclipse.wst.common.frameworks.internal.AbstractRegistryDescriptor;

2. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

23 : import org.eclipse.wst.common.frameworks.internal.enablement.IdentifiableComparator;

3. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

26 : public class DMWizardPageGroupElement extends AbstractRegistryDescriptor implements Comparable {

4. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

52 : super(element1);

5. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

119 : return IdentifiableComparator.getInstance().compare(this, o);

6. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

119 : return IdentifiableComparator.getInstance().compare(this, o);

7. WARNING: DiscouragedReference

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

DMWizardPageGroupElement.java :

119 : return IdentifiableComparator.getInstance().compare(this, o);

Source File: org/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageGroupFactoryElement.java
1. WARNING: DiscouragedReference

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

DMWizardPageGroupFactoryElement.java :

24 : import org.eclipse.wst.common.frameworks.internal.ConfigurationElementWrapper;

2. WARNING: DiscouragedReference

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

DMWizardPageGroupFactoryElement.java :

36 : public class DMWizardPageGroupFactoryElement extends ConfigurationElementWrapper {

3. WARNING: DiscouragedReference

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

DMWizardPageGroupFactoryElement.java :

49 : super(element);

4. WARNING: DiscouragedReference

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

DMWizardPageGroupFactoryElement.java :

87 : wizardPageGroupFactory = (DMWizardExtensionFactory) element.createExecutableExtension(ATT_CLASS_NAME);

Source File: org/eclipse/wst/common/frameworks/internal/ui/NewProjectGroup.java
1. WARNING: DiscouragedReference

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

NewProjectGroup.java :

36 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;

2. WARNING: DiscouragedReference

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

NewProjectGroup.java :

38 : public class NewProjectGroup implements IProjectCreationPropertiesNew {

3. WARNING: DiscouragedReference

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

NewProjectGroup.java :

87 : synchHelper.synchText(projectNameField, PROJECT_NAME, new Control[]{projectLabel});

4. WARNING: DiscouragedReference

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

NewProjectGroup.java :

112 : synchHelper.synchCheckbox(useDefaultsButton, USE_DEFAULT_LOCATION, null);

5. WARNING: DiscouragedReference

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

NewProjectGroup.java :

149 : if (!localModel.getBooleanProperty(USE_DEFAULT_LOCATION)) {

6. WARNING: DiscouragedReference

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

NewProjectGroup.java :

152 : localModel.setProperty(USER_DEFINED_LOCATION, locationPathField.getText());

7. WARNING: DiscouragedReference

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

NewProjectGroup.java :

160 : boolean useDefault = localModel.getBooleanProperty(USE_DEFAULT_LOCATION);

8. WARNING: DiscouragedReference

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

NewProjectGroup.java :

161 : if (USE_DEFAULT_LOCATION.equals(event.getPropertyName())) {

9. WARNING: DiscouragedReference

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

NewProjectGroup.java :

166 : locationPathField.setText(localModel.getStringProperty(DEFAULT_LOCATION));

10. WARNING: DiscouragedReference

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

NewProjectGroup.java :

168 : locationPathField.setText(localModel.getStringProperty(USER_DEFINED_LOCATION));

11. WARNING: DiscouragedReference

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

NewProjectGroup.java :

171 : if ((useDefault && DEFAULT_LOCATION.equals(event.getPropertyName())) || (!useDefault && USER_DEFINED_LOCATION.equals(event.getPropertyName()))) {

12. WARNING: DiscouragedReference

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

NewProjectGroup.java :

171 : if ((useDefault && DEFAULT_LOCATION.equals(event.getPropertyName())) || (!useDefault && USER_DEFINED_LOCATION.equals(event.getPropertyName()))) {

13. WARNING: DiscouragedReference

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

NewProjectGroup.java :

180 : listener.propertyChanged(new DataModelEvent(model, USE_DEFAULT_LOCATION, IDataModel.VALUE_CHG));

14. WARNING: DiscouragedReference

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

NewProjectGroup.java :

192 : String dirName = model.getStringProperty(USER_DEFINED_LOCATION);

15. WARNING: DiscouragedReference

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

NewProjectGroup.java :

194 : dirName = new Path(model.getStringProperty(DEFAULT_LOCATION)).removeLastSegments(1).toOSString();

16. WARNING: DiscouragedReference

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

NewProjectGroup.java :

205 : model.setProperty(USER_DEFINED_LOCATION, selectedDirectory);

Source File: org/eclipse/wst/common/frameworks/internal/ui/PageGroupManager.java
1. WARNING: DiscouragedReference

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

PageGroupManager.java :

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

2. WARNING: DiscouragedReference

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

PageGroupManager.java :

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

3. WARNING: DiscouragedReference

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

PageGroupManager.java :

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

4. WARNING: DiscouragedReference

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

PageGroupManager.java :

39 : private IDataModelPausibleOperation rootOperation;

5. WARNING: DiscouragedReference

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

PageGroupManager.java :

72 : public PageGroupManager(IDataModelPausibleOperation rootOperation, IDMPageGroup rootPageGroup) {

6. WARNING: DiscouragedReference

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

PageGroupManager.java :

76 : rootOperation.addOperationListener(new IDataModelPausibleOperationListener() { public int notify(IDataModelPausibleOperationEvent event) { switch (event.getExecutionType()) { case IDataModelPausibleOperationEvent.ROLLBACK : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) { operationsRun.remove(event.getOperation().getID()); } break; case IDataModelPausibleOperationEvent.EXECUTE : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) { operationsRun.add(event.getOperation().getID()); if (null != pauseAfterExecution && event.getOperation().getID().equals(pauseAfterExecution)) { return IDataModelPausibleOperationListener.PAUSE; } } break; } return IDataModelPausibleOperationListener.CONTINUE; } });

7. WARNING: DiscouragedReference

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

PageGroupManager.java :

76 : rootOperation.addOperationListener(new IDataModelPausibleOperationListener() {

8. WARNING: DiscouragedReference

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

PageGroupManager.java :

77 : public int notify(IDataModelPausibleOperationEvent event) {

9. WARNING: DiscouragedReference

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

PageGroupManager.java :

78 : switch (event.getExecutionType()) {

10. WARNING: DiscouragedReference

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

PageGroupManager.java :

79 : case IDataModelPausibleOperationEvent.ROLLBACK :

11. WARNING: DiscouragedReference

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

PageGroupManager.java :

79 : case IDataModelPausibleOperationEvent.ROLLBACK :

12. WARNING: DiscouragedReference

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

PageGroupManager.java :

80 : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) {

13. WARNING: DiscouragedReference

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

PageGroupManager.java :

80 : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) {

14. WARNING: DiscouragedReference

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

PageGroupManager.java :

80 : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) {

15. WARNING: DiscouragedReference

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

PageGroupManager.java :

81 : operationsRun.remove(event.getOperation().getID());

16. WARNING: DiscouragedReference

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

PageGroupManager.java :

84 : case IDataModelPausibleOperationEvent.EXECUTE :

17. WARNING: DiscouragedReference

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

PageGroupManager.java :

84 : case IDataModelPausibleOperationEvent.EXECUTE :

18. WARNING: DiscouragedReference

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

PageGroupManager.java :

85 : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) {

19. WARNING: DiscouragedReference

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

PageGroupManager.java :

85 : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) {

20. WARNING: DiscouragedReference

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

PageGroupManager.java :

85 : if (event.getOperationType() == IDataModelPausibleOperationEvent.MAIN_FINISHED) {

21. WARNING: DiscouragedReference

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

PageGroupManager.java :

86 : operationsRun.add(event.getOperation().getID());

22. WARNING: DiscouragedReference

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

PageGroupManager.java :

87 : if (null != pauseAfterExecution && event.getOperation().getID().equals(pauseAfterExecution)) {

23. WARNING: DiscouragedReference

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

PageGroupManager.java :

88 : return IDataModelPausibleOperationListener.PAUSE;

24. WARNING: DiscouragedReference

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

PageGroupManager.java :

88 : return IDataModelPausibleOperationListener.PAUSE;

25. WARNING: DiscouragedReference

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

PageGroupManager.java :

93 : return IDataModelPausibleOperationListener.CONTINUE;

26. WARNING: DiscouragedReference

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

PageGroupManager.java :

93 : return IDataModelPausibleOperationListener.CONTINUE;

27. WARNING: DiscouragedReference

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

PageGroupManager.java :

122 : rootOperation.rollBack(null, null);

28. WARNING: DiscouragedReference

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

PageGroupManager.java :

155 : rootOperation.rollBack(null, null);

29. WARNING: DiscouragedReference

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

PageGroupManager.java :

274 : status = rootOperation.resume(null, null);

Source File: org/eclipse/wst/common/frameworks/internal/ui/RunnableWithProgressWrapper.java
1. WARNING: DiscouragedReference

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

RunnableWithProgressWrapper.java :

15 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;

2. WARNING: DiscouragedReference

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

RunnableWithProgressWrapper.java :

27 : private IHeadlessRunnableWithProgress headlessRunnable;

3. WARNING: DiscouragedReference

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

RunnableWithProgressWrapper.java :

32 : public RunnableWithProgressWrapper(IHeadlessRunnableWithProgress aHeadlessRunnableWithProgress) {

4. WARNING: DiscouragedReference

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

RunnableWithProgressWrapper.java :

41 : protected org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress getHeadlessRunnable() {

5. WARNING: DiscouragedReference

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

RunnableWithProgressWrapper.java :

67 : getHeadlessRunnable().run(monitor);

6. WARNING: DiscouragedReference

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

RunnableWithProgressWrapper.java :

76 : protected void setHeadlessRunnable(org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress newHeadlessRunnable) {

Source File: org/eclipse/wst/common/frameworks/internal/ui/SaveHandlerUI.java
1. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

19 : import org.eclipse.wst.common.frameworks.internal.ISaveHandler;

2. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

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

3. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

21 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

24 : public class SaveHandlerUI implements ISaveHandler {

5. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

25 : public static final String SAVE_FAILED = WTPCommonPlugin.getResourceString("16"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

25 : public static final String SAVE_FAILED = WTPCommonPlugin.getResourceString("16"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

26 : public static final String BEGINNING_MESSAGE = WTPCommonPlugin.getResourceString("17"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

26 : public static final String BEGINNING_MESSAGE = WTPCommonPlugin.getResourceString("17"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

56 : public void handleSaveFailed(SaveFailedException ex, IProgressMonitor monitor) {

10. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

60 : String exMsg = ex.getInnerMostNestedException() == null ? ex.getMessage() : ex.getInnerMostNestedException().getMessage();

11. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

60 : String exMsg = ex.getInnerMostNestedException() == null ? ex.getMessage() : ex.getInnerMostNestedException().getMessage();

12. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

75 : String[] buttonStrings = {WTPCommonPlugin.getResourceString("Yes_UI_"), WTPCommonPlugin.getResourceString("Yes_To_All_UI_"), WTPCommonPlugin.getResourceString("No_UI_")}; //$NON-NLS-3$ = "No" //$NON-NLS-2$ = "Yes To All" //$NON-NLS-1$ = "Yes"

13. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

75 : String[] buttonStrings = {WTPCommonPlugin.getResourceString("Yes_UI_"), WTPCommonPlugin.getResourceString("Yes_To_All_UI_"), WTPCommonPlugin.getResourceString("No_UI_")}; //$NON-NLS-3$ = "No" //$NON-NLS-2$ = "Yes To All" //$NON-NLS-1$ = "Yes"

14. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

75 : String[] buttonStrings = {WTPCommonPlugin.getResourceString("Yes_UI_"), WTPCommonPlugin.getResourceString("Yes_To_All_UI_"), WTPCommonPlugin.getResourceString("No_UI_")}; //$NON-NLS-3$ = "No" //$NON-NLS-2$ = "Yes To All" //$NON-NLS-1$ = "Yes"

15. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

75 : String[] buttonStrings = {WTPCommonPlugin.getResourceString("Yes_UI_"), WTPCommonPlugin.getResourceString("Yes_To_All_UI_"), WTPCommonPlugin.getResourceString("No_UI_")}; //$NON-NLS-3$ = "No" //$NON-NLS-2$ = "Yes To All" //$NON-NLS-1$ = "Yes"

16. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

75 : String[] buttonStrings = {WTPCommonPlugin.getResourceString("Yes_UI_"), WTPCommonPlugin.getResourceString("Yes_To_All_UI_"), WTPCommonPlugin.getResourceString("No_UI_")}; //$NON-NLS-3$ = "No" //$NON-NLS-2$ = "Yes To All" //$NON-NLS-1$ = "Yes"

17. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

75 : String[] buttonStrings = {WTPCommonPlugin.getResourceString("Yes_UI_"), WTPCommonPlugin.getResourceString("Yes_To_All_UI_"), WTPCommonPlugin.getResourceString("No_UI_")}; //$NON-NLS-3$ = "No" //$NON-NLS-2$ = "Yes To All" //$NON-NLS-1$ = "Yes"

18. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

76 : String title = WTPCommonPlugin.getResourceString("Saving_Read-Only_File_UI_"); //$NON-NLS-1$ = "Saving Read-Only File"

19. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

76 : String title = WTPCommonPlugin.getResourceString("Saving_Read-Only_File_UI_"); //$NON-NLS-1$ = "Saving Read-Only File"

20. WARNING: DiscouragedReference

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

SaveHandlerUI.java :

77 : String message = WTPCommonPlugin.getResourceString("2concat_INFO_", (new Object[]{aFile.getFullPath()})); //$NON-NLS-1$ = "The file {0} is read-only and cannot be saved. Would you like to make it editable and save anyway?"

21. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot

SaveHandlerUI.java :

77 : String message = WTPCommonPlugin.getResourceString("2concat_INFO_", (new Object[]{aFile.getFullPath()})); //$NON-NLS-1$ = "The file {0} is read-only and cannot be saved. Would you like to make it editable and save anyway?"

Source File: org/eclipse/wst/common/frameworks/internal/ui/SimpleValidateEditContextUI.java
1. WARNING: DiscouragedReference

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

SimpleValidateEditContextUI.java :

17 : import org.eclipse.wst.common.frameworks.internal.SimpleValidateEditContextHeadless;

2. WARNING: DiscouragedReference

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

SimpleValidateEditContextUI.java :

19 : public class SimpleValidateEditContextUI extends SimpleValidateEditContextHeadless {

Source File: org/eclipse/wst/common/frameworks/internal/ui/UIEnablementIdentifier.java
1. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

24 : import org.eclipse.wst.common.frameworks.internal.enablement.EnablementIdentifier;

2. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

25 : import org.eclipse.wst.common.frameworks.internal.enablement.EnablementIdentifierEvent;

3. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

26 : import org.eclipse.wst.common.frameworks.internal.enablement.IEnablementManager;

4. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

35 : class UIEnablementIdentifier extends EnablementIdentifier implements IIdentifierListener {

5. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

44 : super(id, project);

6. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

58 : boolean enabledChanged = resetEnabled();

7. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

59 : EnablementIdentifierEvent evt = new EnablementIdentifierEvent(this, false, enabledChanged);

8. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

59 : EnablementIdentifierEvent evt = new EnablementIdentifierEvent(this, false, enabledChanged);

9. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

59 : EnablementIdentifierEvent evt = new EnablementIdentifierEvent(this, false, enabledChanged);

10. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

60 : fireIdentifierChanged(evt);

11. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

64 : return ((UIEnablementManager) IEnablementManager.INSTANCE).getActivityManager();

12. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

64 : return ((UIEnablementManager) IEnablementManager.INSTANCE).getActivityManager();

13. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

76 : return identifier.isEnabled() && super.getNewEnabled();

14. WARNING: DiscouragedReference

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

UIEnablementIdentifier.java :

85 : activityIdentifier = getActivityManager().getIdentifier(getId());

Source File: org/eclipse/wst/common/frameworks/internal/ui/UIEnablementManager.java
1. WARNING: DiscouragedReference

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

UIEnablementManager.java :

24 : import org.eclipse.wst.common.frameworks.internal.enablement.EnablementIdentifier;

2. WARNING: DiscouragedReference

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

UIEnablementManager.java :

25 : import org.eclipse.wst.common.frameworks.internal.enablement.EnablementManager;

3. WARNING: DiscouragedReference

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

UIEnablementManager.java :

30 : public class UIEnablementManager extends EnablementManager {

4. WARNING: DiscouragedReference

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

UIEnablementManager.java :

35 : super();

5. WARNING: DiscouragedReference

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

UIEnablementManager.java :

70 : protected EnablementIdentifier createIdentifier(String identifierId, IProject project) {

Source File: org/eclipse/wst/common/frameworks/internal/ui/UIOperationHandler.java
1. WARNING: DiscouragedReference

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

UIOperationHandler.java :

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

2. WARNING: DiscouragedReference

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

UIOperationHandler.java :

25 : public class UIOperationHandler implements IOperationHandler {

Source File: org/eclipse/wst/common/frameworks/internal/ui/WTPActivityBridgeHelperImpl.java
1. WARNING: DiscouragedReference

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

WTPActivityBridgeHelperImpl.java :

27 : import org.eclipse.wst.common.frameworks.internal.activities.WTPActivityBridgeHelper;

2. WARNING: DiscouragedReference

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

WTPActivityBridgeHelperImpl.java :

34 : public class WTPActivityBridgeHelperImpl implements WTPActivityBridgeHelper {

Source File: org/eclipse/wst/common/frameworks/internal/ui/WTPUIPlugin.java
1. WARNING: DiscouragedReference

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

WTPUIPlugin.java :

24 : import org.eclipse.wst.common.frameworks.internal.operations.IHeadlessRunnableWithProgress;

2. WARNING: DiscouragedReference

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

WTPUIPlugin.java :

99 : public static IRunnableWithProgress getRunnableWithProgress(IHeadlessRunnableWithProgress aHeadlessRunnableWithProgress) {