Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 11 Number of classfiles: 13
Problems: 17 (Errors: 0 Warnings: 17 )
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
35 : import org.eclipse.ui.internal.WorkbenchPlugin;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
56 : return super.showPage(node);
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
66 : PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
87 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The constructor PropertyPageManager() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
87 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The type PropertyPageManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
87 : PropertyPageManager manager = new PropertyPageManager();
Discouraged access: The type PropertyPageContributorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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 /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
UITestHelper.java :
93 : PropertyPageContributorManager.getManager().contribute(manager, element);