Compiler Report

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 )

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;

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