Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 43 Number of classfiles: 60

Problems: 519 (Errors: 0 Warnings: 519 )

Source File: org/eclipse/jst/ejb/ui/internal/actions/AbstractClientJARAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AbstractClientJARAction.java :

19 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AbstractClientJARAction.java :

20 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;

3. WARNING: DiscouragedReference

Discouraged access: The type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

AbstractClientJARAction.java :

21 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.ClientJARCreationConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AbstractClientJARAction.java :

22 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AbstractClientJARAction.java :

28 : public abstract class AbstractClientJARAction extends BaseAction implements ClientJARCreationConstants {

6. WARNING: DiscouragedReference

Discouraged access: The type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

AbstractClientJARAction.java :

28 : public abstract class AbstractClientJARAction extends BaseAction implements ClientJARCreationConstants {

7. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AbstractClientJARAction.java :

33 : Object element = selection.getFirstElement();

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AbstractClientJARAction.java :

49 : if (J2EEProjectUtilities.isEJBProject(project)) {

9. WARNING: DiscouragedReference

Discouraged access: The method isEJBProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AbstractClientJARAction.java :

49 : if (J2EEProjectUtilities.isEJBProject(project)) {

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AbstractClientJARAction.java :

52 : if (mObj != null && provider.getModelObject(new Path(J2EEConstants.EJBJAR_DD_URI)) != null) {

11. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AbstractClientJARAction.java :

52 : if (mObj != null && provider.getModelObject(new Path(J2EEConstants.EJBJAR_DD_URI)) != null) {

Source File: org/eclipse/jst/ejb/ui/internal/actions/EJBClientCreationAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type EjbClientJarCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

26 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.EjbClientJarCreationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

27 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.IEjbClientJarCreationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

28 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBCreationResourceHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type GroupedEJBItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

29 : import org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBItemProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

30 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EJBClientCreationAction.java :

31 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

48 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor("ejbclientjar_wiz")); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

48 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor("ejbclientjar_wiz")); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

48 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor("ejbclientjar_wiz")); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The constructor EjbClientJarCreationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

59 : IDataModel dm = DataModelFactory.createDataModel(new EjbClientJarCreationDataModelProvider());

11. WARNING: DiscouragedReference

Discouraged access: The type EjbClientJarCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

59 : IDataModel dm = DataModelFactory.createDataModel(new EjbClientJarCreationDataModelProvider());

12. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

60 : dm.setProperty(IEjbClientJarCreationDataModelProperties.EJB_PROJECT_NAME,

13. WARNING: DiscouragedReference

Discouraged access: The field EJB_PROJECT_NAME from the type IEjbClientJarCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

60 : dm.setProperty(IEjbClientJarCreationDataModelProperties.EJB_PROJECT_NAME,

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

64 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

64 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

16. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

64 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

17. WARNING: DiscouragedReference

Discouraged access: The type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

75 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_StandAlone_Project_For_Client_);

18. WARNING: DiscouragedReference

Discouraged access: The field EJB_Client_JAR_Creation_Error_ from the type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

75 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_StandAlone_Project_For_Client_);

19. WARNING: DiscouragedReference

Discouraged access: The type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

75 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_StandAlone_Project_For_Client_);

20. WARNING: DiscouragedReference

Discouraged access: The field Cannot_Be_StandAlone_Project_For_Client_ from the type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

75 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_StandAlone_Project_For_Client_);

21. WARNING: DiscouragedReference

Discouraged access: The type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

83 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_Binary_Project_For_Client_);

22. WARNING: DiscouragedReference

Discouraged access: The field EJB_Client_JAR_Creation_Error_ from the type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

83 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_Binary_Project_For_Client_);

23. WARNING: DiscouragedReference

Discouraged access: The type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

83 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_Binary_Project_For_Client_);

24. WARNING: DiscouragedReference

Discouraged access: The field Cannot_Be_Binary_Project_For_Client_ from the type EJBCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientCreationAction.java :

83 : MessageDialog.openError(shell, EJBCreationResourceHandler.EJB_Client_JAR_Creation_Error_, EJBCreationResourceHandler.Cannot_Be_Binary_Project_For_Client_);

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EJBClientCreationAction.java :

91 : return !J2EEProjectUtilities.isStandaloneProject(project);

26. WARNING: DiscouragedReference

Discouraged access: The method isStandaloneProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EJBClientCreationAction.java :

91 : return !J2EEProjectUtilities.isStandaloneProject(project);

27. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

