Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 163 Number of classfiles: 315
Problems: 24 (Errors: 0 Warnings: 24 )
The method setLocalPart(String) from the type ValidationUtils.QualifiedName is never used locally
ValidationUtils.java :
1127 : public void setLocalPart(String localPart)
The method setNamespaceURI(String) from the type ValidationUtils.QualifiedName is never used locally
ValidationUtils.java :
1144 : 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 :
45 : 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 :
46 : import org.eclipse.jst.ws.internal.consumption.command.common.CreateServerCommand;
The value of the local variable env is not used
GenSampleWidgetBinding.java :
207 : IEnvironment env = getEnvironment();
The method getPopup() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
288 : public boolean getPopup(){
The method getWebServiceClient() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
319 : public IWebServiceClient getWebServiceClient()
The method getCanRunTestClient() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
324 : public boolean getCanRunTestClient(){
The method getGenerateProxy() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
328 : public boolean getGenerateProxy()
The method getCanGenerateProxy() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
333 : public boolean getCanGenerateProxy()
The method getTestFacility() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
338 : public SelectionList getTestFacility()
The method getIsWebProject() from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
343 : public boolean getIsWebProject()
The method setClientTypeRuntimeServer(TypeRuntimeServer) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
348 : public void setClientTypeRuntimeServer( TypeRuntimeServer typeRuntimeServer )
The method setModule(String) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
353 : public void setModule( String module )
The method setModuleType(String) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
358 : public void setModuleType( String moduleType)
The method setResourceContext(ResourceContext) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
362 : public void setResourceContext( ResourceContext resourceContext )
The method setInitialSelection(IStructuredSelection) from the type GenSampleWidgetBinding.InitializeProxyCommand is never used locally
GenSampleWidgetBinding.java :
366 : public void setInitialSelection( IStructuredSelection selection )
The import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler is never used
ProjectSelectionWidget.java :
35 : import org.eclipse.jst.j2ee.model.internal.validation.EARValidationMessageResourceHandler;
Dead code
FacetMatchCache.java :
309 : { fm = new FacetMatcher(); fm.setMatch(false); return fm; }