Compiler Report

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

Number of source files: 52 Number of classfiles: 76

Problems: 270 (Errors: 0 Warnings: 270 )

Source File: org/eclipse/wst/command/internal/env/ui/dialog/AntFileImportWizard.java
1. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

51 : import org.eclipse.wst.command.internal.env.common.FileResourceUtils;

2. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

52 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

3. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

53 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

4. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

54 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

5. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

55 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

6. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

56 : import org.eclipse.wst.command.internal.env.plugin.EnvPlugin;

7. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

122 : Plugin sourcePlugin = EnvPlugin.getInstance();

8. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

122 : Plugin sourcePlugin = EnvPlugin.getInstance();

9. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

161 : ProgressUtils.report( monitor, EnvironmentUIMessages.MSG_STATUS_COPYING_ANT_FILES);

10. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AntFileImportWizard.java :

161 : ProgressUtils.report( monitor, EnvironmentUIMessages.MSG_STATUS_COPYING_ANT_FILES);

11. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

164 : ResourceContext context = new TransientResourceContext();

12. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

164 : ResourceContext context = new TransientResourceContext();

13. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

164 : ResourceContext context = new TransientResourceContext();

14. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

166 : IResource resource = FileResourceUtils.findResource(target);

15. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

166 : IResource resource = FileResourceUtils.findResource(target);

16. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

