Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 5 Number of classfiles: 7
Problems: 16 (Errors: 0 Warnings: 16 )
Discouraged access: The type ContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ExistenceTest.java :
13 : import org.eclipse.jst.server.ui.internal.ContextIds;
Discouraged access: The type JavaServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ExistenceTest.java :
14 : import org.eclipse.jst.server.ui.internal.JavaServerUIPlugin;
Discouraged access: The type JavaServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ExistenceTest.java :
19 : assertNotNull(JavaServerUIPlugin.getInstance());
Discouraged access: The method getInstance() from the type JavaServerUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ExistenceTest.java :
19 : assertNotNull(JavaServerUIPlugin.getInstance());
Discouraged access: The type ContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ExistenceTest.java :
23 : assertNotNull(ContextIds.RUNTIME_COMPOSITE);
Discouraged access: The field RUNTIME_COMPOSITE from the type ContextIds is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ExistenceTest.java :
23 : assertNotNull(ContextIds.RUNTIME_COMPOSITE);
Discouraged access: The type ImageResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ImageResourceTest.java :
13 : import org.eclipse.jst.server.ui.internal.ImageResource;
Discouraged access: The type ImageResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ImageResourceTest.java :
19 : ImageResource.getImage(ImageResource.IMG_WIZ_RUNTIME_TYPE);
Discouraged access: The method getImage(String) from the type ImageResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ImageResourceTest.java :
19 : ImageResource.getImage(ImageResource.IMG_WIZ_RUNTIME_TYPE);
Discouraged access: The type ImageResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ImageResourceTest.java :
19 : ImageResource.getImage(ImageResource.IMG_WIZ_RUNTIME_TYPE);
Discouraged access: The field IMG_WIZ_RUNTIME_TYPE from the type ImageResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
ImageResourceTest.java :
19 : ImageResource.getImage(ImageResource.IMG_WIZ_RUNTIME_TYPE);
Discouraged access: The type RuntimeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
LabelProviderTest.java :
16 : import org.eclipse.jst.server.ui.internal.RuntimeLabelProvider;
Discouraged access: The type RuntimeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
LabelProviderTest.java :
76 : RuntimeLabelProvider lp = new RuntimeLabelProvider(getRuntimeComponent());
Discouraged access: The constructor RuntimeLabelProvider(IRuntimeComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
LabelProviderTest.java :
76 : RuntimeLabelProvider lp = new RuntimeLabelProvider(getRuntimeComponent());
Discouraged access: The type RuntimeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
LabelProviderTest.java :
76 : RuntimeLabelProvider lp = new RuntimeLabelProvider(getRuntimeComponent());
Discouraged access: The method getLabel() from the type RuntimeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.ui/@dot
LabelProviderTest.java :
77 : lp.getLabel();