Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 58 Number of classfiles: 58
Problems: 5 (Errors: 0 Warnings: 5 )
The import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants is never used
J2EEUtils.java :
83 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Dead code
JavaMOFUtils.java :
230 : if (beanMethods == null ) { if ( seiMethods == null) return true; else return false; }
Dead code
ResourceUtils.java :
451 : if (earEdit!=null){ isEAR = true; }
Dead code
ResourceUtils.java :
490 : if (ejbEdit!=null){ isEJB = true; }
Dead code
ResourceUtils.java :
529 : if (appClientEdit!=null){ isAppClient = true; }