175 : FileResourceUtils.createFile(context, target, source,

17. WARNING: DiscouragedReference

Discouraged access: The method createFile(ResourceContext, IPath, InputStream, IProgressMonitor, IStatusHandler) from the type FileResourceUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AntFileImportWizard.java :

175 : FileResourceUtils.createFile(context, target, source, monitor, (IStatusHandler)new NullStatusHandler());

18. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

182 : FileResourceUtils.createFile(context, target, source,

19. WARNING: DiscouragedReference

Discouraged access: The method createFile(ResourceContext, IPath, InputStream, IProgressMonitor, IStatusHandler) from the type FileResourceUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AntFileImportWizard.java :

182 : FileResourceUtils.createFile(context, target, source, monitor, (IStatusHandler)new NullStatusHandler());

20. WARNING: DiscouragedReference

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

AntFileImportWizard.java :

187 : return StatusUtils.errorStatus(EnvironmentUIMessages.MSG_ERR_COPYING_ANT_FILES, e);

21. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AntFileImportWizard.java :

187 : return StatusUtils.errorStatus(EnvironmentUIMessages.MSG_ERR_COPYING_ANT_FILES, e);

Source File: org/eclipse/wst/command/internal/env/ui/dialog/AntFileImportWizardPage.java
1. WARNING: UnusedImport

The import org.eclipse.swt.widgets.Listener is never used

AntFileImportWizardPage.java :

32 : import org.eclipse.swt.widgets.Listener;

Source File: org/eclipse/wst/command/internal/env/ui/dialog/MessageDialog.java
1. WARNING: DiscouragedReference

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

MessageDialog.java :

36 : import org.eclipse.wst.command.internal.env.common.StringUtils;

2. WARNING: DiscouragedReference

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

MessageDialog.java :

503 : String tabChars = StringUtils.repeat( ' ', nesting * 2 );

3. WARNING: DiscouragedReference

Discouraged access: The method repeat(char, int) from the type StringUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

MessageDialog.java :

503 : String tabChars = StringUtils.repeat( ' ', nesting * 2 );

4. WARNING: DiscouragedReference

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

MessageDialog.java :

511 : String[] trace = StringUtils.getStackTrace( except );

5. WARNING: DiscouragedReference

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

MessageDialog.java :

511 : String[] trace = StringUtils.getStackTrace( except );

Source File: org/eclipse/wst/command/internal/env/ui/eclipse/EclipseStatusHandler.java
1. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

21 : import org.eclipse.wst.command.internal.env.core.EnvironmentCoreMessages;

2. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

22 : import org.eclipse.wst.command.internal.env.eclipse.BaseStatusHandler;

3. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

32 : public class EclipseStatusHandler extends BaseStatusHandler

4. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

52 : checkStatus( status );

5. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

60 : EnvironmentCoreMessages.TITLE_WARNING, //TODO: Should be inferred from status' severity.

6. WARNING: DiscouragedReference

Discouraged access: The field TITLE_WARNING from the type EnvironmentCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

EclipseStatusHandler.java :

60 : EnvironmentCoreMessages.TITLE_WARNING, //TODO: Should be inferred from status' severity.

7. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

85 : checkStatus( status );

8. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

122 : EnvironmentCoreMessages.TITLE_WARNING,

9. WARNING: DiscouragedReference

Discouraged access: The field TITLE_WARNING from the type EnvironmentCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

EclipseStatusHandler.java :

122 : EnvironmentCoreMessages.TITLE_WARNING,

10. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

144 : EnvironmentCoreMessages.TITLE_ERROR,

11. WARNING: DiscouragedReference

Discouraged access: The field TITLE_ERROR from the type EnvironmentCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

EclipseStatusHandler.java :

144 : EnvironmentCoreMessages.TITLE_ERROR,

12. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

160 : checkStatus( status );

13. WARNING: DiscouragedReference

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

EclipseStatusHandler.java :

174 : EnvironmentCoreMessages.TITLE_INFO,

14. WARNING: DiscouragedReference

Discouraged access: The field TITLE_INFO from the type EnvironmentCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

EclipseStatusHandler.java :

174 : EnvironmentCoreMessages.TITLE_INFO,

Source File: org/eclipse/wst/command/internal/env/ui/eclipse/EnvironmentUtils.java
1. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

13 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

2. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

14 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

3. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

15 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

4. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

25 : public static ResourceContext getResourceContext( IEnvironment env )

5. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

27 : ResourceContext context = null;

6. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

29 : if( env instanceof EclipseEnvironment )

7. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

31 : context = ((EclipseEnvironment)env).getResourceContext();

8. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

31 : context = ((EclipseEnvironment)env).getResourceContext();

9. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

35 : context = new TransientResourceContext();

10. WARNING: DiscouragedReference

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

EnvironmentUtils.java :

35 : context = new TransientResourceContext();

Source File: org/eclipse/wst/command/internal/env/ui/eclipse/SWTEnvironmentManager.java
1. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

11 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;

2. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

12 : import org.eclipse.wst.command.internal.env.eclipse.BaseEclipseEnvironment;

3. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

13 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

4. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

20 : public static BaseEclipseEnvironment getNewSWTEnvironment()

5. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

22 : PersistentResourceContext context = PersistentResourceContext.getInstance();

6. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

22 : PersistentResourceContext context = PersistentResourceContext.getInstance();

7. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

22 : PersistentResourceContext context = PersistentResourceContext.getInstance();

8. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

24 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

9. WARNING: DiscouragedReference

Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

SWTEnvironmentManager.java :

24 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

10. WARNING: DiscouragedReference

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

SWTEnvironmentManager.java :

24 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

Source File: org/eclipse/wst/command/internal/env/ui/preferences/ActionDialogsPreferencePage.java
1. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

34 : import org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext;

2. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

35 : import org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType;

3. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

147 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

4. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

147 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

5. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

147 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

6. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

148 : ActionDialogPreferenceType[] dialogs = context.getDialogs();

7. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

148 : ActionDialogPreferenceType[] dialogs = context.getDialogs();

8. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

152 : ActionDialogPreferenceType dialog = dialogs[i];

9. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

153 : String category = dialog.getCategory();

10. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

155 : if( dialog.getShowCheckbox() && category != null && category.equals( categoryId_) )

11. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

157 : Button checkBox = createCheckBox(parent, dialog.getName());

12. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

158 : checkBox.setToolTipText( dialog.getTooltip() );

13. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

159 : PlatformUI.getWorkbench().getHelpSystem().setHelp(checkBox, dialog.getInfopop() );

14. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

160 : checkBoxes_.put(dialog.getId(), checkBox);

15. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

207 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

16. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

207 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

17. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

207 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

18. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

213 : dialog.setSelection(context.getDefaultBoolean(id));

19. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

222 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

20. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

222 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

21. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

222 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

22. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

228 : button.setSelection(context.isActionDialogEnabled(id));

23. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

237 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

24. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

237 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

25. WARNING: DiscouragedReference

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

ActionDialogsPreferencePage.java :

237 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

26. WARNING: DiscouragedReference

Discouraged access: The method setActionDialogEnabled(String, boolean) from the type PersistentActionDialogsContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

ActionDialogsPreferencePage.java :

243 : context.setActionDialogEnabled(id, ((Button)checkBoxes_.get(id)).getSelection());

Source File: org/eclipse/wst/command/internal/env/ui/registry/WidgetRegistry.java
1. WARNING: UnusedPrivateField

The field WidgetRegistry.Entry.id_ is never read locally

WidgetRegistry.java :

106 : String id_;

Source File: org/eclipse/wst/command/internal/env/ui/widgets/CanFinishRegistry.java
1. WARNING: DiscouragedReference

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

CanFinishRegistry.java :

13 : import org.eclipse.wst.command.internal.env.core.common.Condition;

2. WARNING: DiscouragedReference

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

CanFinishRegistry.java :

28 : public void addCondition( Condition condition );

Source File: org/eclipse/wst/command/internal/env/ui/widgets/CommandWidgetBinding.java
1. WARNING: DiscouragedReference

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

CommandWidgetBinding.java :

13 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

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

CommandWidgetBinding.java :

14 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentFactoryFactory;

3. WARNING: DiscouragedReference

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

CommandWidgetBinding.java :

17 : public interface CommandWidgetBinding extends CommandFragmentFactoryFactory

4. WARNING: DiscouragedReference

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

CommandWidgetBinding.java :

33 : public void registerDataMappings( DataMappingRegistry dataRegistry );

Source File: org/eclipse/wst/command/internal/env/ui/widgets/CommandWidgetBindingList.java
1. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

15 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

16 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

3. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

17 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentFactory;

4. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

18 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

5. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

25 : private CommandFragmentFactory factory_;

6. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

65 : public void registerDataMappings(DataMappingRegistry dataRegistry)

7. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

93 : public CommandFragmentFactory create()

8. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

97 : factory_ = new CommandFragmentFactory()

9. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

99 : public CommandFragment create()

10. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

101 : SequenceFragment fragmentList = new SequenceFragment();

11. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

101 : SequenceFragment fragmentList = new SequenceFragment();

12. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

101 : SequenceFragment fragmentList = new SequenceFragment();

13. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

106 : CommandFragment fragment = (CommandFragment)fragments_.elementAt( index );

14. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

106 : CommandFragment fragment = (CommandFragment)fragments_.elementAt( index );

15. WARNING: DiscouragedReference

Discouraged access: The method add(CommandFragment) from the type SequenceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

CommandWidgetBindingList.java :

110 : fragmentList.add( fragment );

16. WARNING: DiscouragedReference

Discouraged access: The method add(CommandFragment) from the type SequenceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

CommandWidgetBindingList.java :

117 : fragmentList.add( binding.create().create() );

17. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

117 : fragmentList.add( binding.create().create() );

18. WARNING: DiscouragedReference

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

CommandWidgetBindingList.java :

117 : fragmentList.add( binding.create().create() );

Source File: org/eclipse/wst/command/internal/env/ui/widgets/DynamicWizard.java
1. WARNING: DiscouragedReference

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

DynamicWizard.java :

37 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;

2. WARNING: DiscouragedReference

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

DynamicWizard.java :

38 : import org.eclipse.wst.command.internal.env.core.common.Condition;

3. WARNING: DiscouragedReference

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

DynamicWizard.java :

39 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

4. WARNING: DiscouragedReference

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

DynamicWizard.java :

40 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;

5. WARNING: DiscouragedReference

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

DynamicWizard.java :

41 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistryImpl;

6. WARNING: DiscouragedReference

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

DynamicWizard.java :

42 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

7. WARNING: DiscouragedReference

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

DynamicWizard.java :

43 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

8. WARNING: DiscouragedReference

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

DynamicWizard.java :

44 : import org.eclipse.wst.command.internal.env.core.fragment.SimpleFragment;

9. WARNING: DiscouragedReference

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

DynamicWizard.java :

45 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

10. WARNING: DiscouragedReference

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

DynamicWizard.java :

234 : ResourceContext context = PersistentResourceContext.getInstance().copy();

11. WARNING: DiscouragedReference

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

DynamicWizard.java :

234 : ResourceContext context = PersistentResourceContext.getInstance().copy();

12. WARNING: DiscouragedReference

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

DynamicWizard.java :

234 : ResourceContext context = PersistentResourceContext.getInstance().copy();

13. WARNING: DiscouragedReference

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

DynamicWizard.java :

234 : ResourceContext context = PersistentResourceContext.getInstance().copy();

14. WARNING: DiscouragedReference

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

DynamicWizard.java :

236 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

15. WARNING: DiscouragedReference

Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

DynamicWizard.java :

236 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

16. WARNING: DiscouragedReference

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

DynamicWizard.java :

236 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

17. WARNING: DiscouragedReference

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

DynamicWizard.java :

238 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

18. WARNING: DiscouragedReference

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

DynamicWizard.java :

238 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

19. WARNING: DiscouragedReference

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

DynamicWizard.java :

238 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

20. WARNING: DiscouragedReference

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

DynamicWizard.java :

240 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );

21. WARNING: DiscouragedReference

Discouraged access: The constructor DataFlowManager(DataMappingRegistryImpl, IEnvironment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DynamicWizard.java :

240 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );

22. WARNING: DiscouragedReference

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

DynamicWizard.java :

240 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );

