Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 26 Number of classfiles: 37
Problems: 200 (Errors: 0 Warnings: 200 )
Discouraged access: The type ServerEditorInput is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractOpenEditorTestCase.java :
18 : import org.eclipse.wst.server.ui.internal.editor.ServerEditorInput;
Discouraged access: The constructor ServerEditorInput(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractOpenEditorTestCase.java :
26 : IEditorPart editor = page.openEditor(new ServerEditorInput(server.getId()), SERVER_EDITOR_ID, true);
Discouraged access: The type ServerEditorInput is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractOpenEditorTestCase.java :
26 : IEditorPart editor = page.openEditor(new ServerEditorInput(server.getId()), SERVER_EDITOR_ID, true);
Discouraged access: The type AbstractServerLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractServerLabelProviderTestCase.java :
13 : import org.eclipse.wst.server.ui.internal.provisional.AbstractServerLabelProvider;
Discouraged access: The type AbstractServerLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractServerLabelProviderTestCase.java :
26 : AbstractServerLabelProvider lp = new AbstractServerLabelProvider();
Discouraged access: The constructor AbstractServerLabelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractServerLabelProviderTestCase.java :
26 : AbstractServerLabelProvider lp = new AbstractServerLabelProvider();
Discouraged access: The type AbstractServerLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractServerLabelProviderTestCase.java :
26 : AbstractServerLabelProvider lp = new AbstractServerLabelProvider();
Discouraged access: The method getServerStateLabel(IServer) from the type AbstractServerLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
AbstractServerLabelProviderTestCase.java :
27 : String serverState = lp.getServerStateLabel(null);
Discouraged access: The type ServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ExistenceTest.java :
15 : import org.eclipse.wst.server.ui.internal.ServerUIPlugin;
Discouraged access: The type ServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ExistenceTest.java :
19 : assertNotNull(ServerUIPlugin.getInstance());
Discouraged access: The method getInstance() from the type ServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ExistenceTest.java :
19 : assertNotNull(ServerUIPlugin.getInstance());
Discouraged access: The type IServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
21 : import org.eclipse.wst.server.ui.internal.provisional.IServerToolTip;
Discouraged access: The type ServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
22 : import org.eclipse.wst.server.ui.internal.ServerToolTip;
Discouraged access: The type ServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
29 : protected static ServerToolTip tooltip;
Discouraged access: The type IServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
30 : protected static IServerToolTip exTooltip;
Discouraged access: The type ServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
32 : protected ServerToolTip getServerToolTip() {
Discouraged access: The constructor ServerToolTip(Tree) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
38 : tooltip = new ServerToolTip(tree);
Discouraged access: The type ServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
38 : tooltip = new ServerToolTip(tree);
Discouraged access: The type IServerToolTip is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerTooltipTestCase.java :
44 : exTooltip = new IServerToolTip(){
Discouraged access: The type ServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
15 : import org.eclipse.wst.server.ui.internal.ServerUIPlugin;
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
16 : import org.eclipse.wst.server.ui.internal.ServerUIPreferences;
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
19 : protected static ServerUIPreferences prefs;
Discouraged access: The type ServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
22 : prefs = ServerUIPlugin.getPreferences();
Discouraged access: The method getPreferences() from the type ServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
22 : prefs = ServerUIPlugin.getPreferences();
Discouraged access: The method getSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
26 : prefs.getSaveEditors();
Discouraged access: The method setSaveEditors(byte) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
30 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_ALWAYS);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
30 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_ALWAYS);
Discouraged access: The field SAVE_EDITORS_ALWAYS from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
30 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_ALWAYS);
Discouraged access: The method getSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
31 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_ALWAYS);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
31 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_ALWAYS);
Discouraged access: The field SAVE_EDITORS_ALWAYS from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
31 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_ALWAYS);
Discouraged access: The method setSaveEditors(byte) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
35 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_NEVER);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
35 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_NEVER);
Discouraged access: The field SAVE_EDITORS_NEVER from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
35 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_NEVER);
Discouraged access: The method getSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
36 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_NEVER);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
36 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_NEVER);
Discouraged access: The field SAVE_EDITORS_NEVER from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
36 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_NEVER);
Discouraged access: The method setSaveEditors(byte) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
40 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
40 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_PROMPT);
Discouraged access: The field SAVE_EDITORS_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
40 : prefs.setSaveEditors(ServerUIPreferences.SAVE_EDITORS_PROMPT);
Discouraged access: The method getSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
41 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
41 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_PROMPT);
Discouraged access: The field SAVE_EDITORS_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
41 : assertEquals(prefs.getSaveEditors(), ServerUIPreferences.SAVE_EDITORS_PROMPT);
Discouraged access: The method setLaunchMode(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
45 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_RESTART);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
45 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_RESTART);
Discouraged access: The field LAUNCH_MODE_RESTART from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
45 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_RESTART);
Discouraged access: The method getLaunchMode() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
46 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_RESTART);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
46 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_RESTART);
Discouraged access: The field LAUNCH_MODE_RESTART from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
46 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_RESTART);
Discouraged access: The method setLaunchMode(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
50 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_CONTINUE);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
50 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_CONTINUE);
Discouraged access: The field LAUNCH_MODE_CONTINUE from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
50 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_CONTINUE);
Discouraged access: The method getLaunchMode() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
51 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_CONTINUE);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
51 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_CONTINUE);
Discouraged access: The field LAUNCH_MODE_CONTINUE from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
51 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_CONTINUE);
Discouraged access: The method setLaunchMode(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
55 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
55 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_PROMPT);
Discouraged access: The field LAUNCH_MODE_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
55 : prefs.setLaunchMode(ServerUIPreferences.LAUNCH_MODE_PROMPT);
Discouraged access: The method getLaunchMode() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
56 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
56 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_PROMPT);
Discouraged access: The field LAUNCH_MODE_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
56 : assertEquals(prefs.getLaunchMode(), ServerUIPreferences.LAUNCH_MODE_PROMPT);
Discouraged access: The method setLaunchMode2(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
60 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_RESTART);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
60 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_RESTART);
Discouraged access: The field LAUNCH_MODE2_RESTART from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
60 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_RESTART);
Discouraged access: The method getLaunchMode2() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
61 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_RESTART);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
61 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_RESTART);
Discouraged access: The field LAUNCH_MODE2_RESTART from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
61 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_RESTART);
Discouraged access: The method setLaunchMode2(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
65 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_DISABLE_BREAKPOINTS);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
65 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_DISABLE_BREAKPOINTS);
Discouraged access: The field LAUNCH_MODE2_DISABLE_BREAKPOINTS from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
65 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_DISABLE_BREAKPOINTS);
Discouraged access: The method getLaunchMode2() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
66 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_DISABLE_BREAKPOINTS);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
66 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_DISABLE_BREAKPOINTS);
Discouraged access: The field LAUNCH_MODE2_DISABLE_BREAKPOINTS from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
66 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_DISABLE_BREAKPOINTS);
Discouraged access: The method setLaunchMode2(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
70 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_CONTINUE);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
70 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_CONTINUE);
Discouraged access: The field LAUNCH_MODE2_CONTINUE from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
70 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_CONTINUE);
Discouraged access: The method getLaunchMode2() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
71 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_CONTINUE);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
71 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_CONTINUE);
Discouraged access: The field LAUNCH_MODE2_CONTINUE from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
71 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_CONTINUE);
Discouraged access: The method setLaunchMode2(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
75 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
75 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_PROMPT);
Discouraged access: The field LAUNCH_MODE2_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
75 : prefs.setLaunchMode2(ServerUIPreferences.LAUNCH_MODE2_PROMPT);
Discouraged access: The method getLaunchMode2() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
76 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
76 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_PROMPT);
Discouraged access: The field LAUNCH_MODE2_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
76 : assertEquals(prefs.getLaunchMode2(), ServerUIPreferences.LAUNCH_MODE2_PROMPT);
Discouraged access: The method setEnableBreakpoints(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
80 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_ALWAYS);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
80 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_ALWAYS);
Discouraged access: The field ENABLE_BREAKPOINTS_ALWAYS from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
80 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_ALWAYS);
Discouraged access: The method getEnableBreakpoints() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
81 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_ALWAYS);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
81 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_ALWAYS);
Discouraged access: The field ENABLE_BREAKPOINTS_ALWAYS from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
81 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_ALWAYS);
Discouraged access: The method setEnableBreakpoints(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
85 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_NEVER);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
85 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_NEVER);
Discouraged access: The field ENABLE_BREAKPOINTS_NEVER from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
85 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_NEVER);
Discouraged access: The method getEnableBreakpoints() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
86 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_NEVER);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
86 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_NEVER);
Discouraged access: The field ENABLE_BREAKPOINTS_NEVER from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
86 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_NEVER);
Discouraged access: The method setEnableBreakpoints(int) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
90 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
90 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_PROMPT);
Discouraged access: The field ENABLE_BREAKPOINTS_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
90 : prefs.setEnableBreakpoints(ServerUIPreferences.ENABLE_BREAKPOINTS_PROMPT);
Discouraged access: The method getEnableBreakpoints() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
91 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_PROMPT);
Discouraged access: The type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
91 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_PROMPT);
Discouraged access: The field ENABLE_BREAKPOINTS_PROMPT from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
91 : assertEquals(prefs.getEnableBreakpoints(), ServerUIPreferences.ENABLE_BREAKPOINTS_PROMPT);
Discouraged access: The method setSaveEditors(byte) from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
95 : prefs.setSaveEditors(prefs.getDefaultSaveEditors());
Discouraged access: The method getDefaultSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
95 : prefs.setSaveEditors(prefs.getDefaultSaveEditors());
Discouraged access: The method getSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
96 : assertEquals(prefs.getSaveEditors(), prefs.getDefaultSaveEditors());
Discouraged access: The method getDefaultSaveEditors() from the type ServerUIPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerUIPreferencesTestCase.java :
96 : assertEquals(prefs.getSaveEditors(), prefs.getDefaultSaveEditors());
Discouraged access: The type DeleteServerDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
19 : import org.eclipse.wst.server.ui.internal.DeleteServerDialog;
Discouraged access: The type TerminationDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
20 : import org.eclipse.wst.server.ui.internal.TerminationDialog;
Discouraged access: The type DeleteServerDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
28 : DeleteServerDialog dsd = new DeleteServerDialog(getShell(), new IServer[0], new IFolder[0]);
Discouraged access: The constructor DeleteServerDialog(Shell, IServer[], IFolder[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
28 : DeleteServerDialog dsd = new DeleteServerDialog(getShell(), new IServer[0], new IFolder[0]);
Discouraged access: The type DeleteServerDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
28 : DeleteServerDialog dsd = new DeleteServerDialog(getShell(), new IServer[0], new IFolder[0]);
Discouraged access: The type TerminationDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
33 : TerminationDialog td = new TerminationDialog(getShell(), "MyServer with a really long name");
Discouraged access: The constructor TerminationDialog(Shell, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
33 : TerminationDialog td = new TerminationDialog(getShell(), "MyServer with a really long name");
Discouraged access: The type TerminationDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
DialogsTestCase.java :
33 : TerminationDialog td = new TerminationDialog(getShell(), "MyServer with a really long name");
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
35 : import org.eclipse.ui.internal.WorkbenchPlugin;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
36 : import org.eclipse.ui.internal.dialogs.PropertyDialog;
Discouraged access: The type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
37 : import org.eclipse.ui.internal.dialogs.PropertyPageContributorManager;
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
38 : import org.eclipse.ui.internal.dialogs.PropertyPageManager;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
51 : private static class PropertyDialogWrapper extends PropertyDialog {
Discouraged access: The constructor PropertyDialog(Shell, PreferenceManager, ISelection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
53 : super(parentShell, manager, selection);
Discouraged access: The method showPage(IPreferenceNode) from the type FilteredPreferenceDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
56 : return super.showPage(node);
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
66 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The method getDefault() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
66 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The method getPreferenceManager() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
66 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
84 : public static PropertyDialog getPropertyDialog(String id, IAdaptable element) {
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
87 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The constructor PropertyPageManager() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
87 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
87 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
93 : PropertyPageContributorManager.getManager().contribute(manager, element);
Discouraged access: The method getManager() from the type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
93 : PropertyPageContributorManager.getManager().contribute(manager, element);
Discouraged access: The method contribute(PropertyPageManager, Object) from the type PropertyPageContributorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
UITestHelper.java :
93 : PropertyPageContributorManager.getManager().contribute(manager, element);
Discouraged access: The type ModifyModulesWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
19 : import org.eclipse.wst.server.ui.internal.wizard.ModifyModulesWizard;
Discouraged access: The type NewRuntimeWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
20 : import org.eclipse.wst.server.ui.internal.wizard.NewRuntimeWizard;
Discouraged access: The type NewServerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
21 : import org.eclipse.wst.server.ui.internal.wizard.NewServerWizard;
Discouraged access: The type RunOnServerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
22 : import org.eclipse.wst.server.ui.internal.wizard.RunOnServerWizard;
Discouraged access: The type RunOnServerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
27 : RunOnServerWizard ros = new RunOnServerWizard(module, ILaunchManager.RUN_MODE, null);
Discouraged access: The constructor RunOnServerWizard(IModule, String, IModuleArtifact) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
27 : RunOnServerWizard ros = new RunOnServerWizard(module, ILaunchManager.RUN_MODE, null);
Discouraged access: The type RunOnServerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
27 : RunOnServerWizard ros = new RunOnServerWizard(module, ILaunchManager.RUN_MODE, null);
Discouraged access: The type ModifyModulesWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
38 : ModifyModulesWizard wiz = new ModifyModulesWizard(null);
Discouraged access: The constructor ModifyModulesWizard(IServer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
38 : ModifyModulesWizard wiz = new ModifyModulesWizard(null);
Discouraged access: The type ModifyModulesWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
38 : ModifyModulesWizard wiz = new ModifyModulesWizard(null);
Discouraged access: The type NewRuntimeWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
45 : NewRuntimeWizard wiz = new NewRuntimeWizard();
Discouraged access: The constructor NewRuntimeWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
45 : NewRuntimeWizard wiz = new NewRuntimeWizard();
Discouraged access: The type NewRuntimeWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
45 : NewRuntimeWizard wiz = new NewRuntimeWizard();
Discouraged access: The type NewServerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
52 : NewServerWizard wiz = new NewServerWizard();
Discouraged access: The constructor NewServerWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
52 : NewServerWizard wiz = new NewServerWizard();
Discouraged access: The type NewServerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
WizardTestCase.java :
52 : NewServerWizard wiz = new NewServerWizard();
Discouraged access: The type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerEditorActionFactoryDelegateTestCase.java :
15 : import org.eclipse.wst.server.ui.internal.provisional.ServerEditorActionFactoryDelegate;
Discouraged access: The type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerEditorActionFactoryDelegateTestCase.java :
24 : protected static ServerEditorActionFactoryDelegate delegate;
Discouraged access: The type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerEditorActionFactoryDelegateTestCase.java :
26 : protected ServerEditorActionFactoryDelegate getDelegate() {
Discouraged access: The method shouldDisplay(IServerWorkingCopy) from the type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerEditorActionFactoryDelegateTestCase.java :
34 : getDelegate().shouldDisplay(null);
Discouraged access: The method createAction(IEditorSite, IServerEditorPartInput) from the type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
ServerEditorActionFactoryDelegateTestCase.java :
38 : getDelegate().createAction(null, null);
Discouraged access: The type IOrdered is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TestOrdered.java :
13 : import org.eclipse.wst.server.ui.internal.editor.IOrdered;
Discouraged access: The type IOrdered is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TestOrdered.java :
15 : public class TestOrdered implements IOrdered {
Discouraged access: The type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TestServerEditorActionFactoryDelegate.java :
16 : import org.eclipse.wst.server.ui.internal.provisional.ServerEditorActionFactoryDelegate;
Discouraged access: The type ServerEditorActionFactoryDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TestServerEditorActionFactoryDelegate.java :
18 : public class TestServerEditorActionFactoryDelegate extends ServerEditorActionFactoryDelegate {
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
15 : import org.eclipse.wst.server.ui.internal.wizard.TaskWizard;
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
23 : protected static TaskWizard wizard;
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
25 : protected TaskWizard getTaskWizard() {
Discouraged access: The constructor TaskWizard(String, WizardFragment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
27 : wizard = new TaskWizard("title", null);
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
27 : wizard = new TaskWizard("title", null);
Discouraged access: The method addPages() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
29 : wizard.addPages();
Discouraged access: The constructor TaskWizard(String, WizardFragment, TaskModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
34 : new TaskWizard("title", null, null);
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
34 : new TaskWizard("title", null, null);
Discouraged access: The method getContainer() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
38 : getTaskWizard().getContainer();
Discouraged access: The method setRootFragment(WizardFragment) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
42 : getTaskWizard().setRootFragment(null);
Discouraged access: The method getRootFragment() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
46 : getTaskWizard().getRootFragment();
Discouraged access: The method performCancel() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
51 : getTaskWizard().performCancel();
Discouraged access: The method performFinish() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
59 : getTaskWizard().performFinish();
Discouraged access: The method addPage(IWizardPage) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
67 : getTaskWizard().addPage(null);
Discouraged access: The method canFinish() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
76 : getTaskWizard().canFinish();
Discouraged access: The method createPageControls(Composite) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
80 : getTaskWizard().createPageControls(null);
Discouraged access: The method dispose() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
84 : getTaskWizard().dispose();
Discouraged access: The method getDefaultPageImage() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
89 : getTaskWizard().getDefaultPageImage();
Discouraged access: The method getDialogSettings() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
93 : getTaskWizard().getDialogSettings();
Discouraged access: The method getNextPage(IWizardPage) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
97 : getTaskWizard().getNextPage(null);
Discouraged access: The method getPage(String) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
101 : getTaskWizard().getPage(null);
Discouraged access: The method getPageCount() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
105 : getTaskWizard().getPageCount();
Discouraged access: The method getPages() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
109 : getTaskWizard().getPages();
Discouraged access: The method getPreviousPage(IWizardPage) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
113 : getTaskWizard().getPreviousPage(null);
Discouraged access: The method getStartingPage() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
117 : getTaskWizard().getStartingPage();
Discouraged access: The method getTitleBarColor() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
121 : getTaskWizard().getTitleBarColor();
Discouraged access: The method getWindowTitle() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
125 : getTaskWizard().getWindowTitle();
Discouraged access: The method isHelpAvailable() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
129 : getTaskWizard().isHelpAvailable();
Discouraged access: The method needsPreviousAndNextButtons() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
133 : getTaskWizard().needsPreviousAndNextButtons();
Discouraged access: The method needsProgressMonitor() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
137 : getTaskWizard().needsProgressMonitor();
Discouraged access: The method setContainer(IWizardContainer) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
141 : getTaskWizard().setContainer(null);
Discouraged access: The method setDialogSettings(IDialogSettings) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
145 : getTaskWizard().setDialogSettings(null);
Discouraged access: The method setNeedsProgressMonitor(boolean) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
149 : getTaskWizard().setNeedsProgressMonitor(false);
Discouraged access: The method setForcePreviousAndNextButtons(boolean) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
153 : getTaskWizard().setForcePreviousAndNextButtons(false);
Discouraged access: The method setWindowTitle(String) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
157 : getTaskWizard().setWindowTitle("title");
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
161 : class MyTaskWizard extends TaskWizard {
Discouraged access: The constructor TaskWizard(String, WizardFragment, TaskModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
163 : super(null, null, null);
Discouraged access: The method executeTask(WizardFragment, byte, IProgressMonitor) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
168 : executeTask(null, (byte)0, null);
Discouraged access: The method getCurrentWizardFragment() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
172 : getCurrentWizardFragment();
Discouraged access: The method switchWizardFragment(WizardFragment) from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
174 : switchWizardFragment(null);
Discouraged access: The method updatePages() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
178 : updatePages();
Discouraged access: The method useJob() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
179 : useJob();
Discouraged access: The method getJobTitle() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.ui/@dot
TaskWizardTestCase.java :
180 : getJobTitle();