Compiler Report

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 )

Source File: org/eclipse/wst/server/ui/tests/AbstractOpenEditorTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/server/ui/tests/AbstractServerLabelProviderTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/server/ui/tests/ExistenceTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wst/server/ui/tests/ServerTooltipTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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() {

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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(){

Source File: org/eclipse/wst/server/ui/tests/ServerUIPreferencesTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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);

50. WARNING: DiscouragedReference

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);

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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);

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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);

58. WARNING: DiscouragedReference

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);

59. WARNING: DiscouragedReference

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);

60. WARNING: DiscouragedReference

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);

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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);

63. WARNING: DiscouragedReference

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);

64. WARNING: DiscouragedReference

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);

65. WARNING: DiscouragedReference

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);

66. WARNING: DiscouragedReference

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);

67. WARNING: DiscouragedReference

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);

68. WARNING: DiscouragedReference

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);

69. WARNING: DiscouragedReference

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);

70. WARNING: DiscouragedReference

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);

71. WARNING: DiscouragedReference

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);

72. WARNING: DiscouragedReference

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);

73. WARNING: DiscouragedReference

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);

74. WARNING: DiscouragedReference

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);

75. WARNING: DiscouragedReference

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);

76. WARNING: DiscouragedReference

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);

77. WARNING: DiscouragedReference

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);

78. WARNING: DiscouragedReference

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);

79. WARNING: DiscouragedReference

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);

80. WARNING: DiscouragedReference

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);

81. WARNING: DiscouragedReference

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);

82. WARNING: DiscouragedReference

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);

83. WARNING: DiscouragedReference

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);

84. WARNING: DiscouragedReference

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);

85. WARNING: DiscouragedReference

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());

86. WARNING: DiscouragedReference

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());

87. WARNING: DiscouragedReference

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());

88. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wst/server/ui/tests/dialog/DialogsTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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]);

4. WARNING: DiscouragedReference

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]);

5. WARNING: DiscouragedReference

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]);

6. WARNING: DiscouragedReference

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");

7. WARNING: DiscouragedReference

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");

8. WARNING: DiscouragedReference

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");

Source File: org/eclipse/wst/server/ui/tests/dialog/UITestHelper.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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 {

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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) {

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/server/ui/tests/dialog/WizardTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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();

Source File: org/eclipse/wst/server/ui/tests/editor/ServerEditorActionFactoryDelegateTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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() {

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wst/server/ui/tests/impl/TestOrdered.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

Source File: org/eclipse/wst/server/ui/tests/impl/TestServerEditorActionFactoryDelegate.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

Source File: org/eclipse/wst/server/ui/tests/wizard/TaskWizardTestCase.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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() {

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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();

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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();

27. WARNING: DiscouragedReference

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();

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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();

30. WARNING: DiscouragedReference

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();

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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");

36. WARNING: DiscouragedReference

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 {

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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();

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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();

43. WARNING: DiscouragedReference

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();