23. WARNING: DiscouragedReference

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

DynamicWizard.java :

287 : Condition canFinish = new Condition()

24. WARNING: DiscouragedReference

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

DynamicWizard.java :

287 : Condition canFinish = new Condition()

25. WARNING: DiscouragedReference

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

DynamicWizard.java :

347 : Condition condition = (Condition)canFinishRegistry_.elementAt( index );

26. WARNING: DiscouragedReference

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

DynamicWizard.java :

347 : Condition condition = (Condition)canFinishRegistry_.elementAt( index );

27. WARNING: DiscouragedReference

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

DynamicWizard.java :

349 : result = condition.evaluate();

28. WARNING: DiscouragedReference

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

DynamicWizard.java :

406 : protected CommandFragment getRootFragment( IStructuredSelection selection, WizardPageManager pageManager )

29. WARNING: DiscouragedReference

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

DynamicWizard.java :

408 : SequenceFragment root = new SequenceFragment();

30. WARNING: DiscouragedReference

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

DynamicWizard.java :

408 : SequenceFragment root = new SequenceFragment();

31. WARNING: DiscouragedReference

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

DynamicWizard.java :

408 : SequenceFragment root = new SequenceFragment();

32. WARNING: DiscouragedReference

Discouraged access: The method add(CommandFragment) from the type SequenceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DynamicWizard.java :

