Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 48 Number of classfiles: 60
Problems: 9 (Errors: 0 Warnings: 9 )
The method getContainedURI(IModule) from the type JEEFlexProjDeployable is never used locally
JEEFlexProjDeployable.java :
104 : private String getContainedURI(IModule module) {
The local variable component is never read
AppClientCreateDeploymentFilesOperation.java :
20 : final IVirtualComponent component = ComponentCore.createComponent(project);
The local variable component is never read
EJBCreateDeploymentFilesOperation.java :
20 : final IVirtualComponent component = ComponentCore.createComponent(project);
The local variable component is never read
WebCreateDeploymentFilesOperation.java :
26 : final IVirtualComponent component = ComponentCore.createComponent(project);
The import org.eclipse.jst.javaee.ejb.SessionBean is never used
AbstractAnnotationFactory.java :
37 : import org.eclipse.jst.javaee.ejb.SessionBean;
The local variable declaringType is never read
AbstractAnnotationFactory.java :
353 : IType declaringType = member.getDeclaringType();
The import org.eclipse.jst.javaee.ejb.SessionBean is never used
AbstractAnnotationModelProvider.java :
44 : import org.eclipse.jst.javaee.ejb.SessionBean;
The method isMatchingTargetBean(Object, Object) from the type EJBRefsMerger is never used locally
EJBRefsMerger.java :
108 : private static boolean isMatchingTargetBean(Object localRef, Object annotatedRef) throws ModelException {
The assignment to variable annRefReferencingBean has no effect
EJBRefsMerger.java :
120 : String annRefReferencingBean = annRefReferencingBean = (localRef instanceof EjbRef) ? ((EjbRef)localRef).getEjbLink() : ((EjbLocalRef)localRef).getEjbLink();