Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 135 Number of classfiles: 176
Problems: 102 (Errors: 0 Warnings: 102 )
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 local variable operationStatus is never read
JEE5LegacyModelTest.java:
117: IStatus operationStatus = importModel.getDefaultOperation().execute(new NullProgressMonitor(), null);
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type JEE5LegacyModelTest is never used locally
JEE5LegacyModelTest.java:
190: private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
The method getResourceSet() from the type JEE5LegacyModelTest is never used locally
JEE5LegacyModelTest.java:
194: private ResourceSet getResourceSet() {
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:
225: 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:
446: private ProjectResourceSet getResourceSet(String projName) {
The method registerFactory(URI, ResourceSet, Resource.Factory) from the type ModelProviderTest is never used locally
ModelProviderTest.java:
547: private void registerFactory(URI uri, ResourceSet resSet, Resource.Factory factory) {
The method getResourceSet() from the type ModelProviderTest is never used locally
ModelProviderTest.java:
552: private ResourceSet getResourceSet() {
The local variable client is never read
ModelProviderTest.java:
569: ApplicationClient client = (ApplicationClient)provider.getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
The local variable client is never read
ModelProviderTest.java:
602: org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient)provider.getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
The local variable client is never read
ModelProviderTest.java:
642: org.eclipse.jst.javaee.applicationclient.ApplicationClient client = (org.eclipse.jst.javaee.applicationclient.ApplicationClient)provider.getModelObject(new Path(J2EEConstants.APP_CLIENT_DD_URI));
The field EARProjectCreationOperationTest.CONNECTOR_PROJ_15 is never read locally
EARProjectCreationOperationTest.java:
70: private static final String CONNECTOR_PROJ_15 = "myConnector_15";
The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way
EJBGeneraUseTest.java:
57: this.runAndVerify(model);
The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way
EJBGeneraUseTest.java:
79: this.runAndVerify(model);
The static method runAndVerify(IDataModel) from the type OperationTestCase should be accessed in a static way
EJBGeneraUseTest.java:
97: this.runAndVerify(model);
The local variable existingEntries is never read
DefectVerificationTests.java:
390: String existingEntries[] = manf.getClassPathTokenized();
The local variable javaProject is never read
DefectVerificationTests.java:
689: IJavaProject javaProject = JavaCore.create(proj);
The method getWarFile(String) from the type DefectVerificationTests is never used locally
DefectVerificationTests.java:
759: private String getWarFile(String fileName) {
The method checkIfModelIsParsed(WebApp) from the type DefectVerificationTests is never used locally
DefectVerificationTests.java:
763: private void checkIfModelIsParsed(WebApp deploymentDescriptor1) {
The local variable project is never read
ThreadingTest.java:
169: IProject project = StructureEdit.getContainingProject(writeStructureEdits[structureEditCount][projectCount].getComponent());
The local variable nestedArchive is never read
EJBImportDataModelVerifier.java:
70: for(IArchive nestedArchive : nestedArchives) {
The local variable iProjVersion is never read
JEEExportDataModelVerifier.java:
59: int iProjVersion = J2EEVersionUtil.convertVersionStringToInt(sProjVersion);
The local variable facetModel is never read
JEEProjectCreationDataModelVerifier.java:
106: IDataModel facetModel = facetMap.getFacetDataModel(facetProjectType);
The local variable nestedArchive is never read
JCAImportDataModelVerifier.java:
70: for(IArchive nestedArchive : nestedArchives) {
The local variable nestedArchive is never read
UtilityImportDataModelVerifier.java:
81: for(IArchive nestedArchive : nestedArchives) {
The local variable nestedArchive is never read
WebImportDataModelVerifier.java:
72: for(IArchive nestedArchive : nestedArchives) {
The local variable nestedArchive is never read
AppClientImportDataModelVerifier.java:
70: for(IArchive nestedArchive : nestedArchives) {
The local variable proj is never read
AppClientProjectCreationDataModelVerifier.java:
73: IProject proj = ProjectUtilities.getProject(projName);
The local variable utilityList is never read
EARImportDataModelVerifier.java:
103: List utilityList = (List)model.getProperty(IEARComponentImportDataModelProperties.UTILITY_LIST);
The local variable ejbClientList is never read
EARImportDataModelVerifier.java:
104: List ejbClientList = (List)model.getProperty(IEARComponentImportDataModelProperties.EJB_CLIENT_LIST);
The local variable utilityModelsList is never read
EARImportDataModelVerifier.java:
105: List utilityModelsList = (List)model.getProperty(IEARComponentImportDataModelProperties.UTILITY_MODELS_LIST);