410 : root.add( new SimpleFragment( new SelectionCommand( selection ), "" ) ); //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

DynamicWizard.java :

410 : root.add( new SimpleFragment( new SelectionCommand( selection ), "" ) ); //$NON-NLS-1$

34. WARNING: DiscouragedReference

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

DynamicWizard.java :

410 : root.add( new SimpleFragment( new SelectionCommand( selection ), "" ) ); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The method add(CommandFragment) from the type SequenceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DynamicWizard.java :

411 : root.add( new SimpleFragment( new CurrentPageCommand( pageManager ), "" ) ); //$NON-NLS-1$

36. WARNING: DiscouragedReference

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

DynamicWizard.java :

411 : root.add( new SimpleFragment( new CurrentPageCommand( pageManager ), "" ) ); //$NON-NLS-1$

37. WARNING: DiscouragedReference

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

DynamicWizard.java :

411 : root.add( new SimpleFragment( new CurrentPageCommand( pageManager ), "" ) ); //$NON-NLS-1$

38. WARNING: DiscouragedReference

Discouraged access: The method add(CommandFragment) from the type SequenceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DynamicWizard.java :

412 : root.add( commandWidgetBinding_.create().create() );

39. WARNING: DiscouragedReference

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

DynamicWizard.java :

412 : root.add( commandWidgetBinding_.create().create() );

