Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 121 Number of classfiles: 157
Problems: 89 (Errors: 0 Warnings: 89 )
The local variable output is never read
ClasspathDependencyEARTests.java:
263: IFolder output = util.getFolder("build").getFolder("classes");
The local variable utilComp is never read
ClasspathDependencyEARTests.java:
265: final IVirtualComponent utilComp = ComponentCore.createComponent(util);
The local variable webJavaProject is never read
ClasspathDependencyEARTests.java:
269: final IJavaProject webJavaProject = JavaCore.create(webProject);
The local variable webJavaProject is never read
ClasspathDependencyValidationTests.java:
187: final IJavaProject webJavaProject = JavaCore.create(webProject);
The local variable earLibContainer is never read
ClasspathDependencyValidationTests.java:
294: IClasspathEntry earLibContainer = null;
The local variable webAppLibContainer is never read
ClasspathDependencyValidationTests.java:
295: IClasspathEntry webAppLibContainer = null;
The local variable jreContainer is never read
ClasspathDependencyValidationTests.java:
296: IClasspathEntry jreContainer = null;
The method testInvalidContainer(IJavaProject, IClasspathEntry) from the type ClasspathDependencyValidationTests is never used locally
ClasspathDependencyValidationTests.java:
325: private void testInvalidContainer(final IJavaProject javaProject, final IClasspathEntry entry) throws Exception {
The local variable utilComp is never read
ClasspathDependencyWebTests.java:
178: final IVirtualComponent utilComp = ComponentCore.createComponent(util);
The local variable webJavaProject is never read
ClasspathDependencyWebTests.java:
182: final IJavaProject webJavaProject = JavaCore.create(webProject);
The local variable jobMgr is never read
DependencyUtil.java:
66: final IJobManager jobMgr = Platform.getJobManager();
The local variable jobMgr is never read
DependencyUtil.java:
76: final IJobManager jobMgr = Platform.getJobManager();
The field ProjectUtil.listener is never read locally
ProjectUtil.java:
259: private static ClasspathUpdateJobListener listener = new ClasspathUpdateJobListener();
The field AppClientArtifactEditFVTest.appClientModuleName is never read locally
AppClientArtifactEditFVTest.java:
19: private String appClientModuleName;
The method validateResource() from the type AppClientArtifactEditFVTest is never used locally
AppClientArtifactEditFVTest.java:
84: private void validateResource() {
The method createResourceComponent() from the type AppClientArtifactEditFVTest is never used locally
AppClientArtifactEditFVTest.java:
99: private ComponentResource createResourceComponent() {
The local variable testURI is never read
AppClientArtifactEditTest.java:
202: boolean testURI = uri.equals(TestWorkspace.APP_CLIENT_DD_XMI_RESOURCE_URI);
The local variable resource is never read
AppClientArtifactEditTest.java:
220: Resource resource = edit.getDeploymentDescriptorResource();
The local variable edit2 is never read
AppClientArtifactEditTest.java:
221: AppClientArtifactEdit edit2 = new AppClientArtifactEdit(getArtifactEditModelforRead()) {
The local variable wbComponent is never read
AppClientArtifactEditTest.java:
266: WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
AppClientArtifactEditTest.java:
285: WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable object is never read
AppClientArtifactEditTest.java:
398: Object object = edit.getContentModelRoot();
The field ConnectorArtifactEditFVTest.jcaModuleName is never read locally
ConnectorArtifactEditFVTest.java:
19: private String jcaModuleName;
The method pass(ApplicationClient) from the type ConnectorArtifactEditFVTest is never used locally
ConnectorArtifactEditFVTest.java:
82: private static void pass(ApplicationClient jca) {
The method validateResource() from the type ConnectorArtifactEditFVTest is never used locally
ConnectorArtifactEditFVTest.java:
87: private void validateResource() {
The method createResourceComponent() from the type ConnectorArtifactEditFVTest is never used locally
ConnectorArtifactEditFVTest.java:
101: private ComponentResource createResourceComponent() {
The field ConnectorArtifactEditTest.jcaModuleName is never read locally
ConnectorArtifactEditTest.java:
20: private String jcaModuleName;
The local variable wbComponent is never read
ConnectorArtifactEditTest.java:
84: WorkbenchComponent wbComponent = null;
The local variable wbComponent is never read
ConnectorArtifactEditTest.java:
112: WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
ConnectorArtifactEditTest.java:
131: WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable wbComponent is never read
EARArtifactEditTest.java:
119: WorkbenchComponent wbComponent = null;
The local variable wbComponent is never read
EARArtifactEditTest.java:
147: WorkbenchComponent wbComponent = moduleCore.getComponent();
The local variable uriExist is never read
EARArtifactEditTest.java:
281: boolean uriExist = edit.uriExists(TestWorkspace.EJB_MODULE_URI.toString());
The field EJBArtifactEditFVTest.ejbModuleName is never read locally
EJBArtifactEditFVTest.java:
30: private String ejbModuleName;
The method validateResource() from the type EJBArtifactEditFVTest is never used locally
EJBArtifactEditFVTest.java:
92: private void validateResource() {
The method createResourceComponent() from the type EJBArtifactEditFVTest is never used locally
EJBArtifactEditFVTest.java:
106: private ComponentResource createResourceComponent() {
The local variable uri is never read
EJBArtifactEditTest.java:
165: String uri = edit.getEJBJarXmiResource().toString();
The local variable test is never read
EJBArtifactEditTest.java:
254: EnterpriseArtifactEdit test = new EJBArtifactEdit(getArtifactEditModelforRead()) {
The method test() from the type new EJBArtifactEdit(){} is never used locally
EJBArtifactEditTest.java:
260: public void test() {
The field EarArtiFactEditFVTest.earModuleName is never read locally
EarArtiFactEditFVTest.java:
33: private String earModuleName;
The method pass(ApplicationClient) from the type EarArtiFactEditFVTest is never used locally
EarArtiFactEditFVTest.java:
95: private static void pass(ApplicationClient ear) {
The method validateResource() from the type EarArtiFactEditFVTest is never used locally
EarArtiFactEditFVTest.java:
100: private void validateResource() {
The method createResourceComponent() from the type EarArtiFactEditFVTest is never used locally
EarArtiFactEditFVTest.java:
114: private ComponentResource createResourceComponent() {
The field EnterpriseArtifactEditTest.earModuleName is never read locally
EnterpriseArtifactEditTest.java:
26: private String earModuleName;
The local variable wbComponent is never read
EnterpriseArtifactEditTest.java:
41: WorkbenchComponent wbComponent = null;
The field JaxRPCMapArtifactEditFVTest.serverContextData is never read locally
JaxRPCMapArtifactEditFVTest.java:
17: private String serverContextData = TestWorkspace.WEB_SERVER_CONTEXT_ROOT + "Test";
The method updateClient(WebServices) from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java:
30: private void updateClient(WebServices client) {
The method pass() from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java:
37: private void pass() {
The local variable webapp is never read
JaxRPCMapArtifactEditFVTest.java:
51: WebApp webapp = webedit.getWebApp();
The method pass(WebServices) from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java:
56: private static void pass(WebServices webservice) {
The method validateResource() from the type JaxRPCMapArtifactEditFVTest is never used locally
JaxRPCMapArtifactEditFVTest.java:
63: private void validateResource() {
The field WSDDArtifactEditFVTest.webModuleName is never read locally
WSDDArtifactEditFVTest.java:
16: private String webModuleName;
The field WSDDArtifactEditFVTest.serverContextData is never read locally
WSDDArtifactEditFVTest.java:
17: private String serverContextData = TestWorkspace.WEB_SERVER_CONTEXT_ROOT + "Test";
The method validateResource() from the type WSDDArtifactEditFVTest is never used locally
WSDDArtifactEditFVTest.java:
80: private void validateResource() {
The field WebArtifactEditTest.webModuleName is never read locally
WebArtifactEditTest.java:
25: private String webModuleName;
The local variable uri is never read
WebArtifactEditTest.java:
61: String uri = edit.getDeploymentDescriptorResource().getURI().toString();
The method createConnectorComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java:
89: private void createConnectorComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
The method createWebComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java:
98: private void createWebComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
The method createAppClientComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java:
107: private void createAppClientComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
The method createEjbComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java:
116: private void createEjbComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
The method createEARComponent(int, String, String) from the type PortedComponentCreationTest is never used locally
PortedComponentCreationTest.java:
125: private void createEARComponent(int j2eeVersion, String aModuleName, String projectName) throws Exception{
The method getOutputPath(IProject) from the type ProjectMigrationTest is never used locally
ProjectMigrationTest.java:
74: private IPath getOutputPath(IProject project) {
The method pass() from the type Migrate07EJBTest is never used locally
Migrate07EJBTest.java:
45: private void pass() {
The field FlexibleProjectBuilderTest.emfContext is never read locally
FlexibleProjectBuilderTest.java:
42: private EMFWorkbenchContext emfContext;
The local variable pm is never read
ModuleStructuralModelTest.java:
120: ProjectComponents pm = moduleCore.getComponentModelRoot();
The local variable clazz is never read
ModuleStructuralModelTest.java:
121: Class clazz = moduleCore.getClass();
The local variable name is never read
ModuleStructuralModelTest.java:
122: String name = StructureEdit.getDeployedName(getWebModuleURI());
The local variable er is never read
ModuleStructuralModelTest.java:
129: IResource er = StructureEdit.getEclipseResource(wmr);
The local variable b is never read
ModuleStructuralModelTest.java:
137: boolean b = moduleCore.isLocalDependency(dependentModule);
The method createAppClientProject(String) from the type JEE5ModelTest is never used locally
JEE5ModelTest.java:
331: private IProject createAppClientProject(String projName) throws ExecutionException {
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type JEE5ModelTest is never used locally
JEE5ModelTest.java:
407: private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
The method getResourceSet() from the type JEE5ModelTest is never used locally
JEE5ModelTest.java:
411: private ResourceSet getResourceSet() {
The local variable ear is never read
ModelProviderTest.java:
185: org.eclipse.jst.j2ee.application.Application ear = (org.eclipse.jst.j2ee.application.Application)provider.getModelObject(new Path(J2EEConstants.APPLICATION_DD_URI));
The method getResourceSet(String) from the type ModelProviderTest is never used locally
ModelProviderTest.java:
356: private ProjectResourceSet getResourceSet(String projName) {
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type ModelProviderTest is never used locally
ModelProviderTest.java:
457: private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
The method getResourceSet() from the type ModelProviderTest is never used locally
ModelProviderTest.java:
462: private ResourceSet getResourceSet() {
The local variable client is never read
ModelProviderTest.java:
479: ApplicationClient client = (ApplicationClient)provider.getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
The local variable client is never read
ModelProviderTest.java:
512: org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient)provider.getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
The method getWebLibs(EARFile) from the type EARImportOperationTest is never used locally
EARImportOperationTest.java:
188: private List getWebLibs(EARFile earFile) {
The local variable key is never read
AppClientProjectCreationDataModelVerifier.java:
29: Object key = new Object();
The local variable project is never read
J2EEImportDataModelVerifier.java:
32: IProject project = ProjectUtility.verifyAndReturnProject(model.getStringProperty(IJ2EEModuleImportDataModelProperties.PROJECT_NAME), true);
The local variable key is never read
WebProjectCreationDataModelVerifier.java:
31: Object key = new Object();
The local variable projects is never read
StructureEditStressTest.java:
75: IProject[] projects = getExportableProjects();
The local variable key is never read
EJBProjectCreationDataModelVerifier.java:
42: Object key = new Object();
The local variable key is never read
JCAProjectCreationDataModelVerifier.java:
29: Object key = new Object();
The local variable folderPath is never read
DefectVerificationTests.java:
127: IPath folderPath = folder.getProjectRelativePath();
The local variable existingEntries is never read
DefectVerificationTests.java:
356: String existingEntries[] = manf.getClassPathTokenized();
The local variable javaProject is never read
DefectVerificationTests.java:
632: IJavaProject javaProject = JavaCore.create(proj);
The local variable project is never read
ThreadingTest.java:
168: IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());