104 : if (selection.getFirstElement() instanceof EJBJar) {

28. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

105 : EJBJar selProject = (EJBJar) selection.getFirstElement();

29. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

107 : } else if (selection.getFirstElement() instanceof IProject) {

30. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

108 : return (IProject) selection.getFirstElement();

31. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

109 : } else if (selection.getFirstElement() instanceof IJavaProject) {

32. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

110 : return ((IJavaProject) selection.getFirstElement()).getProject();

33. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

111 : } else if(selection.getFirstElement() instanceof GroupedEJBItemProvider) {

34. WARNING: DiscouragedReference

Discouraged access: The type GroupedEJBItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

111 : } else if(selection.getFirstElement() instanceof GroupedEJBItemProvider) {

35. WARNING: DiscouragedReference

Discouraged access: The type GroupedEJBItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

112 : if(((GroupedEJBItemProvider)selection.getFirstElement()).getParent() instanceof EJBJar) {

36. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

112 : if(((GroupedEJBItemProvider)selection.getFirstElement()).getParent() instanceof EJBJar) {

37. WARNING: DiscouragedReference

Discouraged access: The type GroupedEJBItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

113 : EJBJar jar = (EJBJar) ((GroupedEJBItemProvider)selection.getFirstElement()).getParent();

38. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

113 : EJBJar jar = (EJBJar) ((GroupedEJBItemProvider)selection.getFirstElement()).getParent();

39. WARNING: DiscouragedReference

Discouraged access: The method selectionChanged(IAction, ISelection) from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationAction.java :

121 : super.selectionChanged(action, selection);

Source File: org/eclipse/jst/ejb/ui/internal/actions/EJBClientCreationActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationActionDelegate.java :

13 : import org.eclipse.jst.j2ee.internal.actions.AbstractActionDelegate;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationActionDelegate.java :

19 : public class EJBClientCreationActionDelegate extends AbstractActionDelegate {

3. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractActionDelegate() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationActionDelegate.java :

25 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method setAllowsMultiSelect(boolean) from the type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationActionDelegate.java :

26 : setAllowsMultiSelect(false);

5. WARNING: DiscouragedReference

Discouraged access: The method setSelection(IStructuredSelection) from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationActionDelegate.java :

29 : realAction.setSelection(getStructuredSelection());

6. WARNING: DiscouragedReference

Discouraged access: The method getStructuredSelection() from the type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientCreationActionDelegate.java :

29 : realAction.setSelection(getStructuredSelection());

Source File: org/eclipse/jst/ejb/ui/internal/actions/EJBClientRemovalAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type EjbClientProjectRemovalDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

33 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.EjbClientProjectRemovalDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

34 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.IEjbClientProjectRemovalDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalAction.java :

35 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type UIOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

41 : import org.eclipse.wst.common.frameworks.internal.ui.UIOperationHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

42 : import org.eclipse.wst.common.frameworks.internal.ui.WorkspaceModifyComposedOperation;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidatorSubsetOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

EJBClientRemovalAction.java :

43 : import org.eclipse.wst.validation.internal.operations.ValidatorSubsetOperation;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.validation.ui_1.2.4.v200901291336.jar

EJBClientRemovalAction.java :

44 : import org.eclipse.wst.validation.internal.ui.plugin.ValidationUIPlugin;

8. WARNING: DiscouragedReference

Discouraged access: The type UIOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

85 : UIOperationHandler opHandler = new UIOperationHandler(shell);

9. WARNING: DiscouragedReference

Discouraged access: The constructor UIOperationHandler(Shell) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

85 : UIOperationHandler opHandler = new UIOperationHandler(shell);

10. WARNING: DiscouragedReference

Discouraged access: The type UIOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

85 : UIOperationHandler opHandler = new UIOperationHandler(shell);

11. WARNING: DiscouragedReference

Discouraged access: The constructor EjbClientProjectRemovalDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

86 : IDataModel model = DataModelFactory.createDataModel( new EjbClientProjectRemovalDataModelProvider() );

12. WARNING: DiscouragedReference

Discouraged access: The type EjbClientProjectRemovalDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

86 : IDataModel model = DataModelFactory.createDataModel( new EjbClientProjectRemovalDataModelProvider() );

13. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

87 : model.setProperty(IEjbClientProjectRemovalDataModelProperties.EJB_PROJECT, ejbProject);

14. WARNING: DiscouragedReference

Discouraged access: The field EJB_PROJECT from the type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

87 : model.setProperty(IEjbClientProjectRemovalDataModelProperties.EJB_PROJECT, ejbProject);

15. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

88 : model.setProperty(IEjbClientProjectRemovalDataModelProperties.EJB_CLIENT_VIEW_PROJECT, clientProject);

16. WARNING: DiscouragedReference

Discouraged access: The field EJB_CLIENT_VIEW_PROJECT from the type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

88 : model.setProperty(IEjbClientProjectRemovalDataModelProperties.EJB_CLIENT_VIEW_PROJECT, clientProject);

17. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

89 : model.setProperty(IEjbClientProjectRemovalDataModelProperties.OP_HANDLER, opHandler );

18. WARNING: DiscouragedReference

Discouraged access: The field OP_HANDLER from the type IEjbClientProjectRemovalDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

89 : model.setProperty(IEjbClientProjectRemovalDataModelProperties.OP_HANDLER, opHandler );

19. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

132 : WorkspaceModifyComposedOperation runnable = new WorkspaceModifyComposedOperation();

20. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

132 : WorkspaceModifyComposedOperation runnable = new WorkspaceModifyComposedOperation();

21. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

132 : WorkspaceModifyComposedOperation runnable = new WorkspaceModifyComposedOperation();

22. WARNING: DiscouragedReference

Discouraged access: The type ValidatorSubsetOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

EJBClientRemovalAction.java :

133 : ValidatorSubsetOperation sop = new ValidatorSubsetOperation(getProject(), true, false);

23. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorSubsetOperation(IProject, boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

EJBClientRemovalAction.java :

133 : ValidatorSubsetOperation sop = new ValidatorSubsetOperation(getProject(), true, false);

24. WARNING: DiscouragedReference

Discouraged access: The type ValidatorSubsetOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

EJBClientRemovalAction.java :

133 : ValidatorSubsetOperation sop = new ValidatorSubsetOperation(getProject(), true, false);

25. WARNING: DiscouragedReference

Discouraged access: The method setValidators(String[]) from the type ValidatorSubsetOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

EJBClientRemovalAction.java :

134 : sop.setValidators(new String[] { "org.eclipse.jst.j2ee.core.internal.validation.EJBValidator"}); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method addRunnable(IRunnableWithProgress) from the type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientRemovalAction.java :

136 : runnable.addRunnable(ValidationUIPlugin.getRunnableWithProgress(sop));

27. WARNING: DiscouragedReference

Discouraged access: The type ValidationUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.validation.ui_1.2.4.v200901291336.jar

EJBClientRemovalAction.java :

136 : runnable.addRunnable(ValidationUIPlugin.getRunnableWithProgress(sop));

28. WARNING: DiscouragedReference

Discouraged access: The method getRunnableWithProgress(ValidationOperation) from the type ValidationUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.validation.ui_1.2.4.v200901291336.jar

EJBClientRemovalAction.java :

136 : runnable.addRunnable(ValidationUIPlugin.getRunnableWithProgress(sop));

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalAction.java :

140 : Logger.getLogger(J2EEUIPlugin.PLUGIN_ID).logError(e);

30. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalAction.java :

140 : Logger.getLogger(J2EEUIPlugin.PLUGIN_ID).logError(e);

31. WARNING: DiscouragedReference

Discouraged access: The field NO_CLIENT_JAR_TITLE from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

155 : MessageDialog.openError(shell, NO_CLIENT_JAR_TITLE, NO_CLIENT_JAR_MSG);

32. WARNING: DiscouragedReference

Discouraged access: The field NO_CLIENT_JAR_MSG from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

155 : MessageDialog.openError(shell, NO_CLIENT_JAR_TITLE, NO_CLIENT_JAR_MSG);

33. WARNING: DiscouragedReference

Discouraged access: The field REMOVE_MESSAGE from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

162 : String message = MessageFormat.format(REMOVE_MESSAGE, new Object[] {getClientProject().getName()});

34. WARNING: DiscouragedReference

Discouraged access: The field REMOVE_TITLE from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

163 : return MessageDialog.openQuestion(shell, REMOVE_TITLE, message);

35. WARNING: DiscouragedReference

Discouraged access: The field REMOVE_ERROR_TITLE from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

192 : MessageDialog.openError(shell, REMOVE_ERROR_TITLE, BINARY_EJB_PROJECT);

36. WARNING: DiscouragedReference

Discouraged access: The field BINARY_EJB_PROJECT from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

192 : MessageDialog.openError(shell, REMOVE_ERROR_TITLE, BINARY_EJB_PROJECT);

37. WARNING: DiscouragedReference

Discouraged access: The field REMOVE_ERROR_TITLE from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

195 : MessageDialog.openError(shell, REMOVE_ERROR_TITLE, BINARY_CLIENT_PROJECT);

38. WARNING: DiscouragedReference

Discouraged access: The field BINARY_CLIENT_PROJECT from the type ClientJARCreationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientRemovalAction.java :

195 : MessageDialog.openError(shell, REMOVE_ERROR_TITLE, BINARY_CLIENT_PROJECT);

39. WARNING: DiscouragedReference

Discouraged access: The method selectionChanged(IAction, ISelection) from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalAction.java :

202 : super.selectionChanged(action, selection);

Source File: org/eclipse/jst/ejb/ui/internal/actions/EJBClientRemovalActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalActionDelegate.java :

13 : import org.eclipse.jst.j2ee.internal.actions.AbstractActionDelegate;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalActionDelegate.java :

18 : public class EJBClientRemovalActionDelegate extends AbstractActionDelegate {

3. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractActionDelegate() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalActionDelegate.java :

24 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method setAllowsMultiSelect(boolean) from the type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalActionDelegate.java :

25 : setAllowsMultiSelect(false);

5. WARNING: DiscouragedReference

Discouraged access: The method setSelection(IStructuredSelection) from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalActionDelegate.java :

28 : realAction.setSelection(getStructuredSelection());

6. WARNING: DiscouragedReference

Discouraged access: The method getStructuredSelection() from the type AbstractActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientRemovalActionDelegate.java :

28 : realAction.setSelection(getStructuredSelection());

Source File: org/eclipse/jst/ejb/ui/internal/actions/ExportEJBAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

22 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

32 : public class ExportEJBAction extends BaseAction {

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

33 : public static String LABEL = Platform.getResourceString(J2EEUIPlugin.getDefault().getBundle(), "%ejb.export.action.description_ui_"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

33 : public static String LABEL = Platform.getResourceString(J2EEUIPlugin.getDefault().getBundle(), "%ejb.export.action.description_ui_"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The constructor BaseAction() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

37 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

49 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

49 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

12. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

49 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

13. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

50 : wizard.init(plugin.getWorkbench(), selection);

14. WARNING: DiscouragedReference

Discouraged access: The field selection from the type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ExportEJBAction.java :

50 : wizard.init(plugin.getWorkbench(), selection);

Source File: org/eclipse/jst/ejb/ui/internal/actions/ImportEJBAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

22 : import org.eclipse.jst.j2ee.internal.actions.BaseAction;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

32 : public class ImportEJBAction extends BaseAction {

4. WARNING: DiscouragedReference

Discouraged access: The constructor BaseAction() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

37 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

7. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

39 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

51 : J2EEUIPlugin plugin = J2EEUIPlugin.getDefault();

11. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type J2EEArtifactImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ImportEJBAction.java :

53 : wizard.init(plugin.getWorkbench(), StructuredSelection.EMPTY);

Source File: org/eclipse/jst/ejb/ui/internal/actions/NewEJBComponentAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractOpenWizardWorkbenchAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

18 : import org.eclipse.jst.j2ee.internal.actions.AbstractOpenWizardWorkbenchAction;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractOpenWizardWorkbenchAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

25 : public class NewEJBComponentAction extends AbstractOpenWizardWorkbenchAction {

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

33 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

33 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

6. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

33 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

7. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractOpenWizardWorkbenchAction(IWorkbench, String, Class[], boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

37 : super(workbench, label, acceptedTypes, false);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

10. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEJBComponentAction.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

Source File: org/eclipse/jst/ejb/ui/internal/deployables/EJBDeployableArtifactAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type EJBDeployableArtifactAdapterUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBDeployableArtifactAdapterFactory.java :

20 : import org.eclipse.jst.j2ee.ejb.internal.deployables.EJBDeployableArtifactAdapterUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type EJBDeployableArtifactAdapterUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBDeployableArtifactAdapterFactory.java :

35 : return EJBDeployableArtifactAdapterUtil.getModuleObject(obj);

3. WARNING: DiscouragedReference

Discouraged access: The method getModuleObject(Object) from the type EJBDeployableArtifactAdapterUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBDeployableArtifactAdapterFactory.java :

35 : return EJBDeployableArtifactAdapterUtil.getModuleObject(obj);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/AddButtonListener.java
1. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddButtonListener.java :

62 : List<BusinessInterface> biList = (List<BusinessInterface>) model.getProperty(INTERFACES);

2. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddButtonListener.java :

65 : model.setProperty(INTERFACES, biList);

3. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddButtonListener.java :

95 : dialog.setTitle(EJBUIMessages.chooseInterface);

4. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddButtonListener.java :

98 : if (dialog.open() == BusinessInterfaceSelectionDialog.OK) {

Source File: org/eclipse/jst/ejb/ui/internal/wizard/AddEnterpriseBeanWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

17 : import org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage;

3. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

26 : public class AddEnterpriseBeanWizardPage extends NewJavaClassOptionsWizardPage {

4. WARNING: DiscouragedReference

Discouraged access: The constructor NewJavaClassOptionsWizardPage(IDataModel, String, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

29 : super(model, pageName, pageDesc, pageTitle);

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

35 : stubLabel.setText(J2EEUIMessages.JAVA_CLASS_METHOD_STUBS_LABEL);

6. WARNING: DiscouragedReference

Discouraged access: The field JAVA_CLASS_METHOD_STUBS_LABEL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

35 : stubLabel.setText(J2EEUIMessages.JAVA_CLASS_METHOD_STUBS_LABEL);

7. WARNING: DiscouragedReference

Discouraged access: The field inheritButton from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

47 : inheritButton = new Button(buttonCompo, SWT.CHECK);

8. WARNING: DiscouragedReference

Discouraged access: The field inheritButton from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

48 : inheritButton.setText(J2EEUIMessages.JAVA_CLASS_INHERIT_CHECKBOX_LABEL);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

48 : inheritButton.setText(J2EEUIMessages.JAVA_CLASS_INHERIT_CHECKBOX_LABEL);

10. WARNING: DiscouragedReference

Discouraged access: The field JAVA_CLASS_INHERIT_CHECKBOX_LABEL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

48 : inheritButton.setText(J2EEUIMessages.JAVA_CLASS_INHERIT_CHECKBOX_LABEL);

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddEnterpriseBeanWizardPage.java :

49 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddEnterpriseBeanWizardPage.java :

49 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

13. WARNING: DiscouragedReference

Discouraged access: The field inheritButton from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

49 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

14. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddEnterpriseBeanWizardPage.java :

49 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

15. WARNING: DiscouragedReference

Discouraged access: The field constructorButton from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

51 : constructorButton = new Button(buttonCompo, SWT.CHECK);

16. WARNING: DiscouragedReference

Discouraged access: The field constructorButton from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

52 : constructorButton.setText(J2EEUIMessages.JAVA_CLASS_CONSTRUCTOR_CHECKBOX_LABEL);

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

52 : constructorButton.setText(J2EEUIMessages.JAVA_CLASS_CONSTRUCTOR_CHECKBOX_LABEL);

18. WARNING: DiscouragedReference

Discouraged access: The field JAVA_CLASS_CONSTRUCTOR_CHECKBOX_LABEL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

52 : constructorButton.setText(J2EEUIMessages.JAVA_CLASS_CONSTRUCTOR_CHECKBOX_LABEL);

19. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddEnterpriseBeanWizardPage.java :

53 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

20. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddEnterpriseBeanWizardPage.java :

53 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

21. WARNING: DiscouragedReference

Discouraged access: The field constructorButton from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddEnterpriseBeanWizardPage.java :

53 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

22. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddEnterpriseBeanWizardPage.java :

53 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/AddMessageDrivenBeanWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizard.java :

18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizard.java :

19 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizard.java :

39 : URL url = (URL) J2EEPlugin.getDefault().getImage("message_bean_wiz"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizard.java :

39 : URL url = (URL) J2EEPlugin.getDefault().getImage("message_bean_wiz"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizard.java :

39 : URL url = (URL) J2EEPlugin.getDefault().getImage("message_bean_wiz"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizard.java :

50 : getDataModel(),

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizard.java :

54 : J2EEProjectUtilities.EJB);

8. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizard.java :

55 : page1.setInfopopID(IEJBUIContextIds.EJB_MESSAGE_BEAN_WIZARD_ADD_MESSAGE_BEAN_PAGE_1);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizard.java :

56 : addPage(page1);

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizard.java :

57 : page2 = new AddMessageDrivenBeanWizardPage(getDataModel(), PAGE_TWO);

11. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizard.java :

58 : page2.setInfopopID(IEJBUIContextIds.EJB_MESSAGE_BEAN_WIZARD_ADD_MESSAGE_BEAN_PAGE_2);

12. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizard.java :

59 : addPage(page2);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/AddMessageDrivenBeanWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddMessageDrivenBeanWizardPage.java :

23 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizardPage.java :

28 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type TypeSearchEngine is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

29 : import org.eclipse.jst.j2ee.internal.dialogs.TypeSearchEngine;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

30 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

5. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

48 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper;

6. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

53 : private class HyperlinkDataModelSynchHelper extends DataModelSynchHelper {

7. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelSynchHelper(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

56 : super(model);

8. WARNING: DiscouragedReference

Discouraged access: The method synchComposite(Widget, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

60 : synchComposite(hyperlink, propertyName, dependentControls);

9. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizardPage.java :

75 : } else if (INTERFACES.equals(propertyName)) {

10. WARNING: DiscouragedReference

Discouraged access: The method synchUIWithModel(String, int) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

87 : super.synchUIWithModel(propertyName, flag);

11. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

92 : String value = getDataModel().getStringProperty(MESSAGE_LISTENER_INTERFACE);

12. WARNING: DiscouragedReference

Discouraged access: The field interfaceViewer from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

103 : if (null != interfaceViewer) {

13. WARNING: DiscouragedReference

Discouraged access: The field interfaceViewer from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

104 : interfaceViewer.setInput(getDataModel().getProperty(INTERFACES));

14. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

104 : interfaceViewer.setInput(getDataModel().getProperty(INTERFACES));

15. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizardPage.java :

104 : interfaceViewer.setInput(getDataModel().getProperty(INTERFACES));

16. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

122 : public DataModelSynchHelper initializeSynchHelper(IDataModel dm) {

17. WARNING: DiscouragedReference

Discouraged access: The method createInterfaceControls(Composite) from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

135 : createInterfaceControls(composite);

18. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

154 : synchHelper.synchText(ejbNameText, EJB_NAME, null);

19. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

154 : synchHelper.synchText(ejbNameText, EJB_NAME, null);

20. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

161 : DataModelPropertyDescriptor[] descriptors = model.getValidPropertyDescriptors(TRANSACTION_TYPE);

21. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

166 : synchHelper.synchCombo(transactionTypeCombo, TRANSACTION_TYPE, null);

22. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

166 : synchHelper.synchCombo(transactionTypeCombo, TRANSACTION_TYPE, null);

23. WARNING: LocalVariableIsNeverUsed

The local variable messageListenerInterface is never read

AddMessageDrivenBeanWizardPage.java :

174 : String messageListenerInterface = getDataModel().getStringProperty(MESSAGE_LISTENER_INTERFACE);

24. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

174 : String messageListenerInterface = getDataModel().getStringProperty(MESSAGE_LISTENER_INTERFACE);

25. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

180 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

26. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizardPage.java :

180 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

27. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddMessageDrivenBeanWizardPage.java :

180 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

28. WARNING: DiscouragedReference

Discouraged access: The type TypeSearchEngine is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

184 : final IJavaSearchScope scope = TypeSearchEngine.createJavaSearchScopeForAProject(javaProject, true, true);

29. WARNING: DiscouragedReference

Discouraged access: The method createJavaSearchScopeForAProject(IJavaProject, boolean, boolean) from the type TypeSearchEngine is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

184 : final IJavaSearchScope scope = TypeSearchEngine.createJavaSearchScopeForAProject(javaProject, true, true);

30. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddMessageDrivenBeanWizardPage.java :

185 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);

31. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddMessageDrivenBeanWizardPage.java :

185 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);

32. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddMessageDrivenBeanWizardPage.java :

185 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);

33. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddMessageDrivenBeanWizardPage.java :

186 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

186 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);

35. WARNING: DiscouragedReference

Discouraged access: The field INTERFACE_SELECTION_DIALOG_TITLE from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddMessageDrivenBeanWizardPage.java :

186 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);

36. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddMessageDrivenBeanWizardPage.java :

187 : if (dialog.open() == Window.OK) {

37. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

190 : getDataModel().setProperty(MESSAGE_LISTENER_INTERFACE, fullyQualifiedName);

38. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddMessageDrivenBeanWizardPage.java :

195 : ((HyperlinkDataModelSynchHelper) synchHelper).synchHyperlink(messageListenerInterfaceHyperlink, MESSAGE_LISTENER_INTERFACE, null);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/AddSessionBeanWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizard.java :

18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizard.java :

19 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizard.java :

39 : URL url = (URL) J2EEPlugin.getDefault().getImage("session_bean_wiz"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizard.java :

39 : URL url = (URL) J2EEPlugin.getDefault().getImage("session_bean_wiz"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizard.java :

39 : URL url = (URL) J2EEPlugin.getDefault().getImage("session_bean_wiz"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizard.java :

50 : getDataModel(),

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizard.java :

54 : J2EEProjectUtilities.EJB);

8. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizard.java :

55 : page1.setInfopopID(IEJBUIContextIds.EJB_SESSION_BEAN_WIZARD_ADD_SESSION_BEAN_PAGE_1);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizard.java :

56 : addPage(page1);

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizard.java :

57 : page2 = new AddSessionBeanWizardPage(getDataModel(), PAGE_TWO);

11. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizard.java :

58 : page2.setInfopopID(IEJBUIContextIds.EJB_SESSION_BEAN_WIZARD_ADD_SESSION_BEAN_PAGE_2);

12. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizard.java :

59 : addPage(page2);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/AddSessionBeanWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

31 : import org.eclipse.jdt.internal.ui.preferences.ScrolledPageContent;

2. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);

3. WARNING: DiscouragedReference

Discouraged access: The constructor ScrolledPageContent(Composite) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);

4. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);

5. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

71 : Composite composite = pageContent.getBody();

6. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

84 : synchHelper.synchText(ejbNameText, EJB_NAME, null);

7. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

84 : synchHelper.synchText(ejbNameText, EJB_NAME, null);

8. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

91 : synchHelper.synchText(mappedNameText, MAPPED_NAME, null);

9. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

91 : synchHelper.synchText(mappedNameText, MAPPED_NAME, null);

10. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

98 : DataModelPropertyDescriptor[] descriptors = model.getValidPropertyDescriptors(TRANSACTION_TYPE);

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

104 : synchHelper.synchCombo(transactionTypeCombo, TRANSACTION_TYPE, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

104 : synchHelper.synchCombo(transactionTypeCombo, TRANSACTION_TYPE, null);

13. WARNING: DiscouragedReference

Discouraged access: The method createInterfaceControls(Composite) from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddSessionBeanWizardPage.java :

107 : createInterfaceControls(composite);

14. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

133 : synchHelper.synchCheckbox(local2xCheck, LOCAL_HOME, null);

15. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

133 : synchHelper.synchCheckbox(local2xCheck, LOCAL_HOME, null);

16. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

135 : Session2xInterfacesTableRow localRow = new Session2xInterfacesTableRow("L", model.getStringProperty(LOCAL_COMPONENT_INTERFACE), LOCAL_COMPONENT_INTERFACE);

17. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

136 : Session2xInterfacesTableRow localRowHome = new Session2xInterfacesTableRow("LH", model.getStringProperty(LOCAL_HOME_INTERFACE), LOCAL_HOME_INTERFACE);

18. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

138 : localIntfTable = new Session2xInterfacesTable(othersComposite, new String[0], model, localTableRows);

19. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

139 : localIntfTable.getTable().setEnabled(model.getBooleanProperty(LOCAL_HOME));

20. WARNING: LocalVariableIsNeverUsed

The local variable gridData1 is never read

AddSessionBeanWizardPage.java :

143 : GridData gridData1 = new GridData();

21. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

162 : synchHelper.synchCheckbox(remote2xCheck, REMOTE_HOME, null);

22. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

162 : synchHelper.synchCheckbox(remote2xCheck, REMOTE_HOME, null);

23. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

164 : Session2xInterfacesTableRow remoteRow = new Session2xInterfacesTableRow("R", model.getStringProperty(REMOTE_COMPONENT_INTERFACE), REMOTE_COMPONENT_INTERFACE);

24. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

165 : Session2xInterfacesTableRow remoteRowHome = new Session2xInterfacesTableRow("RH", model.getStringProperty(REMOTE_HOME_INTERFACE), REMOTE_HOME_INTERFACE);

25. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

167 : remoteIntfTable = new Session2xInterfacesTable(othersComposite, new String[0], model, remoteTableRows);

26. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

168 : remoteIntfTable.getTable().setEnabled(model.getBooleanProperty(REMOTE_HOME));

27. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddSessionBeanWizardPage.java :

186 : super.enter();

28. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

202 : AddButtonListener listener = new AddButtonListener(this, model);

29. WARNING: DiscouragedReference

Discouraged access: The field interfaceViewer from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddSessionBeanWizardPage.java :

209 : IStructuredSelection selection = (IStructuredSelection) interfaceViewer.getSelection();

30. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

215 : model.setBooleanProperty(LOCAL, false);

31. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

217 : model.setBooleanProperty(REMOTE, false);

32. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

226 : Collection<BusinessInterface> biList = (Collection<BusinessInterface>) model

33. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizardPage.java :

227 : .getProperty(INTERFACES);

34. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

229 : model.setProperty(INTERFACES, biList);

35. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizardPage.java :

229 : model.setProperty(INTERFACES, biList);

36. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

230 : model.setProperty(BUSINESS_INTERFACES, biList);

37. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

234 : Object biList = getDataModel().getProperty(INTERFACES);

38. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddSessionBeanWizardPage.java :

234 : Object biList = getDataModel().getProperty(INTERFACES);

39. WARNING: DiscouragedReference

Discouraged access: The field interfaceViewer from the type NewJavaClassOptionsWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

AddSessionBeanWizardPage.java :

235 : interfaceViewer.setInput(biList);

40. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

241 : Session2xInterfacesTableRow localRow = new Session2xInterfacesTableRow("L", model.getStringProperty(LOCAL_COMPONENT_INTERFACE), LOCAL_COMPONENT_INTERFACE);

41. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

243 : Session2xInterfacesTableRow localRowHome = new Session2xInterfacesTableRow("LH", model.getStringProperty(LOCAL_HOME_INTERFACE), LOCAL_HOME_INTERFACE);

42. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

250 : Session2xInterfacesTableRow remoteRow = new Session2xInterfacesTableRow("R", model.getStringProperty(REMOTE_COMPONENT_INTERFACE), REMOTE_COMPONENT_INTERFACE);

43. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

252 : Session2xInterfacesTableRow remoteRowHome = new Session2xInterfacesTableRow("RH", model.getStringProperty(REMOTE_HOME_INTERFACE), REMOTE_HOME_INTERFACE);

44. WARNING: DiscouragedReference

Discouraged access: The method updateControls() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AddSessionBeanWizardPage.java :

260 : super.updateControls();

45. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

265 : protected ScrolledPageContent getParentScrolledComposite(Control control) {

46. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

267 : while (!(parent instanceof ScrolledPageContent) && parent != null) {

47. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

270 : if (parent instanceof ScrolledPageContent) {

48. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

271 : return (ScrolledPageContent) parent;

49. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

AddSessionBeanWizardPage.java :

277 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/BusinessInterfaceLabelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

24 : return J2EEUIPlugin.getDefault().getImage("local_interface_overlay_obj"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

24 : return J2EEUIPlugin.getDefault().getImage("local_interface_overlay_obj"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

24 : return J2EEUIPlugin.getDefault().getImage("local_interface_overlay_obj"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

27 : return J2EEUIPlugin.getDefault().getImage("remote_interface_overlay_obj"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

27 : return J2EEUIPlugin.getDefault().getImage("remote_interface_overlay_obj"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

BusinessInterfaceLabelProvider.java :

27 : return J2EEUIPlugin.getDefault().getImage("remote_interface_overlay_obj"); //$NON-NLS-1$

Source File: org/eclipse/jst/ejb/ui/internal/wizard/BusinessInterfaceSelectionDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BusinessInterfaceSelectionDialog.java :

20 : import org.eclipse.jdt.internal.ui.dialogs.OpenTypeSelectionDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BusinessInterfaceSelectionDialog.java :

34 : public class BusinessInterfaceSelectionDialog extends OpenTypeSelectionDialog {

3. WARNING: DiscouragedReference

Discouraged access: The constructor OpenTypeSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int, TypeSelectionExtension) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

BusinessInterfaceSelectionDialog.java :

48 : super(parent, false, context, scope, elementKinds, extension);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/EJBClientComponentCreationWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type EjbClientJarCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientComponentCreationWizard.java :

14 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.EjbClientJarCreationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizard.java :

19 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

5. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizard.java :

21 : public class EJBClientComponentCreationWizard extends DataModelWizard {

6. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizard.java :

28 : super(model);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

30 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.CLIENT_BANNER));

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

30 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.CLIENT_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

30 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.CLIENT_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

30 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.CLIENT_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The field CLIENT_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizard.java :

30 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.CLIENT_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizard.java :

37 : super();

13. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizard.java :

47 : addPage(new EJBClientComponentCreationWizardPage(getDataModel(), PAGE_ONE));

14. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizard.java :

47 : addPage(new EJBClientComponentCreationWizardPage(getDataModel(), PAGE_ONE));

15. WARNING: DiscouragedReference

Discouraged access: The constructor EjbClientJarCreationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientComponentCreationWizard.java :

60 : return new EjbClientJarCreationDataModelProvider();

16. WARNING: DiscouragedReference

Discouraged access: The type EjbClientJarCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientComponentCreationWizard.java :

60 : return new EjbClientJarCreationDataModelProvider();

Source File: org/eclipse/jst/ejb/ui/internal/wizard/EJBClientComponentCreationWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

18 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientProjectCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientComponentCreationWizardPage.java :

19 : import org.eclipse.jst.j2ee.internal.ejb.archiveoperations.IEjbClientProjectCreationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

20 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

32 : public class EJBClientComponentCreationWizardPage extends DataModelWizardPage implements IEjbClientProjectCreationDataModelProperties{

6. WARNING: DiscouragedReference

Discouraged access: The type IEjbClientProjectCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBClientComponentCreationWizardPage.java :

32 : public class EJBClientComponentCreationWizardPage extends DataModelWizardPage implements IEjbClientProjectCreationDataModelProperties{

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

41 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

8. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

41 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

41 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

10. WARNING: DiscouragedReference

Discouraged access: The field NAME_LABEL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

41 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

11. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

49 : super(model, pageName);

12. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String, String, ImageDescriptor) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

61 : super(model, pageName, title, titleImage);

13. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

77 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P2);

14. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

77 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P2);

15. WARNING: DiscouragedReference

Discouraged access: The field NEW_EJB_WIZARD_P2 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBClientComponentCreationWizardPage.java :

77 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P2);

16. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

99 : synchHelper.synchText(projectNameText, PROJECT_NAME, new Control[]{projectNameLabel});

17. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

99 : synchHelper.synchText(projectNameText, PROJECT_NAME, new Control[]{projectNameLabel});

18. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

115 : synchHelper.synchText(selectedProjectName, EJB_PROJECT_NAME, new Control[]{selectedProjectLabel});

19. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

115 : synchHelper.synchText(selectedProjectName, EJB_PROJECT_NAME, new Control[]{selectedProjectLabel});

20. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

121 : String projectName = model.getStringProperty(EJB_PROJECT_NAME);

21. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

158 : super.dispose();

22. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

162 : super.enter();

23. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

177 : synchHelper.synchText(clientJarURI, CLIENT_URI, new Control[]{clientJarURILabel});

24. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBClientComponentCreationWizardPage.java :

177 : synchHelper.synchText(clientJarURI, CLIENT_URI, new Control[]{clientJarURILabel});

Source File: org/eclipse/jst/ejb/ui/internal/wizard/EJBComponentExportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBComponentExportWizard.java :

13 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentExportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactExportWizard;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

28 : public final class EJBComponentExportWizard extends J2EEArtifactExportWizard implements IExportWizard {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

38 : super();

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

49 : super(model);

8. WARNING: DiscouragedReference

Discouraged access: The constructor EJBComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBComponentExportWizard.java :

53 : return new EJBComponentExportDataModelProvider();

9. WARNING: DiscouragedReference

Discouraged access: The type EJBComponentExportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBComponentExportWizard.java :

53 : return new EJBComponentExportDataModelProvider();

10. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBComponentExportWizard.java :

64 : addPage(new EJBExportPage(getDataModel(), MAIN_PG, getSelection()));

11. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBComponentExportWizard.java :

64 : addPage(new EJBExportPage(getDataModel(), MAIN_PG, getSelection()));

12. WARNING: DiscouragedReference

Discouraged access: The field MAIN_PG from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

64 : addPage(new EJBExportPage(getDataModel(), MAIN_PG, getSelection()));

13. WARNING: DiscouragedReference

Discouraged access: The method getSelection() from the type J2EEArtifactExportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

64 : addPage(new EJBExportPage(getDataModel(), MAIN_PG, getSelection()));

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

15. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

16. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

18. WARNING: DiscouragedReference

Discouraged access: The field EJB_EXPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentExportWizard.java :

75 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

Source File: org/eclipse/jst/ejb/ui/internal/wizard/EJBComponentImportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

14 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EJBComponentImportPage.java :

17 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleImportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

18 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleImportPage;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleImportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

29 : public class EJBComponentImportPage extends J2EEModuleImportPage {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEModuleImportPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

35 : super(model, pageName);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The field EJB_IMPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

13. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBComponentImportPage.java :

58 : setInfopopID(IJ2EEUIContextIds.IMPORT_EJB_WIZARD_P1);

14. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

58 : setInfopopID(IJ2EEUIContextIds.IMPORT_EJB_WIZARD_P1);

15. WARNING: DiscouragedReference

Discouraged access: The field IMPORT_EJB_WIZARD_P1 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

58 : setInfopopID(IJ2EEUIContextIds.IMPORT_EJB_WIZARD_P1);

16. WARNING: DiscouragedReference

Discouraged access: The method createTopLevelComposite(Composite) from the type J2EEModuleImportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportPage.java :

59 : return super.createTopLevelComposite(parent);

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EJBComponentImportPage.java :

72 : return J2EEProjectUtilities.EJB;

Source File: org/eclipse/jst/ejb/ui/internal/wizard/EJBComponentImportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBComponentImportWizard.java :

13 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

17 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentImportWizard;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

29 : public final class EJBComponentImportWizard extends J2EEComponentImportWizard {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentImportWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

38 : super();

8. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentImportWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

51 : super(model);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBComponentImportWizard.java :

60 : addPage(new EJBComponentImportPage(getDataModel(), MAIN_PG));

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EJBComponentImportWizard.java :

60 : addPage(new EJBComponentImportPage(getDataModel(), MAIN_PG));

11. WARNING: DiscouragedReference

Discouraged access: The field MAIN_PG from the type J2EEArtifactImportWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

60 : addPage(new EJBComponentImportPage(getDataModel(), MAIN_PG));

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

13. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

15. WARNING: DiscouragedReference

Discouraged access: The field IMPORT_WIZ_TITLE from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

71 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

17. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

18. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

20. WARNING: DiscouragedReference

Discouraged access: The field EJB_IMPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBComponentImportWizard.java :

72 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_IMPORT_WIZARD_BANNER));

21. WARNING: DiscouragedReference

Discouraged access: The constructor EJBComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBComponentImportWizard.java :

81 : return new EJBComponentImportDataModelProvider();

22. WARNING: DiscouragedReference

Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EJBComponentImportWizard.java :

81 : return new EJBComponentImportDataModelProvider();

Source File: org/eclipse/jst/ejb/ui/internal/wizard/EJBExportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

21 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

24 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleExportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

25 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleExportPage;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleExportPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

35 : public class EJBExportPage extends J2EEModuleExportPage {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEModuleExportPage(IDataModel, String, IStructuredSelection) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

41 : super(model, pageName, selection);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The field EJB_EXPORT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_EXPORT_WIZARD_BANNER));

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.EJB_PROJ_LBL);

14. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.EJB_PROJ_LBL);

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.EJB_PROJ_LBL);

16. WARNING: DiscouragedReference

Discouraged access: The field EJB_PROJ_LBL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

54 : return J2EEUIMessages.getResourceString(J2EEUIMessages.EJB_PROJ_LBL);

17. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

76 : return IJ2EEUIContextIds.EXPORT_EJB_WIZARD_P1;

18. WARNING: DiscouragedReference

Discouraged access: The field EXPORT_EJB_WIZARD_P1 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EJBExportPage.java :

76 : return IJ2EEUIContextIds.EXPORT_EJB_WIZARD_P1;

Source File: org/eclipse/jst/ejb/ui/internal/wizard/NewEnterpriseBeanClassWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEnterpriseBeanClassWizardPage.java :

17 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

18 : import org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage;

3. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

24 : public class NewEnterpriseBeanClassWizardPage extends NewJavaClassWizardPage {

4. WARNING: DiscouragedReference

Discouraged access: The constructor NewJavaClassWizardPage(IDataModel, String, String, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

28 : super(model, pageName, pageDesc, pageTitle, moduleType);

5. WARNING: DiscouragedReference

Discouraged access: The method createTopLevelComposite(Composite) from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

33 : Composite composite = super.createTopLevelComposite(parent);

6. WARNING: DiscouragedReference

Discouraged access: The field projectNameLabel from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

35 : projectNameLabel.setText(EJBUIMessages.EJB_PROJECT_LBL);

7. WARNING: DiscouragedReference

Discouraged access: The method isProjectValid(IProject) from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

42 : boolean result = super.isProjectValid(project);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEnterpriseBeanClassWizardPage.java :

43 : result = result && J2EEProjectUtilities.isJEEProject(project);

9. WARNING: DiscouragedReference

Discouraged access: The method isJEEProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEnterpriseBeanClassWizardPage.java :

43 : result = result && J2EEProjectUtilities.isJEEProject(project);

10. WARNING: DiscouragedReference

Discouraged access: The method getExtendedSelectedProject(Object) from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanClassWizardPage.java :

57 : return super.getExtendedSelectedProject(selection);

Source File: org/eclipse/jst/ejb/ui/internal/wizard/NewEnterpriseBeanWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEEditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanWizard.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEEditorUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanWizard.java :

27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

36 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

38 : public abstract class NewEnterpriseBeanWizard extends DataModelWizard implements INewWizard {

5. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

44 : super(model);

6. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

51 : super();

7. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

55 : getDataModel();

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanWizard.java :

59 : IWorkbenchWindow window = J2EEUIPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow();

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanWizard.java :

59 : IWorkbenchWindow window = J2EEUIPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow();

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

71 : String className = getDataModel().getStringProperty(QUALIFIED_CLASS_NAME);

11. WARNING: DiscouragedReference

Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEnterpriseBeanWizard.java :

71 : String className = getDataModel().getStringProperty(QUALIFIED_CLASS_NAME);

12. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

72 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

13. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEnterpriseBeanWizard.java :

72 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEEditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanWizard.java :

73 : IJavaProject javaProject = J2EEEditorUtility.getJavaProject(p);

15. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject(IProject) from the type J2EEEditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewEnterpriseBeanWizard.java :

73 : IJavaProject javaProject = J2EEEditorUtility.getJavaProject(p);

16. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

84 : if (getDataModel().getBooleanProperty(OPEN_IN_EDITOR)) {

17. WARNING: DiscouragedReference

Discouraged access: The field OPEN_IN_EDITOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEnterpriseBeanWizard.java :

84 : if (getDataModel().getBooleanProperty(OPEN_IN_EDITOR)) {

18. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewEnterpriseBeanWizard.java :

102 : return getDataModel().isValid();

Source File: org/eclipse/jst/ejb/ui/internal/wizard/NewMessageDrivenBeanClassWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The method addSeperator(Composite, int) from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewMessageDrivenBeanClassWizardPage.java :

44 : addSeperator(composite, 3);

2. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

49 : synchHelper.synchText(destinationText, MAPPED_NAME, null);

3. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

49 : synchHelper.synchText(destinationText, MAPPED_NAME, null);

4. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

62 : synchHelper.synchCheckbox(jmsCheckbox, JMS, null);

5. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

62 : synchHelper.synchCheckbox(jmsCheckbox, JMS, null);

6. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

77 : DataModelPropertyDescriptor[] descriptors = model.getValidPropertyDescriptors(DESTINATION_TYPE);

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

82 : synchHelper.synchCombo(destinationTypeCombo, DESTINATION_TYPE, null);

8. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

82 : synchHelper.synchCombo(destinationTypeCombo, DESTINATION_TYPE, null);

9. WARNING: DiscouragedReference

Discouraged access: The method getValidationPropertyNames() from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewMessageDrivenBeanClassWizardPage.java :

88 : String[] base = super.getValidationPropertyNames();

10. WARNING: DiscouragedReference

Discouraged access: The method updateControls() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewMessageDrivenBeanClassWizardPage.java :

97 : super.updateControls();

Source File: org/eclipse/jst/ejb/ui/internal/wizard/NewSessionBeanClassWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The method addSeperator(Composite, int) from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewSessionBeanClassWizardPage.java :

55 : addSeperator(composite, 3);

2. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

62 : DataModelPropertyDescriptor[] descriptors = model.getValidPropertyDescriptors(STATE_TYPE);

3. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

67 : synchHelper.synchCombo(stateTypeCombo, STATE_TYPE, null);

4. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

67 : synchHelper.synchCombo(stateTypeCombo, STATE_TYPE, null);

5. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

80 : synchHelper.synchCheckbox(remoteCheckbox, REMOTE, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

80 : synchHelper.synchCheckbox(remoteCheckbox, REMOTE, null);

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

83 : synchHelper.synchText(remoteInterfaceName, REMOTE_BUSINESS_INTERFACE, null);

8. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

83 : synchHelper.synchText(remoteInterfaceName, REMOTE_BUSINESS_INTERFACE, null);

9. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

88 : synchHelper.synchCheckbox(localCheckbox, LOCAL, null);

10. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

88 : synchHelper.synchCheckbox(localCheckbox, LOCAL, null);

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

91 : synchHelper.synchText(localInterfaceName, LOCAL_BUSINESS_INTERFACE, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewSessionBeanClassWizardPage.java :

91 : synchHelper.synchText(localInterfaceName, LOCAL_BUSINESS_INTERFACE, null);

13. WARNING: DiscouragedReference

Discouraged access: The method getValidationPropertyNames() from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

NewSessionBeanClassWizardPage.java :

102 : String[] baseVals = super.getValidationPropertyNames();

Source File: org/eclipse/jst/ejb/ui/internal/wizard/Session2xInterfacesTable.java
1. WARNING: DiscouragedReference

Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

Session2xInterfacesTable.java :

19 : import org.eclipse.jdt.internal.ui.dialogs.OpenTypeSelectionDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

Session2xInterfacesTable.java :

121 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);

3. WARNING: DiscouragedReference

Discouraged access: The constructor OpenTypeSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

Session2xInterfacesTable.java :

121 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);

4. WARNING: DiscouragedReference

Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

Session2xInterfacesTable.java :

121 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);

5. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

Session2xInterfacesTable.java :

138 : if (dialog.open() != IDialogConstants.OK_ID)

6. WARNING: LocalVariableIsNeverUsed

The local variable size is never read

Session2xInterfacesTable.java :

222 : Point size = table.getSize();

Source File: org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

15 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type IEjbFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EjbFacetInstallPage.java :

16 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.IEjbFacetInstallDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

17 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

18 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleFacetInstallPage;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

31 : public class EjbFacetInstallPage extends J2EEModuleFacetInstallPage

6. WARNING: DiscouragedReference

Discouraged access: The type IEjbFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EjbFacetInstallPage.java :

32 : implements IEjbFacetInstallDataModelProperties{

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

34 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

8. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

34 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

34 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

10. WARNING: DiscouragedReference

Discouraged access: The field NAME_LABEL from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

34 : private static final String MODULE_NAME_UI = J2EEUIMessages.getResourceString(J2EEUIMessages.NAME_LABEL);

11. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEModuleFacetInstallPage(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

47 : super("ejb.facet.install.page"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

58 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P3);

13. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

58 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P3);

14. WARNING: DiscouragedReference

Discouraged access: The field NEW_EJB_WIZARD_P3 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

58 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P3);

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

65 : this.configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

16. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

65 : this.configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

65 : this.configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

18. WARNING: DiscouragedReference

Discouraged access: The field SOURCEFOLDER from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

65 : this.configFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.SOURCEFOLDER));

19. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

71 : synchHelper.synchText(configFolder, CONFIG_FOLDER, null);

20. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

71 : synchHelper.synchText(configFolder, CONFIG_FOLDER, null);

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

75 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

22. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

75 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

75 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

24. WARNING: DiscouragedReference

Discouraged access: The field OUTPUTFOLDER from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

75 : outputFolderLabel.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.OUTPUTFOLDER));

25. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

81 : synchHelper.synchText(outputFolder, OUTPUT_FOLDER, null);

26. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

81 : synchHelper.synchText(outputFolder, OUTPUT_FOLDER, null);

27. WARNING: DiscouragedReference

Discouraged access: The method createGenerateDescriptorControl(Composite) from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

88 : createGenerateDescriptorControl( composite );

28. WARNING: DiscouragedReference

Discouraged access: The method registerFacetVersionChangeListener() from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

89 : registerFacetVersionChangeListener();

29. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

98 : final IProjectFacetVersion fv = (IProjectFacetVersion) this.model.getProperty( FACET_VERSION );

30. WARNING: DiscouragedReference

Discouraged access: The field addDD from the type J2EEModuleFacetInstallPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

99 : this.addDD.setVisible( fv == EJB_30 );

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

106 : addClient.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.CREATE_EJB_CLIENT_JAR));

32. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

106 : addClient.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.CREATE_EJB_CLIENT_JAR));

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

106 : addClient.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.CREATE_EJB_CLIENT_JAR));

34. WARNING: DiscouragedReference

Discouraged access: The field CREATE_EJB_CLIENT_JAR from the type J2EEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbFacetInstallPage.java :

106 : addClient.setText(J2EEUIMessages.getResourceString(J2EEUIMessages.CREATE_EJB_CLIENT_JAR));

35. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

107 : synchHelper.synchCheckbox(addClient, CREATE_CLIENT, null);

36. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

107 : synchHelper.synchCheckbox(addClient, CREATE_CLIENT, null);

37. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

111 : synchHelper.synchCheckbox(addClient, CREATE_CLIENT, null);

38. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

111 : synchHelper.synchCheckbox(addClient, CREATE_CLIENT, null);

39. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

126 : synchHelper.synchText(clientNameText, CLIENT_NAME, new Control[]{projectNameLabel});

40. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

126 : synchHelper.synchText(clientNameText, CLIENT_NAME, new Control[]{projectNameLabel});

41. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

142 : synchHelper.synchText(clientJarURI, CLIENT_URI, new Control[]{clientJarURILabel});

42. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbFacetInstallPage.java :

142 : synchHelper.synchText(clientJarURI, CLIENT_URI, new Control[]{clientJarURILabel});

Source File: org/eclipse/jst/ejb/ui/project/facet/EjbProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

14 : import org.eclipse.jst.j2ee.internal.actions.IJ2EEUIContextIds;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

16 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbProjectFirstPage.java :

17 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

18 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentFacetCreationWizardPage;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

21 : public class EjbProjectFirstPage extends J2EEComponentFacetCreationWizardPage {

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbProjectFirstPage.java :

24 : return J2EEProjectUtilities.EJB;

8. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentFacetCreationWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

28 : super(model, pageName);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

31 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_PROJECT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

31 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_PROJECT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

31 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_PROJECT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

31 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_PROJECT_WIZARD_BANNER));

13. WARNING: DiscouragedReference

Discouraged access: The field EJB_PROJECT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

31 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.EJB_PROJECT_WIZARD_BANNER));

14. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EjbProjectFirstPage.java :

32 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P1);

15. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

32 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P1);

16. WARNING: DiscouragedReference

Discouraged access: The field NEW_EJB_WIZARD_P1 from the type IJ2EEUIContextIds is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EjbProjectFirstPage.java :

32 : setInfopopID(IJ2EEUIContextIds.NEW_EJB_WIZARD_P1);

Source File: org/eclipse/jst/ejb/ui/project/facet/EjbProjectWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EjbProjectWizard.java :

19 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetProjectCreationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor EjbFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EjbProjectWizard.java :

42 : return DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());

3. WARNING: DiscouragedReference

Discouraged access: The type EjbFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

EjbProjectWizard.java :

42 : return DataModelFactory.createDataModel(new EjbFacetProjectCreationDataModelProvider());