40. WARNING: DiscouragedReference

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

DynamicWizard.java :

412 : root.add( commandWidgetBinding_.create().create() );

41. WARNING: DiscouragedReference

Discouraged access: The method add(CommandFragment) from the type SequenceFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DynamicWizard.java :

413 : root.add( new SimpleFragment( dataObjectCommand_, "" )); //$NON-NLS-1$

42. WARNING: DiscouragedReference

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

DynamicWizard.java :

413 : root.add( new SimpleFragment( dataObjectCommand_, "" )); //$NON-NLS-1$

43. WARNING: DiscouragedReference

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

DynamicWizard.java :

413 : root.add( new SimpleFragment( dataObjectCommand_, "" )); //$NON-NLS-1$

Source File: org/eclipse/wst/command/internal/env/ui/widgets/INamedWidgetContributorFactory.java
1. WARNING: DiscouragedReference

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

INamedWidgetContributorFactory.java :

14 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

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

INamedWidgetContributorFactory.java :

37 : public void registerDataMappings( DataMappingRegistry dataRegistry );

Source File: org/eclipse/wst/command/internal/env/ui/widgets/SimpleCanFinishRegistry.java
1. WARNING: DiscouragedReference

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

SimpleCanFinishRegistry.java :

15 : import org.eclipse.wst.command.internal.env.core.common.Condition;

2. WARNING: DiscouragedReference

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

SimpleCanFinishRegistry.java :

30 : public void addCondition(Condition condition)

Source File: org/eclipse/wst/command/internal/env/ui/widgets/SimpleCommandEngineManager.java
1. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

24 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;

2. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

25 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

3. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

26 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine;

4. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

27 : import org.eclipse.wst.command.internal.env.core.fragment.FragmentListener;

5. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

28 : import org.eclipse.wst.command.internal.env.eclipse.BaseStatusHandler;

6. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

29 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

7. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

45 : protected CommandFragmentEngine engine_;

8. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

46 : protected DataFlowManager dataManager_;

9. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

47 : protected EclipseEnvironment environment_;

10. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

52 : public SimpleCommandEngineManager( EclipseEnvironment environment, DataFlowManager dataManager )

11. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

52 : public SimpleCommandEngineManager( EclipseEnvironment environment, DataFlowManager dataManager )

12. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

64 : public void setRootFragment( CommandFragment root )

13. WARNING: DiscouragedReference

Discouraged access: The constructor CommandFragmentEngine(CommandFragment, DataFlowManager, IEnvironment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

SimpleCommandEngineManager.java :

66 : engine_ = new CommandFragmentEngine( root, dataManager_, environment_ );

14. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

66 : engine_ = new CommandFragmentEngine( root, dataManager_, environment_ );

15. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

68 : environment_.setCommandManager( engine_ );

16. WARNING: DiscouragedReference

Discouraged access: The method setPeekFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

SimpleCommandEngineManager.java :

70 : engine_.setPeekFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return peekFragment( fragment ); } } );

17. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

71 : new FragmentListener()

18. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

73 : public boolean notify( CommandFragment fragment )

19. WARNING: DiscouragedReference

Discouraged access: The method setNextFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

SimpleCommandEngineManager.java :

79 : engine_.setNextFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return nextFragment( fragment ); } } );

20. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

80 : new FragmentListener()

21. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

82 : public boolean notify( CommandFragment fragment )

22. WARNING: DiscouragedReference

Discouraged access: The method setAfterExecuteFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

SimpleCommandEngineManager.java :

88 : engine_.setAfterExecuteFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return afterExecuteNextFragment( fragment ); } } );

23. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

89 : new FragmentListener()

24. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

91 : public boolean notify( CommandFragment fragment )

25. WARNING: DiscouragedReference

Discouraged access: The method setUndoFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

SimpleCommandEngineManager.java :

97 : engine_.setUndoFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return undoFragment( fragment ); } } );

26. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

98 : new FragmentListener()

27. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

100 : public boolean notify( CommandFragment fragment )

28. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

