Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 31 Number of classfiles: 32
Problems: 13 (Errors: 0 Warnings: 13 )
Discouraged access: The type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
15 : import org.eclipse.help.internal.appserver.AppserverPlugin;
Discouraged access: The type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
16 : import org.eclipse.help.internal.appserver.WebappManager;
Discouraged access: The type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
35 : return AppserverPlugin.getDefault().getAppServer().isRunning();
Discouraged access: The method getDefault() from the type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
35 : return AppserverPlugin.getDefault().getAppServer().isRunning();
Discouraged access: The method getAppServer() from the type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
35 : return AppserverPlugin.getDefault().getAppServer().isRunning();
Discouraged access: The method isRunning() from the type IWebappServer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
35 : return AppserverPlugin.getDefault().getAppServer().isRunning();
Discouraged access: The type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
42 : return WebappManager.getPort();
Discouraged access: The method getPort() from the type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
42 : return WebappManager.getPort();
Discouraged access: The type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
53 : WebappManager.start(ctxt, pluginID, new Path(warLocation));
Discouraged access: The method start(String, String, IPath) from the type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
53 : WebappManager.start(ctxt, pluginID, new Path(warLocation));
Discouraged access: The type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
55 : WebappManager.start(ctxt, pluginID, new Path(webappLocation));
Discouraged access: The method start(String, String, IPath) from the type WebappManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
CatalinaRunnable.java :
55 : WebappManager.start(ctxt, pluginID, new Path(webappLocation));
The constructor ChunkedInputStream() is never used locally
ChunkedInputStream.java :
24 : private ChunkedInputStream()