Compiler Report

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 )

Source File: org/eclipse/jst/ws/internal/common/J2EEUtils.java
1. WARNING: UnusedImport

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;

2. WARNING: ForbiddenReference

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});

Source File: org/eclipse/jst/ws/internal/common/JavaMOFUtils.java
1. WARNING: DeadCode

Dead code

JavaMOFUtils.java :

230 : if (beanMethods == null ) { if ( seiMethods == null) return true; else return false; }

Source File: org/eclipse/jst/ws/internal/common/ResourceUtils.java
1. WARNING: DeadCode

Dead code

ResourceUtils.java :

451 : if (earEdit!=null){ isEAR = true; }

2. WARNING: DeadCode

Dead code

ResourceUtils.java :

490 : if (ejbEdit!=null){ isEJB = true; }

3. WARNING: DeadCode

Dead code

ResourceUtils.java :

529 : if (appClientEdit!=null){ isAppClient = true; }