Compiler Report

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

Number of source files: 10 Number of classfiles: 12

Problems: 37 (Errors: 0 Warnings: 37 )

Source File: org/eclipse/wst/internet/monitor/ui/tests/DialogsTestCase.java
1. WARNING: DiscouragedReference

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

DialogsTestCase.java :

15 : import org.eclipse.wst.internet.monitor.ui.internal.MonitorDialog;

2. WARNING: DiscouragedReference

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

DialogsTestCase.java :

24 : MonitorDialog td = new MonitorDialog(getShell());

3. WARNING: DiscouragedReference

Discouraged access: The constructor MonitorDialog(Shell) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.ui/@dot

DialogsTestCase.java :

24 : MonitorDialog td = new MonitorDialog(getShell());

4. WARNING: DiscouragedReference

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

DialogsTestCase.java :

24 : MonitorDialog td = new MonitorDialog(getShell());

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

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

ExistenceTest.java :

13 : import org.eclipse.wst.internet.monitor.ui.internal.MonitorUIPlugin;

2. WARNING: DiscouragedReference

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

ExistenceTest.java :

19 : assertNotNull(MonitorUIPlugin.getInstance());

3. WARNING: DiscouragedReference

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

ExistenceTest.java :

19 : assertNotNull(MonitorUIPlugin.getInstance());

Source File: org/eclipse/wst/internet/monitor/ui/tests/MonitorUICoreTest.java
1. WARNING: DiscouragedReference

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

MonitorUICoreTest.java :

13 : import org.eclipse.wst.internet.monitor.ui.internal.provisional.MonitorUICore;

2. WARNING: DiscouragedReference

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

MonitorUICoreTest.java :

19 : assertNotNull(MonitorUICore.getRequests());

3. WARNING: DiscouragedReference

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

MonitorUICoreTest.java :

19 : assertNotNull(MonitorUICore.getRequests());

Source File: org/eclipse/wst/internet/monitor/ui/tests/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/internet/monitor/ui/tests/extension/ContentViewersTestCase.java
1. WARNING: DiscouragedReference

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

ContentViewersTestCase.java :

15 : import org.eclipse.wst.internet.monitor.ui.internal.provisional.ContentViewer;

2. WARNING: DiscouragedReference

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

ContentViewersTestCase.java :

18 : protected static ContentViewer viewer;

3. WARNING: DiscouragedReference

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

ContentViewersTestCase.java :

25 : viewer.getContent();

4. WARNING: DiscouragedReference

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

ContentViewersTestCase.java :

29 : viewer.getEditable();

5. WARNING: DiscouragedReference

Discouraged access: The method setContent(byte[]) from the type ContentViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.ui/@dot

ContentViewersTestCase.java :

33 : viewer.setContent(null);

6. WARNING: DiscouragedReference

Discouraged access: The method setEditable(boolean) from the type ContentViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.ui/@dot

ContentViewersTestCase.java :

37 : viewer.setEditable(false);

7. WARNING: DiscouragedReference

Discouraged access: The method init(Composite) from the type ContentViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.ui/@dot

ContentViewersTestCase.java :

41 : viewer.init(null);

8. WARNING: DiscouragedReference

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

ContentViewersTestCase.java :

45 : viewer.dispose();

Source File: org/eclipse/wst/internet/monitor/ui/tests/extension/TestContentViewer.java
1. WARNING: DiscouragedReference

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

TestContentViewer.java :

14 : import org.eclipse.wst.internet.monitor.ui.internal.provisional.ContentViewer;

2. WARNING: DiscouragedReference

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

TestContentViewer.java :

16 : public class TestContentViewer extends ContentViewer {