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 )
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;
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;
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;
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;
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;
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;
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();
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();
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);
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);
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();
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();
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();
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);
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);
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,
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());
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,
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());
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);
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);
The import org.eclipse.swt.widgets.Listener is never used
AntFileImportWizardPage.java :
32 : import org.eclipse.swt.widgets.Listener;
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;
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 );
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 );
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 );
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 );
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;
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;
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
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 );
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.
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.
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 );
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,
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,
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,
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,
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 );
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,
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,
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;
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;
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;
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 )
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;
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 )
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();
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();
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();
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();
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;
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;
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;
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()
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();
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();
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();
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 );
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 );
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 );
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;
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;
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();
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();
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();
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();
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();
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];
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();
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_) )
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());
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() );
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() );
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);
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();
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();
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();
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));
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();
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();
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();
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));
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();
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();
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();
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());
The field WidgetRegistry.Entry.id_ is never read locally
WidgetRegistry.java :
106 : String id_;
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;
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 );
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;
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;
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
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 );
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;
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;
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;
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;
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_;
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)
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()
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()
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()
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();
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();
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();
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 );
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 );
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 );
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() );
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() );
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() );
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;
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;
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;
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;
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;
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;
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;
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;
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;
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();
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();
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();
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();
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 );
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 );
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 );
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();
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();
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();
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 );
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 );
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 );
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()
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()
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 );
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 );
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();
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 )
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();
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();
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();
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$
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$
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$
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$
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$
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$
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() );
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() );
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() );
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$
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$
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$
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;
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 );
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;
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)
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;
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;
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;
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;
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;
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;
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_;
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_;
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_;
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 )
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 )
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 )
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_ );
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_ );
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_ );
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 ); } } );
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()
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 )
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 ); } } );
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()
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 )
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 ); } } );
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()
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 )
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 ); } } );
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()
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 )
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 )
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();
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();
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();
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();
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();
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 );
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 )
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 )
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_ )
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();
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 )
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);
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();
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");
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();
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();
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();
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();
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 );
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");
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");
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();
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();
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();
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();
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 );
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");
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;
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();
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();
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();
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_) )
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() );
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;
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)
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;
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 )
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;
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;
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;
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_;
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,
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 )
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();
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() )
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_ );
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() );
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.
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 )
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 )
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() );
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 )
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() );
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 )
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() );
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 )
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();
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() );
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 );
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 );
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;
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;
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;
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;
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;
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;
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();
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();
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();
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) )
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();
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();
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();
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 );
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 );
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 );
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();
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();
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();
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 );
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 );
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 );
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 );