Compiler Report

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

Number of source files: 7 Number of classfiles: 9

Problems: 37 (Errors: 0 Warnings: 37 )

Source File: org/eclipse/jst/server/tomcat/ui/tests/DialogsTestCase.java
1. WARNING: DiscouragedReference

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

DialogsTestCase.java :

13 : import org.eclipse.jst.server.tomcat.ui.internal.CleanWorkDirDialog;

2. WARNING: DiscouragedReference

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

DialogsTestCase.java :

14 : import org.eclipse.jst.server.tomcat.ui.internal.editor.MimeMappingDialog;

3. WARNING: DiscouragedReference

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

DialogsTestCase.java :

15 : import org.eclipse.jst.server.tomcat.ui.internal.editor.WebModuleDialog;

4. WARNING: DiscouragedReference

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

DialogsTestCase.java :

26 : MimeMappingDialog mmd = new MimeMappingDialog(getShell());

5. WARNING: DiscouragedReference

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

DialogsTestCase.java :

26 : MimeMappingDialog mmd = new MimeMappingDialog(getShell());

6. WARNING: DiscouragedReference

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

DialogsTestCase.java :

26 : MimeMappingDialog mmd = new MimeMappingDialog(getShell());

7. WARNING: DiscouragedReference

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

DialogsTestCase.java :

32 : WebModuleDialog wmd = new WebModuleDialog(getShell(), null, null, null, true);

8. WARNING: DiscouragedReference

Discouraged access: The constructor WebModuleDialog(Shell, IServerAttributes, ITomcatServer, ITomcatConfiguration, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.ui/@dot

DialogsTestCase.java :

32 : WebModuleDialog wmd = new WebModuleDialog(getShell(), null, null, null, true);

9. WARNING: DiscouragedReference

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

DialogsTestCase.java :

32 : WebModuleDialog wmd = new WebModuleDialog(getShell(), null, null, null, true);

10. WARNING: DiscouragedReference

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

DialogsTestCase.java :

41 : CleanWorkDirDialog cwdd = new CleanWorkDirDialog(getShell(), null, null);

11. WARNING: DiscouragedReference

Discouraged access: The constructor CleanWorkDirDialog(Shell, IServer, IModule) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.ui/@dot

DialogsTestCase.java :

41 : CleanWorkDirDialog cwdd = new CleanWorkDirDialog(getShell(), null, null);

12. WARNING: DiscouragedReference

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

DialogsTestCase.java :

41 : CleanWorkDirDialog cwdd = new CleanWorkDirDialog(getShell(), null, null);

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

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

ExistenceTest.java :

13 : import org.eclipse.jst.server.tomcat.ui.internal.TomcatUIPlugin;

2. WARNING: DiscouragedReference

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

ExistenceTest.java :

18 : assertNotNull(TomcatUIPlugin.getInstance());

3. WARNING: DiscouragedReference

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

ExistenceTest.java :

18 : assertNotNull(TomcatUIPlugin.getInstance());

Source File: org/eclipse/jst/server/tomcat/ui/tests/PropertyTestCase.java
1. WARNING: DiscouragedReference

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

PropertyTestCase.java :

13 : import org.eclipse.jst.server.tomcat.ui.internal.ConfigurationPropertyTester;

2. WARNING: DiscouragedReference

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

PropertyTestCase.java :

18 : ConfigurationPropertyTester pt = new ConfigurationPropertyTester();

3. WARNING: DiscouragedReference

Discouraged access: The constructor ConfigurationPropertyTester() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.ui/@dot

PropertyTestCase.java :

18 : ConfigurationPropertyTester pt = new ConfigurationPropertyTester();

4. WARNING: DiscouragedReference

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

PropertyTestCase.java :

18 : ConfigurationPropertyTester pt = new ConfigurationPropertyTester();

5. WARNING: DiscouragedReference

Discouraged access: The method test(Object, String, Object[], Object) from the type ConfigurationPropertyTester is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.tomcat.ui/@dot

PropertyTestCase.java :

19 : assertFalse(pt.test(null, "", null, null));

Source File: org/eclipse/jst/server/tomcat/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);