Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 160 Number of classfiles: 311
Problems: 24 (Errors: 0 Warnings: 24 )
The import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler is never used
ValidationUtils.java :
59 : import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler;
The method setLocalPart(String) from the type ValidationUtils.QualifiedName is never used locally
ValidationUtils.java :
1045 : public void setLocalPart(String localPart)
The method setNamespaceURI(String) from the type ValidationUtils.QualifiedName is never used locally
ValidationUtils.java :
1062 : public void setNamespaceURI(String namespaceURI)
The import org.eclipse.ui.IWorkbench is never used
ClientWizardWidget.java :
63 : import org.eclipse.ui.IWorkbench;
The import org.eclipse.ui.PlatformUI is never used
ClientWizardWidget.java :
64 : import org.eclipse.ui.PlatformUI;
The method registerCanFinish(CanFinishRegistry) from the type ConfigureHandlersWidgetBinding.HandlersCommandFragment is never used locally
ConfigureHandlersWidgetBinding.java :
169 : public void registerCanFinish(CanFinishRegistry canFinishRegistry) {
The method setClientHandlersEnabled(boolean) from the type ConfigureHandlersWidgetBinding.ClientHandlersFragment is never used locally
ConfigureHandlersWidgetBinding.java :
196 : public void setClientHandlersEnabled(boolean isClient) {
The method setServiceHandlersEnabled(boolean) from the type ConfigureHandlersWidgetBinding.ServiceHandlersFragment is never used locally
ConfigureHandlersWidgetBinding.java :
239 : public void setServiceHandlersEnabled(boolean isService) {
The import org.eclipse.jst.ws.internal.consumption.command.common.AddModuleToServerCommand is never used
GenSampleWidgetBinding.java :
44 : import org.eclipse.jst.ws.internal.consumption.command.common.AddModuleToServerCommand;
The import org.eclipse.jst.ws.internal.consumption.command.common.CreateServerCommand is never used
GenSampleWidgetBinding.java :
45 : import org.eclipse.jst.ws.internal.consumption.command.common.CreateServerCommand;
The local variable env is never read
GenSampleWidgetBinding.java :
206 : IEnvironment env = getEnvironment();
The method getPopup() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
287 : public boolean getPopup(){
The method getWebServiceClient() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
318 : public IWebServiceClient getWebServiceClient()
The method getCanRunTestClient() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
323 : public boolean getCanRunTestClient(){
The method getGenerateProxy() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
327 : public boolean getGenerateProxy()
The method getCanGenerateProxy() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
332 : public boolean getCanGenerateProxy()
The method getTestFacility() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
337 : public SelectionList getTestFacility()
The method getIsWebProject() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
342 : public boolean getIsWebProject()
The method setClientTypeRuntimeServer(TypeRuntimeServer) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
347 : public void setClientTypeRuntimeServer( TypeRuntimeServer typeRuntimeServer )
The method setModule(String) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
352 : public void setModule( String module )
The method setModuleType(String) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
357 : public void setModuleType( String moduleType)
The method setResourceContext(ResourceContext) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
361 : public void setResourceContext( ResourceContext resourceContext )
The method setInitialSelection(IStructuredSelection) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
365 : public void setInitialSelection( IStructuredSelection selection )
The import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler is never used
ProjectSelectionWidget.java :
33 : import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler;