Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 71 Number of classfiles: 77
Problems: 17 (Errors: 0 Warnings: 17 )
The import org.eclipse.wst.server.core.ServerCore is never used
GenericServerLaunchConfigurationDelegate.java :
29 : import org.eclipse.wst.server.core.ServerCore;
The local variable entry is never read
ServerTypeDefinitionUtil.java :
81 : IClasspathEntry entry = null;
Discouraged access: The type IAntUIConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
23 : import org.eclipse.ant.internal.ui.IAntUIConstants;
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
24 : import org.eclipse.ant.internal.ui.launchConfigurations.IAntLaunchConfigurationConstants;
Discouraged access: The type IExternalToolConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.externaltools_3.2.0.v20080514-1542.jar
AntPublisher.java :
47 : import org.eclipse.ui.externaltools.internal.model.IExternalToolConstants;
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
306 : .getLaunchConfigurationType(IAntLaunchConfigurationConstants.ID_ANT_LAUNCH_CONFIGURATION_TYPE);
Discouraged access: The field ID_ANT_LAUNCH_CONFIGURATION_TYPE from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
306 : .getLaunchConfigurationType(IAntLaunchConfigurationConstants.ID_ANT_LAUNCH_CONFIGURATION_TYPE);
Discouraged access: The type IExternalToolConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.externaltools_3.2.0.v20080514-1542.jar
AntPublisher.java :
313 : wc.setAttribute(IExternalToolConstants.ATTR_LOCATION, buildFile);
Discouraged access: The field ATTR_LOCATION from the type IExternalToolConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.externaltools_3.2.0.v20080514-1542.jar
AntPublisher.java :
313 : wc.setAttribute(IExternalToolConstants.ATTR_LOCATION, buildFile);
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
315 : wc.setAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_TARGETS, targets);
Discouraged access: The field ATTR_ANT_TARGETS from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
315 : wc.setAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_TARGETS, targets);
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
316 : wc.setAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES, properties);
Discouraged access: The field ATTR_ANT_PROPERTIES from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
316 : wc.setAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES, properties);
Discouraged access: The type IAntUIConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
327 : wc.setAttribute(DebugPlugin.ATTR_PROCESS_FACTORY_ID, IAntUIConstants.REMOTE_ANT_PROCESS_FACTORY_ID);
Discouraged access: The field REMOTE_ANT_PROCESS_FACTORY_ID from the type IAntUIConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ant.ui_3.3.1.v20090120_r342.jar
AntPublisher.java :
327 : wc.setAttribute(DebugPlugin.ATTR_PROCESS_FACTORY_ID, IAntUIConstants.REMOTE_ANT_PROCESS_FACTORY_ID);
The method cleanWhiteSpace(String) from the type LaunchConfigurationImpl is never used locally
LaunchConfigurationImpl.java :
275 : private String cleanWhiteSpace(String string)
The local variable gstPack is never read
XMLUtils.java :
135 : ServerTypePackage gstPack = ServerTypePackage.eINSTANCE;