107 : protected boolean afterExecuteNextFragment( CommandFragment fragment )

29. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

110 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

30. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

110 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

31. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

110 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

32. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

111 : IStatus commandStatus = engine_.getLastStatus();

33. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

112 : IStatus handlerStatus = statusHandler.getStatus();

34. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

125 : statusHandler.reportError( commandStatus );

35. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

148 : protected boolean peekFragment( CommandFragment fragment )

36. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

161 : protected boolean nextFragment( CommandFragment fragment )

37. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

163 : if( fragment.doNotRunInTransaction() != doNotRunInTransaction_ )

38. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

167 : doNotRunInTransaction_ = fragment.doNotRunInTransaction();

39. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

181 : protected boolean undoFragment( CommandFragment fragment )

40. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

201 : result[0] = engine_.undoToLastStop(monitor);

41. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

280 : return engine_.getLastStatus();

42. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

289 : environment_.getLog().log(ILog.INFO, "command", 5002, this, "getTransactionOperation", "Start of transaction");

43. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

291 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

44. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

291 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

45. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

291 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

46. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

293 : statusHandler.resetStatus();

47. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

294 : engine_.moveForwardToNextStop( monitor );

48. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

297 : environment_.getLog().log(ILog.INFO, "command", 5003, this, "getTransactionOperation", "End of transaction");

49. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

310 : environment_.getLog().log(ILog.INFO, "command", 5085, this, "getNoTransactionOperation", "Start of NON transaction");

50. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

312 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

51. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

312 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

52. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

312 : BaseStatusHandler statusHandler = (BaseStatusHandler)environment_.getStatusHandler();

53. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

314 : statusHandler.resetStatus();

54. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

315 : engine_.moveForwardToNextStop( monitor );

55. WARNING: DiscouragedReference

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

SimpleCommandEngineManager.java :

316 : environment_.getLog().log(ILog.INFO, "command", 5086, this, "getNoTransactionOperation", "End of NON transaction");

Source File: org/eclipse/wst/command/internal/env/ui/widgets/SimplePopupWizardPage.java
1. WARNING: DiscouragedReference

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

SimplePopupWizardPage.java :

23 : import org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext;

2. WARNING: DiscouragedReference

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

SimplePopupWizardPage.java :

43 : final PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

3. WARNING: DiscouragedReference

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

SimplePopupWizardPage.java :

43 : final PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

4. WARNING: DiscouragedReference

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

SimplePopupWizardPage.java :

43 : final PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

5. WARNING: DiscouragedReference

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

SimplePopupWizardPage.java :

46 : if( pageManager_.getCurrentPage() == null && context.showCheckbox(id_) )

6. WARNING: DiscouragedReference

Discouraged access: The method setObjectActionDialogEnabled(String, boolean) from the type PersistentActionDialogsContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

SimplePopupWizardPage.java :

61 : context.setObjectActionDialogEnabled( id_, button.getSelection() );

Source File: org/eclipse/wst/command/internal/env/ui/widgets/SimpleWidgetContributor.java
1. WARNING: DiscouragedReference

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

SimpleWidgetContributor.java :

14 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

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

SimpleWidgetContributor.java :

70 : public void registerDataMappings(DataMappingRegistry dataRegistry)

Source File: org/eclipse/wst/command/internal/env/ui/widgets/WidgetBindingToWidgetFactoryAdapter.java
1. WARNING: DiscouragedReference

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

WidgetBindingToWidgetFactoryAdapter.java :

16 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

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

WidgetBindingToWidgetFactoryAdapter.java :

36 : public void registerDataMappings( DataMappingRegistry registry )

Source File: org/eclipse/wst/command/internal/env/ui/widgets/WizardPageManager.java
1. WARNING: DiscouragedReference

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

WizardPageManager.java :

27 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;

2. WARNING: DiscouragedReference

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

WizardPageManager.java :

28 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

3. WARNING: DiscouragedReference

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

WizardPageManager.java :

29 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

4. WARNING: DiscouragedReference

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

WizardPageManager.java :

48 : private CommandFragment lastUndoFragment_;

5. WARNING: DiscouragedReference

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

WizardPageManager.java :

