Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 58 Number of classfiles: 58
Problems: 6 (Errors: 0 Warnings: 6 )
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;
Access restriction: The method mergeClassPath(String[]) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.4-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
J2EEUtils.java :
1610 : manifest.mergeClassPath(new String[]{uri});
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; }