61 : DataFlowManager dataManager,

6. WARNING: DiscouragedReference

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

WizardPageManager.java :

62 : EclipseEnvironment environment )

7. WARNING: DiscouragedReference

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

WizardPageManager.java :

123 : engine_.peekForwardToNextStop();

8. WARNING: DiscouragedReference

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

WizardPageManager.java :

142 : if( environment_.getLog().isEnabled() )

9. WARNING: DiscouragedReference

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

WizardPageManager.java :

144 : environment_.getLog().log(ILog.INFO, "ws_dt_cmd_engine", 5010, this, "Cmd stack dump:", engine_ );

10. WARNING: DiscouragedReference

Discouraged access: The method unprocess(Object) from the type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WizardPageManager.java :

217 : dataManager_.unprocess( currentPage_.getDataEvents() );

11. WARNING: DiscouragedReference

Discouraged access: The method process(Object) from the type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WizardPageManager.java :

228 : dataManager_.process( dataEvents ); // Push model data into the new page.

12. WARNING: DiscouragedReference

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

WizardPageManager.java :

287 : getWidgetFactory( lastUndoFragment_.getId() ) == currentFactory )

13. WARNING: DiscouragedReference

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

WizardPageManager.java :

323 : protected boolean peekFragment( CommandFragment fragment )

14. WARNING: DiscouragedReference

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

WizardPageManager.java :

330 : INamedWidgetContributorFactory factory = getWidgetFactory( fragment.getId() );

15. WARNING: DiscouragedReference

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

WizardPageManager.java :

341 : protected boolean nextFragment( CommandFragment fragment )

16. WARNING: DiscouragedReference

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

WizardPageManager.java :

355 : widgetFactory_ = getWidgetFactory( fragment.getId() );

17. WARNING: DiscouragedReference

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

WizardPageManager.java :

388 : protected boolean undoFragment( CommandFragment fragment )

18. WARNING: DiscouragedReference

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

WizardPageManager.java :

446 : INamedWidgetContributorFactory factory = getWidgetFactory( lastUndoFragment_.getId() );

19. WARNING: DiscouragedReference

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

WizardPageManager.java :

473 : private PageWizardDataEvents getPage( CommandFragment fragment )

20. WARNING: DiscouragedReference

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

WizardPageManager.java :

477 : String id = fragment.getId();

21. WARNING: DiscouragedReference

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

WizardPageManager.java :

521 : factory.registerDataMappings( dataManager_.getMappingRegistry() );

22. WARNING: DiscouragedReference

Discouraged access: The method process(Object) from the type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WizardPageManager.java :

522 : dataManager_.process( factory );

23. WARNING: DiscouragedReference

Discouraged access: The method process(Object) from the type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WizardPageManager.java :

527 : dataManager_.process( factory );

Source File: org/eclipse/wst/command/internal/env/ui/widgets/popup/DynamicPopupWizard.java
1. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

33 : import org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext;

2. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

34 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;

3. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

35 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;

4. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

36 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistryImpl;

5. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

37 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

6. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

38 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

7. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

117 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

8. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

117 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

9. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

117 : PersistentActionDialogsContext context = PersistentActionDialogsContext.getInstance();

10. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

120 : if( context.showDialog(id) )

11. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

166 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();

12. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

166 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();

13. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

166 : PersistentResourceContext resourceContext = PersistentResourceContext.getInstance();

14. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

168 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler );

15. WARNING: DiscouragedReference

Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

DynamicPopupWizard.java :

168 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler );

16. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

168 : EclipseEnvironment environment = new EclipseEnvironment( null, resourceContext, handler );

17. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

170 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

18. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

170 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

19. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

170 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

20. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

171 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );

21. WARNING: DiscouragedReference

Discouraged access: The constructor DataFlowManager(DataMappingRegistryImpl, IEnvironment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DynamicPopupWizard.java :

171 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );

22. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

171 : DataFlowManager dataManager = new DataFlowManager( dataRegistry_, environment );

23. WARNING: DiscouragedReference

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

DynamicPopupWizard.java :

185 : CommandFragment rootFragment = getRootFragment( selection, null );